platform/upstream/llvm.git
2023-01-03 luxufan[CVP] Add baseline tests of abs(lhs) < abs(rhs) in...
2023-01-03 Matt ArsenaultAMDGPU: Diagnose which LDS global failed to lower
2023-01-03 Nikita Popov[TLI] Fix signature for fprintf (PR59757)
2023-01-03 Erich KeaneRevert "[NFC] Update CXXSTatus to show we implement...
2023-01-03 Erich Keane[NFC] Update CXXSTatus to show we implement CWG 2061
2023-01-03 Matt Arsenaultllvm-reduce: Fix missing newline after error message
2023-01-03 Nikita Popov[OpenMP] Convert some tests to opaque pointers (NFC)
2023-01-03 Nikita Popov[CGP] Avoid branch on poison UB in test (NFC)
2023-01-03 Nikita Popov[SimplifyCFG] Add test for branch on undef/poison ...
2023-01-03 Tobias Gysi[mlir][llvm] Make the import of LLVM IR metadata extens...
2023-01-03 Nikita Popov[LSR] Convert test to check IR (NFC)
2023-01-03 Nikita Popov[RewriteStatepointsForGC] Avoid branch on undef UB...
2023-01-03 Nikita Popov[RewriteStatepointsForGC] Convert some tests to opaque...
2023-01-03 Florian Hahn[ConstraintElim] Move after first instcombine run.
2023-01-03 Nikita Popov[SampleProfile] Avoid branch on undef UB in tests ...
2023-01-03 Nikita Popov[SafepointIRVerifier] Convert tests to opaque pointers...
2023-01-03 Michael Buch[lldb][Test] TestDataFormatterLibcxxRangesRefView.py...
2023-01-03 Nikita Popov[PlaceSafepoints] Avoid branch on undef UB in test...
2023-01-03 Nikita Popov[HotColdSplit] Avoid branch on undef UB in test (NFC)
2023-01-03 Nikita Popov[Coroutines] Convert some tests to opaque pointers...
2023-01-03 Nikita Popov[Coroutines] Avoid branch on undef UB in test (NFC)
2023-01-03 Muhammad Omair... [llvm] XFAIL X86 tests failing on AArch64/Windows
2023-01-03 Nikita Popov[CodeGenPrepare] Avoid branch on undef UB in tests...
2023-01-03 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2023-01-03 Nikita Popov[CodeExtractor] Avoid branch on undef UB in tests ...
2023-01-03 Nikita Popov[CodeExtractor] Convert some tests to opaque pointers...
2023-01-03 Nikita Popov[CallSiteSplitting] Avoid branch on undef UB in test...
2023-01-03 Nikita Popov[Inline] Avoid branch on undef UB in tests (NFC)
2023-01-03 Matthias Springer[mlir][transforms][NFC] Expand CanonicalizerPass docume...
2023-01-03 Nikita Popov[SimplifyCFG] Avoid branch on undef UB in test (NFC)
2023-01-03 Dinar Temirbulatov[SLP][AArch64] Add fmuladd test coverage
2023-01-03 Muhammad Omair... [compiler-rt] XFAIL builtins unit tests on WoA
2023-01-03 chenglin.bi[TypePromotion] Add truncate in ConvertTruncs when...
2023-01-03 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2023-01-03 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2023-01-03 Haojian Wu[clang-tidy] Fix all broken links in the comment.
2023-01-03 Campbell SuterLink the default GC strategies everywhere getGCStrategy...
2023-01-03 Johannes ReifferscheidAdd a math.cbrt instruction and lowering to libm.
2023-01-03 Chuanqi Xu[C++20] [Modules] Emit full specialization of variable...
2023-01-03 LLVM GN Syncbot[gn build] Port c570287fbf4d
2023-01-03 wangpc[RISCV][NFC] Move RISCVISAInfo back to Support
2023-01-03 Chuanqi Xu[C++20] [Modules] Fix a crash when instantiate hidden...
2023-01-03 Kazu Hirata[llvm] Use std::optional instead of llvm::Optional...
2023-01-03 jacquesguan[RISCV] Fix compile warning.
2023-01-03 jacquesguan[RISCV] Use vfirst.m to extract the first element from...
2023-01-03 Kazu Hirata[polly] Use std::optional instead of llvm::Optional...
2023-01-03 Owen Pan[clang-format][NFC] Remove CRs at EOLs introduced in...
2023-01-03 Kazu Hirata[flang] Use std::optional instead of llvm::Optional...
2023-01-03 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-01-03 Owen Pan[clang-format][NFC] Remove a superfluous semicolon...
2023-01-03 eopXD[NFC][Clang][RISCV] Reduce boilerplate when determining...
2023-01-03 Kazu Hirata[BOLT] Use std::optional instead of llvm::Optional...
2023-01-03 Kazu Hirata[lld] Use std::optional instead of llvm::Optional ...
2023-01-03 Lang Hames[ORC] Rename ThreadSafeModule::takingModuleDo to consum...
2023-01-03 Lang Hames[ORC] Add ThreadSafeModule::takingModuleDo for consumin...
2023-01-03 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-02 Kazu Hirata[clang] Use std::optional instead of llvm::Optional...
2023-01-02 Haojian WuFix the broken bazel build for f6076bd81fce06bb29f83d37...
2023-01-02 Dmitri Gribenko[clang][dataflow] Remove unused includes
2023-01-02 Krzysztof Drewniak[mlir][ROCDL] Translate known block size attributes...
2023-01-02 Peter Rongprecommit formatting of LowerSwitch.cpp for D140747
2023-01-02 Sanjay Patel[InstCombine] fold mask with not-of-sext-bool to select
2023-01-02 Sanjay Patel[InstCombine] add tests for not-sext-bool+mask; NFC
2023-01-02 Sanjay Patel[InstCombine] early exit to reduce indents in foldSelec...
2023-01-02 Roman Lebedev[InstCombine] Canonicalize math-y conditional negation...
2023-01-02 Roman Lebedev[NFC][InstCombine] Add tests for conditional negation...
2023-01-02 Florian Hahn[VPlan] Use VP_CLASSOF_IMPL for VPWidenCanonicalIVRecip...
2023-01-02 Florian Hahn[VPlan] Use VP_CLASSOF_IMPL for VPWidenMemoryInstructio...
2023-01-02 Florian Hahn[VPlan] Use VP_CLASSOF_IMPL for VPPredInstPHI (NFC).
2023-01-02 Krzysztof DrewniakRe-land D139865 "Add known_block_size and known_grid_si...
2023-01-02 Nikita Popov[LoopRotate] Convert tests to opaque pointers (NFC)
2023-01-02 Nikita Popov[LoopRotate] Make test more robust (NFC)
2023-01-02 Nikita Popov[LoopRotate] Name instructions in test (NFC)
2023-01-02 Nikita Popov[LoopPredication] Convert tests to opaque pointers...
2023-01-02 Roman Lebedev[DAGCombiner] `convertBuildVecZextToBuildVecWithZeros...
2023-01-02 Muhammad Omair... [LLDB] Enable TestSignedTypes.py for AArch64/Windows
2023-01-02 Nikita Popov[InstCombine] Support vectors in icmp of GEP fold
2023-01-02 Nikita Popov[InstCombine] Add tests for icmp of vector GEP (NFC)
2023-01-02 Jonas Hahnfeld[JITLink][RISCV] Order EdgeKind_riscv the same way...
2023-01-02 Nikita Popov[ValueTracking] Use SmallVector for non-undef/poison ops
2023-01-02 Oleksandr ... [mlir] NFC use the correct markdown header in Bufferiza...
2023-01-02 Daan De Meyer[llvm-objcopy] Use getNumberOfSymbols() instead of...
2023-01-02 Adrian Kuegel[mlir][Bazel] Port cf487cce6f64
2023-01-02 Nikita Popov[ValueTracking] Treat branch on undef as UB as well
2023-01-02 Nikita Popov[SimpleLoopUnswitch] Perform poison query before transform
2023-01-02 Tamas Berghammer[clang-tidy] Support std::string_view in readability...
2023-01-02 Tobias Gysi[mlir][llvm] Make the import of LLVM IR intrinsics...
2023-01-02 Nikita Popov[ValueTracking] Remove branch-on-poison-as-ub flag...
2023-01-02 Qfrost[LLD][Windows]Feature "checksum" for Windows PE
2023-01-02 Adrian Kuegel[mlir][MemRef] Apply ClangTidy performance fix (NFC).
2023-01-02 luxufan[JITLink][RISCV] Fix incorrectly use of uint32_t
2023-01-01 Owen Pan[clang-format][docs] Fix indentation for the Sphinx...
2023-01-01 Owen Pan[clang-format][NFC] Clean up IntegerLiteralSeparatorFix...
2023-01-01 Jeff Bailey[libc] [nfc] Fix heading underline.
2023-01-01 Roman Lebedev[DAGCombiner][X86] Fold a CONCAT_VECTORS of SHUFFLE_VEC...
2023-01-01 Roman Lebedev[NFC][X86] Add tests for concatenation of shuffle's...
2023-01-01 Florian Hahn[VPlan] Adjust mergeReplicateRegions to be in line...
2023-01-01 Tom Praschan[clangd] Add extension for adding context (enclosing...
2023-01-01 Kevin Sala[OpenMP][libomptarget] Add TargetParser as dependency...
2023-01-01 Ben Shi[lld][ELF] Support relocation R_AVR_LDS_STS_16 on AVRTi...
next