platform/upstream/llvm.git
2022-11-14 Nicholas Guy[ARM][CodeGen] Add support for complex deinterleaving
2022-11-14 revunov.denis... [BOLT][NFC] Fix possible use-after-free
2022-11-14 Valentin Clement[flang][NFC] Fix typo in fir.box_typecode op description
2022-11-14 Dmitry Preobrazhensky[AMDGPU][MC][GFX11] Improve diagnostic messages for...
2022-11-14 Nicolas Vasilache[mlir][Transform] Add support for dynamically unpacking...
2022-11-14 Ying Yi[ThinLTO] a ThinLTO warning is added if cache_size_byte...
2022-11-14 Jay Foad[AMDGPU] Simplify SelectPat and remove comment obsolete...
2022-11-14 Thomas Symalla[InstCombine][NFC] Add extractelement tests
2022-11-14 HanSheng Zhang[reg2mem] Skip non-sized Instructions (PR58890)
2022-11-14 Christian Sigg[mlir][bazel] NFC: change MLIR_GPU_TO_CUBIN_PASS_ENABLE...
2022-11-14 Joshua CaoDo not write a comma when varargs is the only argument
2022-11-14 Jean Perier[flang] Add hlfir.declare codegen
2022-11-14 LLVM GN Syncbot[gn build] Port dd46a08008f7
2022-11-14 Haojian WuUpdate the wrong isSelfContainedHeader API usage in...
2022-11-14 Nikita Popov[ConstraintElimination] Use SmallVectorImpl (NFC)
2022-11-14 Nikita Popov[TableGen] Use MemoryEffects to represent intrinsic...
2022-11-14 Valentin Clement[flang] Add fir.box_typecode operation
2022-11-14 Valentin Clement[flang] Initial lowering of SELECT TYPE construct to...
2022-11-14 Sebastian Neubauer[Coroutines] Do not add allocas for retcon coroutines
2022-11-14 Sebastian Neubauer[Coroutines] Presubmit retcon without suspend test
2022-11-14 Nikita Popov[ConstraintElimination] Add Decomposition struct (NFCI)
2022-11-14 Nikita Popov[ConstraintElimination] Make decompose() infallible
2022-11-14 Jean Perier[flang][RFC] Do not rely on attributes to tag HLFIR...
2022-11-14 Jean Perier[flang][NFC] rename hlfir::FortranEntity into EntityWit...
2022-11-14 Jean Perier[flang] Add hlfir.declare operation
2022-11-14 Haojian WuMove the isSelfContainedHeader function from clangd...
2022-11-14 Kazu Hirata[llvm] Use std::is_integral_v (NFC)
2022-11-14 Muhammad Omair... Revert "[libclang] Expose completion result kind in...
2022-11-14 Dmitry Makogon[IRCE] Bail out if AddRec in icmp is for another loop...
2022-11-14 Craig Topper[RISCV] Add PACKH/PACKW/PACK to hasAllNBitUsers.
2022-11-14 Craig Topper[RISCV] Add another PACKH pattern.
2022-11-14 Kazu Hirata[Support] Use std::is_scalar_v (NFC)
2022-11-14 Johannes ReifferscheidAdd missing include.
2022-11-14 Aiden Grossman[Docs] Add Documentation on BOLT Build Configs
2022-11-14 Aiden Grossman[Docs] Add Documentation on (Thin)LTO + PGO Build Configs
2022-11-14 Med Ismail... [lldb] Re-phase comments in `ScriptedThread.get_stackfr...
2022-11-14 Med Ismail... [lldb] Remove unused `stack_memory_dump` member from...
2022-11-14 Craig Topper[RISCV] Improve PACKH instruction selection
2022-11-14 wangpc[RISCV] Don't use zero-stride vector load if there...
2022-11-14 Chuanqi Xu[C++20] [Modules] Emit Macro Definition in -module...
2022-11-14 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-11-14 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in AttrO...
2022-11-14 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in MLIRC...
2022-11-14 Craig Topper[RISCV] Add PACKW and PACKH to isSignExtendingOpW in...
2022-11-14 Craig Topper[RISCV] Improve selection of PACKW.
2022-11-14 luxufan[LoopFlatten] Forget all block and loop dispositions...
2022-11-14 gonglingqin[LoongArch] Expand atomicrmw fadd/fsub/fmin/fmax with...
2022-11-14 Yeting Kuo[RISCV][NFC] Remove dead code.
2022-11-14 Craig Topper[RISCV] Fix incorrect early out from isSignExtendedW...
2022-11-14 Craig Topper[RISCV] Add test for incorrect sext.w removal. NFC
2022-11-14 Kazu Hirata[PowerPC] Use ArrayRef (NFC)
2022-11-14 Craig Topper[RISCV] Improve selection of PACK/PACKW for AssertZExt...
2022-11-13 Kazu Hirata[IR] Use llvm::any_of (NFC)
2022-11-13 Krzysztof Parzyszek[Hexagon] Use `Register` instead of `unsigned`, NFC
2022-11-13 Arthur Eubanks[lldb][test] Avoid UB in optimized_code test
2022-11-13 Florian Hahn[VectorUtils] Skip interleave members with diff type...
2022-11-13 Arthur Eubanks[clang][test] Avoid UB in overload.cl
2022-11-13 Krzysztof Parzyszek[Hexagon] Pass Hexagon::PC to InitializeHexagonMCRegist...
2022-11-13 Krzysztof Parzyszek[Hexagon] Remove unneeded HexagonRegisterInfo::getRAReg...
2022-11-13 Krzysztof Parzyszek[Hexagon] Reduce the spill alignment for double/quad...
2022-11-13 Craig Topper[RISCV] Add BREV8 to hasAllWUsers in RISCVSExtWRemoval.
2022-11-13 Craig Topper[RISCV] Add PACK/PACKH/PACKW to hasAllWUsers in RISCVSE...
2022-11-13 Renato Golin[MLIR] Move JitRunner Options to header, pass to mlirTr...
2022-11-13 Krzysztof ParzyszekMove variable declarations out of #if guard, NFC
2022-11-13 Florian Hahn[SimpleLoopUnswitch] Forget SCEVs for replaced phis.
2022-11-13 bzcheeseman[MLIR][Bytecode] Ensure `dataIt` is aligned coming...
2022-11-13 Simon Pilgrim[X86] Regenerate combine-movmsk.ll
2022-11-13 Sanjay PatelRevert "[InstCombine] allow more folds for multi-use...
2022-11-13 Sanjay Patel[InstCombine] allow more folds for multi-use selects...
2022-11-13 Simon Pilgrim[X86] Update WriteMPSAD class and remove VMPSADBWrri...
2022-11-13 Simon Pilgrim[X86] Remove unnecessary VPSADBW/VDBPSADBW zmm overrides
2022-11-13 Simon Pilgrim[MCA][X86] Add test coverage for VDBPSADBW instructions
2022-11-13 Nico Weber[gn build] Extract gen_arch_intrinsics() template to...
2022-11-13 Simon Pilgrim[X86] Fix scheduler tag for GFNI YMM instructions
2022-11-13 chenglin.bi[GlobalISel] Correct constant type in matchReassocConst...
2022-11-13 Simon Pilgrim[X86] Cleanup CVTPD2PS schedule values
2022-11-13 Simon Pilgrim[X86] Fix sched class typo - the CVTPD2DQrr instruction...
2022-11-13 Fangrui SongDecoderEmitter: Simplify addOneOperandFields. NFC
2022-11-13 Fangrui Song[TableGen] Remove unneeded flush and add missing newline
2022-11-13 Michał GórnyRevert "[InstCombine] allow more folds more multi-use...
2022-11-13 zhongyunde[AArch64] Optimize more memcmp when the result is teste...
2022-11-12 Mehdi AminiApply clang-tidy fixes for readability-container-size...
2022-11-12 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-11-12 Roman Lebedev[NFC][Clang] Add some codegen tests for https://github...
2022-11-12 River Riddle[mlir] Add openInputFile overload that accepts the...
2022-11-12 River Riddle[MemoryBuffer] Allow optionally specifying desired...
2022-11-12 River Riddle[mlir] Add a new AttrTypeReplacer class to simplify...
2022-11-12 River Riddle[mlir] Don't include the attribute self type in a ...
2022-11-12 Dave Lee[lldb] Revert SBFileSpec.fullpath path separator fix
2022-11-12 Dave Lee[lldb] Complete fix of test after 5223366416fb
2022-11-12 Dave Lee[lldb] Fix test after 5223366416fb
2022-11-12 Aiden Grossman[Docs] Minor Fixups in Advanced Builds Documentation
2022-11-12 Matt ArsenaultAMDGPU: Add some tests for i1 sitofp/uitofp-like selects
2022-11-12 Matt ArsenaultAMDGPU: Switch some tests to generated checks
2022-11-12 Guray Ozen[mlir][transform] Make `tile_to_foreach_thread_op`...
2022-11-12 Simon Pilgrim[X86] IceLakeModel - conversion instructions don't...
2022-11-12 Kuba Mracek[lsan] Fix stack buffer overwrite in SuspendedThreadsLi...
2022-11-12 Louis Dionne[libc++] Make sure that we use the libc++ CI pipeline...
2022-11-12 Louis Dionne[libc++] Remove unused variable in buildkite pipeline...
2022-11-12 Simon Pilgrim[MCA][X86] Add test coverage for VNNI instructions
next