platform/upstream/llvm.git
2023-01-10 Owen AndersonRemove the ThreadLocal template from LLVM.
2023-01-10 Joshua Cao[SCEV] Add llvm.experimental.guard conditions to applyL...
2023-01-10 hezuoqiang[BOLT] Modify the print option to a meaningful value
2023-01-10 Chuanqi Xu[NFC] Fix a test faliing in AIX
2023-01-10 Guozhi WeiRevert "[GVN] Improve PRE on load instructions"
2023-01-10 Jojo R[RISCV] Add codegen support for RISCV XTHeadVdot Extension
2023-01-10 jacquesguan[mlir] Avoid crash of UnsignedWhenEquivalent for no...
2023-01-10 Kito Cheng[RISCV] Add H extension
2023-01-10 Casey Carter[libc++][test] Avoid MSVC constexpr bug
2023-01-10 Philip Reames[XCore] Use the newly introduced generic MEMBARRIER...
2023-01-10 KAWASHIMA Takahiro[AArch64] Add SVE int instructions to isAssociativeAndC...
2023-01-10 KAWASHIMA Takahiro[AArch64] Add SVE FP instructions to isAssociativeAndCo...
2023-01-10 Philip ReamesAdd a space for readability [nfc]
2023-01-10 Philip Reames[X86] Reuse STDNone for MFENCE node [nfc]
2023-01-10 Philip Reames[VE] Use generic MEMBARRIER SDAG node [nfc]
2023-01-10 Johannes Doerfert[OpenMP][FIX] Remove version specific check lines
2023-01-10 Ron Liebermanfix : add missing open brace [OpenMP][FIX] Avoid using...
2023-01-10 Craig Topper[RISCV] Add isel patterns to form tail undisturbed...
2023-01-10 Craig Topper[RISCV] Update combineBinOp_VLToVWBinOp_VL to check...
2023-01-10 Craig Topper[RISCV] Add test cases for PR59345. NFC
2023-01-10 Johannes Doerfert[Attributor] Allow cfg reasoning for thread-local objects
2023-01-10 Johannes Doerfert[Attributor][OpenMP][NFC] Cleanup tests via update...
2023-01-10 Johannes Doerfert[OpenMP][NFC] Rerun the update_cc_test_checks on most...
2023-01-10 Jeff Niu[mlir][llvm] Don't mark CallIntrinsicOp as Pure
2023-01-10 Xiang Li[DirectX backend] PartSize not include PartHeader
2023-01-10 Xiang Li[DirectX backend] Remove unused bitcode block for dxil
2023-01-10 Johannes Doerfert[OpenMP][FIX] Avoid using an Error object after a std...
2023-01-10 Johannes Doerfert[Intrinsics][FIX] Patchpoint intrinsics are not `nocall...
2023-01-10 Johannes Doerfert[GVN][NFC] Precommit intrinsic bug test case, see D141190
2023-01-09 Caroline Tice[AAUnderlyingObjects] Initialize an uninitialized boolean.
2023-01-09 Benjamin Kramer[GVN] Fold variable into assert. NFC
2023-01-09 Jonas Devlieghere[lldb] Limit trusting aranges to dSYMs only.
2023-01-09 Nick Desaulniersupdate_any_test_checks.py: run from any dir
2023-01-09 Stanislav Mekhanoshin[AMDGPU] Cast sub-dword elements to i32 in concat_vectors
2023-01-09 Nick Desaulniers[llvm][PPCISelDAGToDAG] rename ppc-codegen to ppc-isel
2023-01-09 Philip Reames[SDAG] Introduce a common MEMBARRIER node [nfc]
2023-01-09 Jeffrey Byrnes[AMDGPU] More selectively attach implicit operands...
2023-01-09 Casey Carter[libc++][test] _VSTD => std:: in test code
2023-01-09 Guozhi Wei[GVN] Improve PRE on load instructions
2023-01-09 Nathan Ridge[clangd] Include the correct header for typeid()
2023-01-09 Casey Carter[libc++][test] Silence MSVC warning
2023-01-09 Adrian PrantlReturn a shared_ptr from ScratchTypeSystemClang::GetFor...
2023-01-09 Casey Carter[libc++][test] Make some string tests MSVC-friendly
2023-01-09 Kazu Hirata[ProfileData] Fix a warning
2023-01-09 Stanislav Mekhanoshin[AMDGPU] More tests for vector_shuffle.packed.ll. NFC.
2023-01-09 Alex Brachet[JumpThreading] Fix test to require asserts
2023-01-09 bixia1[mlir][sparse] Improve the rewriting for NewOp with...
2023-01-09 Jonas Devlieghere[lldb] Trust the arange accelerator tables in dSYMs
2023-01-09 Teresa Johnson[MemProf] Fix combined index handling for locals
2023-01-09 William Huang[llvm-profdata] Add option to cap profile output size
2023-01-09 Rafael A Herrera... OpenMPOpt: Check nested parallelism in target region
2023-01-09 Sanjay Patel[InstCombine] limit zext-of-icmp folds to bit-hacks
2023-01-09 Sanjay Patel[InstCombine] simplify code and fix formatting; NFC
2023-01-09 Sanjay Patel[InstCombine] add tests for zext-of-icmp; NFC
2023-01-09 Philip Reames[RISCV] Add -experimental-ztso test coverage
2023-01-09 Lei Zhang[mlir][spirv] Fix MLIR code snippet marker in TD files
2023-01-09 Tue Ly[libc][Obvious] Re-enable log10 tests.
2023-01-09 Siva Chandra... [libc][Obvious] Address few GCC warnings.
2023-01-09 Tue Ly[libc][Obvious] Fix typos in LLVMLibCArchitectures...
2023-01-09 Fangrui Song[sanitizer] Don't intercept LFS64 symbols on musl
2023-01-09 Alex BrachetRevert "[libc] Templatize str{,n}cmp"
2023-01-09 Corentin Jabot[Clang] Correctly capture bindings in dependent lambdas.
2023-01-09 Alex Brachet[libc] Move b* string functions to strings.h
2023-01-09 Alex Brachet[libc] Templatize str{,n}cmp
2023-01-09 spupyrev[BOLT] introducing profi params
2023-01-09 Fangrui Song[msan] Use SizeClassAllocator64 for AArch64
2023-01-09 Yitzhak MandelbaumRevert "Revert "[clang][dataflow] Only model struct...
2023-01-09 Philip Reames[RISCV] Minor style cleanup in advance of D141311 ...
2023-01-09 Alexander Yermolovich[LLDB] Change formatting to use llvm::formatv
2023-01-09 Heejin Ahn[WebAssembly] Ensure 'end_function' in functions
2023-01-09 Matt ArsenaultAMDGPU: Use DataExtractor for printf string extraction
2023-01-09 Peiming Liu[mlir][sparse] remove redundant template parameter...
2023-01-09 Philip Reames[RISCV] Consolidate test lines in fence lowering test
2023-01-09 Thurston Dangtsan: increase app mappings for aarch64 48-bit
2023-01-09 Augusto Noronha[lldb] Fix symbol table use after free
2023-01-09 Philip Reames[RISCV] Add test coverage for singlethread fences
2023-01-09 Alexey Bataev[SLP][NFC]Move getExtractIndex function for future...
2023-01-09 Kazu Hirata[mlir] Fix a warning
2023-01-09 Paul Kirth[lld-macho] Prevent assertions for aliases to weak_def_...
2023-01-09 Craig Topper[LocalStackSlotAllocation] Minor simplifications. NFC
2023-01-09 Theodore Luo... [mlir] Print a newline when dumping Type
2023-01-09 Sanjay Patel[InstCombine] bitrev (zext i1 X) --> select X, SMinC, 0
2023-01-09 Sanjay Patel[InstCombine] add tests for bitreverse of i1; NFC
2023-01-09 Nikolas Klauser[libc++] Use %{clang-query} when calling clang-query
2023-01-09 Ivan Kosarev[AMDGPU][NFC] Rename GFX10A16 operands.
2023-01-09 Valentin Clement[flang] Add runtime default initialization for polymorp...
2023-01-09 Valentin Clement[flang] Handle emboxing of a fir.ref<none> to an unlimi...
2023-01-09 Florian Hahn[AArch64] Add additional reassociation test.
2023-01-09 Jakub Kuderski[mlir][spirv] Account for type conversion failures...
2023-01-09 Joseph Huber[OpenMP] Fix some tests failing with 'libgomp' as the...
2023-01-09 Nikita Popov[ConstantRange] Test 1 bit ranges in exhaustive tests...
2023-01-09 Alex Brachet[compiler-rt] Move up undefined macro checks
2023-01-09 Jakub Kuderski[mlir][spirv] Clean up transform pass definitions....
2023-01-09 Matthias Springer[mlir][vector] Distribute vector.insert op
2023-01-09 Jay Foad[AMDGPU] S_MULK_I32 does not define SCC. NFCI.
2023-01-09 Matthias Springer[mlir][vector] Distribute vector.insertelement op
2023-01-09 Matthias Springer[mlir][vector] Support vector.extract distribution...
2023-01-09 Nikolas Klauser[libc++] Add missing include in __format/unicode.h
2023-01-09 Nikita Popov[ConstantRange] Fix single bit abs range (PR59887)
2023-01-09 Joe Loser[libc++][test] Fix missing include in `bit_ceil.fail...
next