platform/upstream/llvm.git
2022-05-07 David Green[SLP] Add tests for awkward laod orders from SLP. NFC
2022-05-07 Chenbing Zheng[InstCombine] sub(add(X,Y),umin(Y,Z)) --> add(X,usub...
2022-05-07 Mehdi AminiFix MLIR integration test after a8308020 (`func.` prefi...
2022-05-07 Chenbing Zheng[InstCombine] precommit some tests for reassociate add
2022-05-07 Chenbing Zheng[InstCombine] add casts from splat-a-bit pattern if...
2022-05-07 Petr HosekRevert "[CMake][libcxx] Use target_include_directories...
2022-05-07 Brad Smith[libcxx] Remove static inline and make use of _LIBCPP_H...
2022-05-07 Brad Smith[libcxx] random_device, use arc4random() on Solaris
2022-05-07 Peter S. Housel[test][ORC-RT] Disable elfnix_platform tests on non...
2022-05-07 Petr HosekRevert "[runtime] Build compiler-rt with --unwindlib...
2022-05-07 Eric SchweitzUpstream support for POINTER assignment in FORALL.
2022-05-07 Petr Hosek[runtime] Build compiler-rt with --unwindlib=none
2022-05-07 Petr HosekRevert "[runtime] Build compiler-rt with --unwindlib...
2022-05-07 Petr Hosek[runtime] Build compiler-rt with --unwindlib=none
2022-05-06 Petr Hosek[CMake] Include llvm-debuginfod-find in Fuchsia toolchain
2022-05-06 Alexander Shaposhnikov[Scalar][NFC] Minor cleanups in CallSiteSplitting.cpp
2022-05-06 Florian Mayer[HWASan] Clean up hwasan_symbolize.
2022-05-06 Florian Mayer[HWASan] Allow to linkify symbolizer output.
2022-05-06 owenca[clang-format][NFC] Make all TokenAnnotator member...
2022-05-06 Florian HahnRevert "[SimpleLoopUnswitch] Collect either logical...
2022-05-06 Louis Dionne[compiler-rt] Fix issue with compiler-rt tests mixing...
2022-05-06 Konstantin... [libc++][ranges] Implement `views::single`.
2022-05-06 Kazu Hirata[AArch64] Add llvm/test/CodeGen/AArch64/i256-math.ll
2022-05-06 LLVM GN Syncbot[gn build] Port 9924d8d66ae1
2022-05-06 Konstantin... [libc++][ranges] Implement `views::take`.
2022-05-06 Sam McCallFix check-clang-tools target after 7cc8377f2c572a919ecb
2022-05-06 Petr Hosek[CMake][libcxx] Use target_include_directories for...
2022-05-06 Peter S. Housel[ORC-RT][ORC] Handle dynamic unwind registration for...
2022-05-06 Joseph Huber[OpenMP] Try to Infer target triples using the offloadi...
2022-05-06 Joseph Huber[OpenMP] Allow compiling multiple target architectures...
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
next