platform/upstream/llvm.git
2023-01-16 Chuanqi Xu[Driver] [Modules] Support -fmodule-output (1/2)
2023-01-16 Amaury Séchet[DAG] Recombine (binop (shift x y))
2023-01-16 Freddy Ye[X86] Add AVX512FP16 test coverage to splat(fpext)...
2023-01-16 Benjamin Kramer[FuncitonComparator] Clamp StringRef compare output...
2023-01-15 Roman Lebedev[NFC][X86] Improve test coverage for shuffles-of-shifts
2023-01-15 Craig Topper[InstCombine] Generalize (icmp sgt (1 << Y), -1) -...
2023-01-15 Roman Lebedev[NFC][X86] Add tests for splat-in-disguise of shift...
2023-01-15 Roman Lebedev[NFC][TargetLowering] `isSplatValueForTargetNode()...
2023-01-15 Benjamin Kramer[lldb] Unbreak test after 931d04be2fc8f3f0505b43e64297f...
2023-01-15 Benjamin Kramer[ADT] Forward some StringRef::find overloads to std...
2023-01-15 Benjamin Kramer[ADT] Make StringRef::compare like std::string_view...
2023-01-15 Johannes Doerfert[OpenMP][JIT] Introduce more debugging configuration...
2023-01-15 Johannes Doerfert[OpenMP][JIT] Cleanup JIT interface, caching, and races
2023-01-15 Johannes Doerfert[OpenMP][NFC] Introduce helper functions to hide casts...
2023-01-15 Saagar Jha[lldb] Fix typos and update "GDB To LLDB Command Map...
2023-01-15 Roman Lebedev[DAGCombiner] `combineShuffleOfSplatVal()`: try to...
2023-01-15 LLVM GN Syncbot[gn build] Port 94461822c75d
2023-01-15 Matt ArsenaultDAG: Avoid stack lowering if bitcast has an illegal...
2023-01-15 Hui Xie[libc++][ranges] implement `std::views::elements_view`
2023-01-15 Chris Lattner[MLIR] Simplify predicate in Matchers.h, NFC
2023-01-15 Markus Böck[mlir][ods] Rework how transitive use of deprecated...
2023-01-15 Kazu Hirata[Support] clang-format partMSBpartMSB and partLSB ...
2023-01-15 Kazu HirataUse the default parameters of countTrailingZeros and...
2023-01-15 Matt ArsenaultGlobalISel: Enable CSE for G_SEXT_INREG
2023-01-15 Simon Pilgrim[X86] Move isShuffleMaskInputInPlace to allow additiona...
2023-01-15 Matt ArsenaultValueTracking: Teach CannotBeOrderedLessThanZero about...
2023-01-15 Roman Lebedev[NFC][X86] Ensure we don't manage to produce broadcast...
2023-01-15 Roman Lebedev[NFC][X86] Add subvector splat-store tests
2023-01-15 Mark de Wever[NFC][libc++] Removes uneeded std:: prefixes.
2023-01-15 Paul Walker[SVE][CGBuiltins] Remove need for instcombine from...
2023-01-15 Sergei Barannikov[CodeGen] Replace CCValAssign::Loc with std::variant...
2023-01-15 Luo, Yuanke[X86] Add test case for folding select on vXi1
2023-01-15 Kazu Hirata[libc] Use std::optional instead of llvm::Optional...
2023-01-15 Kazu Hirata[cross-project-tests] Use std::optional instead of...
2023-01-15 Kazu Hirata[libc] Use std::optional instead of llvm::Optional...
2023-01-15 Kazu Hirata[libc] Use std::optional instead of llvm::Optional...
2023-01-15 Roman Lebedev[NFC][X86][Codegen] Extend tests for splat-storing...
2023-01-15 Roman Lebedev[NFC][X86][Codegen] Add tests for splat-storing the...
2023-01-15 Kazu Hirata[flang] Do not include llvm/ADT/Optional.h (NFC)
2023-01-14 Kazu Hirata[gtest] Use std::optional instead of llvm::Optional...
2023-01-14 Keith Smiley[lld-macho] Improve invalid fat binary warning
2023-01-14 Fangrui SongRemove deleted file from module map
2023-01-14 Kazu Hirata[llvm] Include <optional> instead of "llvm/ADT/Optional...
2023-01-14 Kazu HirataRemove redundant initialization of std::optional (NFC)
2023-01-14 Kazu HirataUse std::nullopt instead of None in comments (NFC)
2023-01-14 Kazu Hirata[clang] Remove remaining uses of llvm::Optional (NFC)
2023-01-14 Simon Pilgrim[X86] Add absolute-difference vector tests
2023-01-14 Simon Pilgrim[X86] Add absolute-difference scalar tests
2023-01-14 Tom Praschan[clangd] Hover: show CalleeArgInfo for literals and...
2023-01-14 Andrew Savonichev[NVPTX] Drop memory references of LDG/LDU
2023-01-14 Kazu Hirata[clang] Use std::optional instead of llvm::Optional...
2023-01-14 Craig Topper[InstCombine] Optimize (icmp slt (1 << Y), 1) -> (icmp...
2023-01-14 Kazu Hirata[clang] Add #include <optional> (NFC)
2023-01-14 Carlos Galvez[clang-tidy][NFC] Use C++17 nested namespaces in the...
2023-01-14 Simon Pilgrim[X86] Fix SLM uops/resources counts for XADD/XCHG reg...
2023-01-14 Kirill Stoimenov[HWASAN][Fuchsia] Fixed Fuchsia build.
2023-01-14 Roman Lebedev[NFC][Codegen][X86] Improve test coverage for wide...
2023-01-14 James Le Cuirot[llvm] Don't require third-party components when cross...
2023-01-14 Markus Böck[mlir][tblgen] Fix undefined behaviour found by MSVC...
2023-01-14 Haojian WuFix a -Wgnu-designator warning, NFC.
2023-01-14 Roman Lebedev[Codegen][LegalizeIntegerTypes] New legalization strate...
2023-01-14 Simon Pilgrim[X86] vector-reduce-and-bool.ll - add 'is allones'...
2023-01-14 Tomas Matheson[AArch64] Reland "Improve TargetParser API"
2023-01-14 Simon Pilgrim[X86] Add SSE/AVX1/AVX2 + f16/f32 test coverage to...
2023-01-14 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2023-01-14 Kazu Hirata[mlir] Remove remaining uses of llvm::Optional (NFC)
2023-01-14 Kazu Hirata[mlir] Use std::optional instead of llvm::Optional...
2023-01-14 Craig Topper[InstCombine] Add test coverage for (icmp sgt/sle ...
2023-01-14 Craig TopperRevert "[InstCombine] Add test coverage for (icmp slt...
2023-01-14 Craig Topper[InstCombine] Add test coverage for (icmp slt/sge ...
2023-01-14 Craig Topper[CodeGen][Target] Remove uses of Register::isPhysicalRe...
2023-01-14 Phoebe Wang[X86] Do not lower INSERT_VECTOR_ELT to vselect for...
2023-01-14 NAKAMURA TakumiJITLink/ELF_i386.cpp: Fix a warning in D141746. [-Wswitch]
2023-01-14 Kirill Stoimenov[LSAN][Fuchsia] Added ForEachExtraThreadStackRange...
2023-01-14 Kazu Hirata[mlir] Add #include <optional> (NFC)
2023-01-14 Kshitij JainFixes handling logic for i386/ELF GOTPC relocation
2023-01-14 Jan Svoboda[clang] Report the on-disk paths for inputs to module...
2023-01-14 Nikolas Klauser[libc++] Add [[clang::lifetimebound]] attribute to...
2023-01-14 Khem Raj[hwasan] Replace j __interceptor_sigsetjmp instead...
2023-01-14 Matt ArsenaultDAG/GlobalISel: Fix broken/redundant setting of MODeref...
2023-01-14 Matt ArsenaultAArch64/GlobalISel: Regenerate test checks
2023-01-14 Mehdi AminiFix scf.while verifier crash (NFC)
2023-01-14 Mehdi AminiRefactor OperationName to use virtual tables for dispat...
2023-01-14 NAKAMURA Takumi[Bazel] Use `LLVM_VERSION` from `llvm/CMakeLists.txt`
2023-01-14 Youling Tang[lsan] Add lsan support for loongarch64
2023-01-14 Hui Li[LLDB][LoongArch] Add FP branch instructions for Emulat...
2023-01-14 Hui Li[LLDB][LoongArch] Delete the s9 register alias definition
2023-01-14 NAKAMURA TakumiMachineScheduler.cpp: Fixup D141707, suppress `MISchedD...
2023-01-14 LLVM GN Syncbot[gn build] Port 5629d492df38
2023-01-14 varconstReapply "[libc++][ranges]Refactor `copy{,_backward...
2023-01-14 Fangrui Song[test] Deprecated llvm::TypeSize::getFixedSize => getFi...
2023-01-14 Fangrui SongFix some -Wconstant-conversion warnings for future...
2023-01-14 Lang Hames[ORC] Introduce deferred allocation-actions scheme...
2023-01-14 yijiagu[mlir][async] Allow to call async.execute inside async...
2023-01-14 Valery N Dmitriev[SLP] Remove unused check label from test - NFC
2023-01-13 NAKAMURA TakumiRevert "[Clang][Sema] Enabled implicit conversion warni...
2023-01-13 Owen Pan[clang-format] Replace DeriveLineEnding and UseCRLF...
2023-01-13 LLVM GN Syncbot[gn build] Port fdc0bf6adcee
2023-01-13 Paul KirthRevert "[LoongArch][M68k] Add 'Stack Frame Layout Analy...
2023-01-13 Paul KirthRevert "[codegen] Add StackFrameLayoutAnalysisPass"
next