platform/upstream/llvm.git
2022-05-06 River Riddle[mlir] Remove special case parsing/printing of `func...
2022-05-06 Sanjay Patel[InstCombine] canonicalize fneg after shuffle
2022-05-06 Sanjay Patel[InstCombine] add tests for shuffle with fneg operand...
2022-05-06 Nico WeberRevert "Automatically generates several X86/sse tests...
2022-05-06 Petr Hosek[Driver] Pass --fix-cortex-a53-843419 automatically...
2022-05-06 Mehdi AminiFix build with shared libs: add missing CMake dep to...
2022-05-06 Mehdi AminiApply clang-tidy fixes for bugprone-copy-constructor...
2022-05-06 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-05-06 Mehdi AminiApply clang-tidy fixes for llvm-include-order in Merger...
2022-05-06 Philip Reames[riscv] Use early return to reduce nesting for InsertVS...
2022-05-06 Philip Reames[riscv] Add early return to InsertVSETLI fixed point...
2022-05-06 Philip Reames[riscv] Add some minimal tracing output to InsertVSETVLI
2022-05-06 David GreenRevert "[DAGCombine] Make combineShuffleOfBitcast Littl...
2022-05-06 Nico Weber[gn build] (semi-manually) port 7e63a0d479dd
2022-05-06 ShivamUpdate ReleaseNotes.rst
2022-05-06 Shivamupdate the doc for the static analyzer checker
2022-05-06 ShivamAdded the brief discription about the new CSA checker.
2022-05-06 Louis Dionne[runtimes] Always configure libc++abi before libc++
2022-05-06 Mehdi AminiEnable the use of ThreadPoolTaskGroup in MLIR threading...
2022-05-06 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-05-06 Mehdi AminiApply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast...
2022-05-06 Yitzhak Mandelbaum[clang-tidy][NFC] Fix doc typo for bugprone-unchecked...
2022-05-06 Michael Jones[libc][NFC] add index mode to printf parser
2022-05-06 Yitzhak Mandelbaum[clang-tidy] New check for safe usage of `std::optional...
2022-05-06 python3kgae[HLSL] add -fcgl option flag.
2022-05-06 Michael Jones[libc] Update windows entrypoint list
2022-05-06 Sam McCall[clangd] Speed up a slow sleeping testcase.
2022-05-06 Kazu Hirata[AArch64] Fix sub with carry
2022-05-06 David Green[DAGCombine] Make combineShuffleOfBitcast LittleEndian...
2022-05-06 Aart Bik[mlir][sparse] integration test for zero preserving...
2022-05-06 Philip Reames[riscv] Add strict asserts for VSETVLI insertion algori...
2022-05-06 David Green[AArch64] Add extra reverse costs.
2022-05-06 Florian Hahn[InstCombine] Add tests for combining AArch64 neon...
2022-05-06 Louis Dionne[libc++][NFC] Fix formatting that was incorrectly chang...
2022-05-06 Martin Sebor[SimplifyLibcalls] Tests for libcall folding of subobje...
2022-05-06 Craig Topper[SelectionDAG] Improve asserts in SelectionDAG::getSelect.
2022-05-06 Nathan James[clang-tidy][NFC] Add createChecks method that also...
2022-05-06 Craig Topper[SelectionDAG] Clear promoted bits before UREM on shift...
2022-05-06 Amaury SéchetAutomatically generates several X86/sse tests cases...
2022-05-06 Amaury SéchetAutomatically generate CodeGen/X86/sse-align-*.ll test...
2022-05-06 Daniil Dudkin[flang] Fix internal error with DATA-statement style...
2022-05-06 Joseph Huber[OpenMP] Add basic support for properly handling static...
2022-05-06 Sam McCallRevert "[clangd] Speed up an unfortunate timer-based...
2022-05-06 Louis Dionne[libc++][NFC] Add release note for constexpr std::string
2022-05-06 Nikita Popov[InstCombine] Fold icmp of select with implied condition
2022-05-06 Nikita Popov[InstCombine] Add icmp of select with implied condition...
2022-05-06 Sam McCallFix LLDB test broken by 499d0b96cb52c828e7fc4d58825b5e8...
2022-05-06 Sam McCall[Frontend] Fix broken createInvocation test due to...
2022-05-06 Louis Dionne[libc++][NFC] Move swap_noexcept test to .compile.pass.cpp
2022-05-06 Louis Dionne[libc++][NFC] Slight refactoring of some std::vector...
2022-05-06 Fangrui Song[ELF] Change (NOLOAD) type mismatch to use SHT_NOBITS...
2022-05-06 Simon Pilgrim[MC][X86] Add vcmpps disassembler tests for Issue ...
2022-05-06 Simon Pilgrim[DAG] visitREM - merge buildOptimizedSREM into if(...
2022-05-06 Sam McCall[clangd] Eliminate direct usage of isAvailable() matche...
2022-05-06 Sam McCall[clangd] Speed up an unfortunate timer-based test.
2022-05-06 Sam McCallFix lifetime of DiagnosticsEngine in diagtool.
2022-05-06 Sam McCall[clang] createInvocationFromCommandLine -> createInvoca...
2022-05-06 PeixinQiao[flang] Add one semantic check for masked array assignment
2022-05-06 PeixinQiao[flang] Support external procedure passed as actual...
2022-05-06 Kadir Cetinkaya[clangd] Add parsing for IgnoreHeaders config option
2022-05-06 PeixinQiao[flang] Fix AllocaOp/AllocMemOp type conversion
2022-05-06 Nikita Popov[InstCombine] Fold icmp of select with non-constant...
2022-05-06 Nikita Popov[InstCombine] Add additional icmp of select tests ...
2022-05-06 LLVM GN Syncbot[gn build] Port 586efd52b93f
2022-05-06 LLVM GN Syncbot[gn build] Port 37ba1b9d1ac7
2022-05-06 Nico WeberRevert "[HWASan] Allow to linkify symbolizer output."
2022-05-06 Nico WeberRevert "[HWASan] Clean up hwasan_symbolize."
2022-05-06 Louis Dionne[libc++][P0943] Add stdatomic.h header.
2022-05-06 Sam McCall[Support] Fix asan AllocatorTest after ba0d50ad7ec66
2022-05-06 Simon Pilgrim[SLP][X86] Add test coverage for Issue #51088
2022-05-06 Simon Pilgrim[clang][X86] Rename some intrinsics tests to use the...
2022-05-06 Ben Shi[compiler-rt][builtins] Fix wrong ABI of AVR __mulqi3...
2022-05-06 Max Kazantsev[RS4GC] Add support for 'freeze' instruction to findBas...
2022-05-06 Nico Weber[gn build] try to (manually) port 9ef451d1fdaa9a1 ...
2022-05-06 Max Kazantsev[NFC] Fix typo in assert message
2022-05-06 Yitzhak Mandelbaum[clang][dataflow][NFC] Clarify guarantees on returned...
2022-05-06 Nikita Popov[MLIR] Fix build with make
2022-05-06 Aaron BallmanFix underlining length; NFC
2022-05-06 Nikita Popov[InstCombine] Extract icmp of select transform (NFC)
2022-05-06 Simon Pilgrim[CostModel][X86] Relax fcmp costs on SSE41 targets...
2022-05-06 Fraser Cormack[InstCombine] Fix scalable-vector bitwise select matching
2022-05-06 Simon Pilgrim[CostModel][X86] Adjust 128-bit select costs to account...
2022-05-06 Kiran Chandramohan[Flang][OpenMP] Initial lowering of the OpenMP workshar...
2022-05-06 Fraser Cormack[RISCV] Add an extra vsetvli insertion test
2022-05-06 Nikolas Klauser[libc++] Implement ranges::is_partitioned
2022-05-06 Simon Pilgrim[CostModel][X86] Adjust pre-SSE41 fp scalar select...
2022-05-06 Sam McCallGeneralize "check-all" umbrella targets, use for check...
2022-05-06 Simon Pilgrim[CostModel][X86] Adjust 256-bit select costs to account...
2022-05-06 Simon Pilgrim[SLP][X86] Regenerate ssat tests to remove defunct...
2022-05-06 Sam McCall[pseudo] Strip directives from a token stream
2022-05-06 Balazs BenicsRevert "[analyzer] Canonicalize SymIntExpr so the RHS...
2022-05-06 David Spickett[libcxx] Reject month 0 in get_date/__get_month
2022-05-06 John Brawn[libc++] Mark tests that use check_assertion.h as requi...
2022-05-06 David Green[DAG][PowerPC] Combine shuffle(bitcast(X), Mask) to...
2022-05-06 Simon Pilgrim[CostModel][X86] Add more complete float/double select...
2022-05-06 Matthias Springer[mlir][bufferize] Disallow adding new bufferizable...
2022-05-06 wangpc[RISCV] Enable MachineOutliner by default under -Oz...
2022-05-06 David Spickett[lldb] Correct hex digit regex in some tests
2022-05-06 Kiran Chandramohan[Flang] Lower Unstructured do loops
2022-05-06 Florian Hahn[SimpleLoopUnswitch] Collect either logical ANDs/ORs...
next