platform/upstream/llvm.git
2022-12-27 Nikita Popov[InstCombine] Remove redundant evaluateGEPOffsetExpress...
2022-12-27 Nikita Popov[InstCombine] Convert test to opaque pointers (NFC)
2022-12-27 Nikita Popov[InstCombine] Convert some tests to opaque pointers...
2022-12-27 Nikita Popov[InstCombine] Regenerate test checks (NFC)
2022-12-27 Nikita PopovRevert "[InstCombine] Convert some tests to opaque...
2022-12-27 Nikita Popov[InstCombine] Convert some tests to opaque pointers...
2022-12-27 Nicolas Vasilache[mlir][Linalg] Properly propagate transform result...
2022-12-27 Denis Antrushin[RS4GC] Rematerialize derived pointers before uses.
2022-12-27 Alexey Bataev[SLP]Fix PR59693: Do not crash trying to set insert...
2022-12-27 Nicolas Vasilache[mlir] NFC - Expose scf::canonicalizeMinMaxOp
2022-12-27 Nikita PopovReapply [MergedLoadStoreMotion] Convert tests to opaque...
2022-12-27 Nikita Popov[LoadStoreVectorizer] Convert tests to opaque pointers...
2022-12-27 Nikita Popov[LoadStoreVectorize] Regenerate test checks (NFC)
2022-12-27 Nikita Popov[LoadStoreVectorizer] Convert some tests to opaque...
2022-12-27 Nikita Popov[LoopBoundSplit] Convert tests to opaque pointers ...
2022-12-27 Nikita PopovReapply [MergeLoadStoreMotion] Don't require GEP for...
2022-12-27 Nikita Popov[GVNHoist] Make test more robust (NFC)
2022-12-27 Nikita PopovRevert "[MergeLoadStoreMotion] Don't require GEP for...
2022-12-27 Nikita Popov[MergedLoadStoreMotion] Convert tests to opaque pointer...
2022-12-27 Nikita Popov[MergeLoadStoreMotion] Don't require GEP for sinking
2022-12-27 Nikita Popov[MergedLoadStoreMotion] Add tests for store without...
2022-12-27 Nikita Popov[Tests] Rename InstMerge -> MergedLoadStoreMotion ...
2022-12-27 Guillaume Chatelet[reland][libc][NFC] Add -fno-lax-vector-conversions...
2022-12-27 Guillaume Chatelet[libc][NFC] Fix lax vector conversion for aarch64
2022-12-27 Nikita Popov[InterleavedAccess] Convert tests to opaque pointers...
2022-12-27 Nikita Popov[LCSSA] Convert tests to opaque pointers (NFC)
2022-12-27 Nikita Popov[Internalize] Convert tests to opaque pointers (NFC)
2022-12-27 Nikita Popov[InferFunctionAttrs] Convert tests to opaque pointers...
2022-12-27 serge-sans... [clang] Use a StringRef instead of a raw char pointer...
2022-12-27 Guillaume ChateletRevert "[libc][NFC] Add -fno-lax-vector-conversions...
2022-12-27 Guillaume Chatelet[libc][NFC] Add -fno-lax-vector-conversions compilation...
2022-12-27 eopXD[NFC][Clang][RISCV] Rename data member 'DefaultPolicy...
2022-12-27 Shilei Tian[RFC][OpenMP] Update to Python3 for lit test
2022-12-27 Max Kazantsev[Test] Add tests with logical AND/OR
2022-12-27 Fangrui Song[mlir] Include type_traits to support latest libc++
2022-12-27 Nikolas Klauser[libc++] Granularize <type_traits> includes in <iterator>
2022-12-27 Kai Sasaki[mlir] Typos in affine dialect
2022-12-26 Florian Hahn[VPlan] Remove redundant blocks by merging them into...
2022-12-26 Roman Lebedev[DAGCombine] `combineShuffleToZeroExtendVectorInReg...
2022-12-26 Roman Lebedev[NFC][X86] Add some tests that can be matched as ZERO_E...
2022-12-26 Roman Lebedev[DAG] `combineShuffleToZeroExtendVectorInReg()`: try...
2022-12-26 Roman Lebedev[AArch64] Custom lower `ISD::ZERO_EXTEND_VECTOR_INREG`
2022-12-26 Roman Lebedev[DAGCombiner] Add a most basic `combineShuffleToZeroExt...
2022-12-26 Roman Lebedev[NFC][AArch64] Add a few vector shuffle tests that...
2022-12-26 tlattnerCommit changes to the Code of Conduct that make it...
2022-12-26 Sanjay Patel[InstCombine] do not add "nuw" to 1<<X if the "1" has...
2022-12-26 Sanjay Patel[InstCombine] replace undef in vector tests with poison...
2022-12-26 Michał Górny[lldb] [utils] Fix linking lit-cpuid to LLVM dylib
2022-12-26 Florian HahnRevert "[IPSCCP] Enable specialization of functions."
2022-12-26 Danila Malyutin[TwoAddressInstruction] Constrain RegClass when process...
2022-12-26 Andrei Safronov[Xtensa 10/10] Add relaxations and fixups. Add rest...
2022-12-26 Andrei Safronov[Xtensa 9/10] Add basic support of Xtensa disassembler
2022-12-26 Andrei Safronov[Xtensa 8/10] Add support of the Xtensa shift/load...
2022-12-26 Andrei Safronov[Xtensa 7/10] Add Xtensa instruction printer
2022-12-26 Andrei Safronov[Xtensa 6/10] Add Xtensa basic assembler parser
2022-12-26 Andrei Safronov[Xtensa 5/10] Add Xtensa MCTargetDescr initial function...
2022-12-26 Andrei Safronov[Xtensa 4/10] Add basic *td files with Xtensa architect...
2022-12-26 Andrei Safronov[Xtensa 3/10] Add initial version of the Xtensa backend
2022-12-26 Andrei Safronov[Xtensa 2/10] Add Xtensa ELF definitions
2022-12-26 Andrei Safronov[Xtensa 1/10] Recognize Xtensa in triple parsing code
2022-12-26 WANG Xuerui[LoongArch][test] Regenerate checks for the ghc-cc...
2022-12-26 Lin Runze[LoongArch] Add GHC Calling Convention
2022-12-26 Michał Górny[clang] [OpenMP] Test amdgcn_openmp_device_math_c.c...
2022-12-26 Max Kazantsev[Test] Update inverse test for turn-to-invariant to...
2022-12-26 Max Kazantsev[IndVars][NFC] Factor out condition creation in optimiz...
2022-12-26 Max Kazantsev[Test] Add test showing potential conflict b/w AND...
2022-12-26 Vitaly BukaRevert "[clang] Use a StringRef instead of a raw char...
2022-12-26 eopXD[NFC][Clang][RISCV] Reduce for-loop with SmallVector...
2022-12-26 Joseph Huber[Clang] Add `nvptx-arch` tool to query installed NVIDIA...
2022-12-26 Jojo R[RISCV] Implement assembler support for XTHeadVdot
2022-12-26 Owen Anderson[NFC] Elminate some needless nested-map complexity.
2022-12-26 Owen AndersonRemove workaround for libstdc++ 4.8.
2022-12-26 Chen Zheng[DebugInfo] make DW_LANG_C11 respect -gstrict-dwarf
2022-12-26 Youling Tang[compiler-rt] Fix build errors when using gcc on LoongArch
2022-12-26 Roman Lebedev[NFC][DAGCombiner] `canCombineShuffleToAnyExtendVectorI...
2022-12-25 Roman Lebedev[NFC][DAG] `canCombineShuffleToAnyExtendVectorInreg...
2022-12-25 Roman Lebedev[NFC][Analysis] Implement `getShuffleMaskWithWidestElts...
2022-12-25 Roman Lebedev[NFC][DAGCombiner] Extract `canCombineShuffleToAnyVecto...
2022-12-25 Roman Lebedev[NFC][DAG] `combineShuffleToVectorExtend()`: check...
2022-12-25 Ilia Diachkov[SPIRV] support __spirv_Load/Store builtin functions
2022-12-25 Florian Hahn[VPlan] Use VPBB in sinkScalarOperands directly. (NFC)
2022-12-25 Stephen Tozer[DebugInfo] Fix: Variables that have no non-empty value...
2022-12-25 LLVM GN Syncbot[gn build] Port f0756e086010
2022-12-25 Vitaly BukaRevert "[clang-format] Add an option to format integer...
2022-12-25 Craig TopperRevert "[RISCV] Enable the LocalStackSlotAllocation...
2022-12-25 Nikolas Klauser[libc++] Implement constexpr {isfinite, isinf, isnan...
2022-12-25 Joseph Huber[OpenMP] Fix test on 32-bit platforms
2022-12-25 Alexey Lapshin[NFC][ADT] Rename StringMapEntry *Create() into StringM...
2022-12-25 Roman Lebedev[NFC][SupportTests] Adjust `UnsignedDivideUsingMagic...
2022-12-25 Alexandros... [IPSCCP] Enable specialization of functions.
2022-12-25 eopXD[Doc] Replace PYTHON_EXECUTABLE with Python3_EXECUTABLE
2022-12-25 LLVM GN Syncbot[gn build] Port 46c94e5067b5
2022-12-25 LLVM GN Syncbot[gn build] Port 066b492b747a
2022-12-25 Owen Pan[clang-format] Disable FixRanges in IntegerLiteralSepar...
2022-12-25 Kshitij JainAdds support for GOT relocations to i386/ELF backend
2022-12-25 Kshitij JainUpdates and adds tests for i386/ELF JITLink backend
2022-12-25 Roman Lebedev[NFC] Add exhaustive test coverage for `{Un}signedDivis...
2022-12-24 Owen Pan[clang-format] Add an option to format integer literal...
2022-12-24 Florian Hahn[ConstraintElim] Add missing CHECK lines.
2022-12-24 Florian Hahn[ConstraintElim] Add extra test with chained GEPs witho...
next