platform/upstream/llvm.git
2023-06-14 Philip Reames[RISCV] Remove dead code from doPeepholeMaskedRVV ...
2023-06-14 Simon Pilgrim[GlobalIsel][X86] Fix copy+pasta typo in the G_EXTRACT...
2023-06-14 Benoit Jacobbazel build --incompatible_no_implicit_file_export
2023-06-14 AMS21[clang-tidy] Fix wrong code generation for `modernize...
2023-06-14 Eli Friedman[clang docs] Rescue some deleted bits of the command...
2023-06-14 Saleem Abdulrasool[lit] Avoid os.path.realpath in lit.py due to MAX_PATH...
2023-06-14 Dimitry Andric[Clang] Show type in enum out of range diagnostic
2023-06-14 Joseph Huber[libc][obvious] Fix the FMA implementation on the GPU
2023-06-14 Simon PilgrimFix MSVC "'std::max': no matching overloaded function...
2023-06-14 Amaury Séchet[NFC] Autogenerate several AArch64 tests.
2023-06-14 Joseph Huber[libc] Add support for FMA in the GPU utilities
2023-06-14 Joseph Huber[libc] Begin implementing a 'libmgpu.a' for math on...
2023-06-14 Kazu Hirata[lldb] Fix a warning
2023-06-14 Kazu Hirata[CodeGen] Fix a warning
2023-06-14 Nathan Ridge[clangd] Unwrap type sugar in HeuristicResolver::resolv...
2023-06-14 Amaury Séchet[NFC] Autogenerate several AArch64 tests.
2023-06-14 Neumann Hon[SystemZ][z/OS] Correct value of length/4 of params...
2023-06-14 Christopher... [scudo] Fix MallocIterateBoundary test on 32 bit Android.
2023-06-14 Neumann HonRevert "[SystemZ][z/OS] Correct value of length/4 of...
2023-06-14 Igor Kirillov[CodeGen] Add support for reductions in ComplexDeinterl...
2023-06-14 Neumann Hon[SystemZ][z/OS] Correct value of length/4 of params...
2023-06-14 Simon Pilgrim[GlobalIsel][X86] G_EXTRACT/G_INSERT subvector ops
2023-06-14 Amaury Séchet[NFC] Autogenerate CodeGen/AArch64/sve-vl-arith.ll
2023-06-14 Artem BelevichRevert "[NVPTX] Allow using v4i32 for memcpy lowering."
2023-06-14 Amaury Séchet[NFC] Autogenerate a couple of AArch64 tests.
2023-06-14 Alex Langford[lldb][NFCI] Platforms should own their SDKBuild and...
2023-06-14 Philip Reames[RISCV] Enable SLP by default (when vectors are available)
2023-06-14 Philip Reames[RISCV][InsertVSETVLI] Rework code structure to make...
2023-06-14 Amaury Séchet[NFC] Regenerate CodeGen/AArch64/sve-streaming-mode...
2023-06-14 Philip Reames[RISCV] Canonicalize towards vid w/passthrough represen...
2023-06-14 Amaury Séchet[NFC] Automatically generate arm64-dagcombiner-dead...
2023-06-14 Shilei Tian[OpenMP] Fix the issue in openmp/runtime/test/parallel...
2023-06-14 Aart Bik[mlir][sparse] refine single condition set up for semi...
2023-06-14 Amaury Séchet[NFC] Regenerate several VE codegen tests.
2023-06-14 Krzysztof Parzyszek[RDF] Minor refactoring for clarity, NFC
2023-06-14 Krzysztof Parzyszek[RDF] Remove unused variant of getNextShadow, NFC
2023-06-14 Amaury Séchet[NFC] Regen CodeGen/AArch64/bitfield-insert.ll
2023-06-14 Igor Kirillov[CodeGen] Add pre-commit tests for D152022 and D152558
2023-06-14 Florian Hahn[LV] Fix crash when stride isn't a constant.
2023-06-14 Craig Topper[SelectionDAG][RISCV] Add very basic PromoteIntegerResu...
2023-06-14 Shilei Tian[OpenMP] Use 0 instead of false in the test bug63197.c
2023-06-14 Craig Topper[RISCV] Reduce the number of ExtInfo_rr permutations...
2023-06-14 Shilei Tian[OpenMP] Fix the issue where `num_threads` still takes...
2023-06-14 Adrian PrantlAdd support for __debug_line_str in Mach-O
2023-06-14 zhongyunde[LegalizeTypes][AArch64] Use scalar_to_vector to elimin...
2023-06-14 zhongyunde[test] Update the checking base for LE and BE
2023-06-14 Nikita Popov[InstCombine] Add tests for binop of shift fold (NFC)
2023-06-14 Kelvin Li[flang] rename PPC specific intrinsic modules (NFC)
2023-06-14 Ricardo Jesus[AArch64] Neoverse V2 scheduling model
2023-06-14 Valentin Clement[flang][openacc] Add lowering for min operator
2023-06-14 Tue Ly[libc] Fix merging issue with test/src/math/exhaustive...
2023-06-14 Kirill Stoimenov[HWASAN] Fix bot test failure caused by D152763 by...
2023-06-14 Tue Ly[libc] Enable hermetic floating point tests again.
2023-06-14 Kelvin Li[flang] semantic checking for unsupported features...
2023-06-14 Simon Pilgrim[GlobalIsel][X86] Update legalization of G_UADDE
2023-06-14 Alex Brachet[libc][NFC] Fix some issues with LIBC_INLINE
2023-06-14 Viktoriia Bakalova[clangd] Use include_cleaner spelling strategies in...
2023-06-14 Simon Pilgrim[GlobalIsel][X86] Regenerate legalize-add.mir with...
2023-06-14 Guillaume Chatelet[libc] Enable custom logging in LibcTest
2023-06-14 David Spickett[lldb][AArch64] Add Scalable Matrix Extension option...
2023-06-14 Krzysztof Parzyszek[RDF] Print something useful for NodeId == 0 instead...
2023-06-14 Krzysztof Parzyszek[RDF] Remove unused parameter AllRefs from buildPhis
2023-06-14 Francesco Petrogalli[MISched] Fix non-debug builds.
2023-06-14 Amaury Séchet[NFC] Add tests cases for isTruncateOf for D151916
2023-06-14 Nikita Popov[InstCombine] Avoid infinite loop in insert/extract...
2023-06-14 Kristina Bessonova[DwarfDebug] Move emission of imported entities from...
2023-06-14 Takuya Shimizu[clang][Sema] Fix diagnostic message for unused constan...
2023-06-14 Krishna NarayananUpdate with warning message for comparison to NULL...
2023-06-14 Jay Foad[update_mir_test_checks] Tolerate -simplify-mir output
2023-06-14 Simon Pilgrim[docs] Add missing label
2023-06-14 Matt ArsenaultLowerMemIntrinsics: Check address space aliasing for...
2023-06-14 Simon Pilgrim[docs] Add missing empty line at start of code-block
2023-06-14 Simon Pilgrim[X86] X86FixupVectorConstantsPass - attempt to replace...
2023-06-14 Nemanja Ivanovic[clang-tidy] Fix build bot break after 474a2b9367ad
2023-06-14 Ivan Kosarev[AMDGPU][AsmParser][NFC] Get rid of custom default...
2023-06-14 Jay Foad[AMDGPU] Use a common check prefix in regbankselect...
2023-06-14 Mikael Holmen[SLPVectorizer] Don't include isAssumeLikeIntrinsics...
2023-06-14 Ivan Kosarev[AMDGPU][GFX11] Add test coverage for 16-bit conversion...
2023-06-14 Simon Pilgrim[docs] Add missing empty line before lists
2023-06-14 Guillaume ChateletRevert D152630 "[libc] Enable custom logging in LibcTest"
2023-06-14 Guillaume Chatelet[libc] Enable custom logging in LibcTest
2023-06-14 Simon Pilgrim[CostModel][X86] Tweak SSE2 v2i64 multiply costs based...
2023-06-14 Simon Pilgrim[TTI][X86] Recognise PMULUDQ costs for vXi64 multiplies
2023-06-14 Théo Degioanni[mlir][llvm] Add memset support for mem2reg/sroa
2023-06-14 Cullen RhodesRevert "[mlir][ArmSME] Add initial dialect with basic...
2023-06-14 Cullen Rhodes[mlir][ArmSME] Add initial dialect with basic lowering...
2023-06-14 Guillaume Chatelet[libc] Dispatch memmove to memcpy when buffers are...
2023-06-14 Vitaly Buka[test][hwasan] Allow test for any platform with tagging
2023-06-14 Carl Ritson[AMDGPU] Pre-commit test for D152892 (NFC)
2023-06-14 Nikita Popov[PhaseOrdering] Regenerate test checks (NFC)
2023-06-14 Nikita Popov[InstCombine] Handle use count decrement in more cases
2023-06-14 Vitaly Buka[test][hwasan] Rename constants in test
2023-06-14 Nikita Popov[Clang] Rename getElementBitCast() -> withElementType...
2023-06-14 Joshua Cao[SimpleLoopUnswitch] Unswitch AND/OR conditions of...
2023-06-14 Joshua Cao[SimpleLoopUnswitch][NFC] Add tests for and/or conditio...
2023-06-14 Matthias Springer[mlir][vector][bufferize] Better analysis for vector...
2023-06-14 Michael PlatingsFix test Driver/mips-mti-linux.c
2023-06-14 Nikita Popov[InstCombine] Revisit user of newly one-use instructions
2023-06-14 eopXD[11/11][Clang][RISCV] Expand all variants for vset...
2023-06-14 eopXD[10/11][Clang][RISCV] Expand all variants for vget...
next