platform/upstream/llvm.git
2022-08-15 Zain Jaffal[AArch64] Tests for non-temporal loads.
2022-08-15 Walter Erquinigo[NFC][trace][intel pt] add simple documentation line
2022-08-15 Diana Picus[flang] Install runtime libs with the toolchain
2022-08-15 Zijia Zhu[ADT] Make SmallSet::insert(const T &) return const_ite...
2022-08-15 Fangrui Song[DebugInfo] -fdebug-prefix-map: handle '#line "file...
2022-08-15 Kazu Hirata[ADT] Deprecate Optional::map
2022-08-14 Craig Topper[X86][RISCV] Pre-commit tests for D130862. NFC
2022-08-14 Kazu HirataUse llvm::none_of (NFC)
2022-08-14 Kazu Hirata[clangd] Use llvm::any_of (NFC)
2022-08-14 Kazu HirataUse llvm::all_of (NFC)
2022-08-14 Kent Ross[libc++][spaceship] Implement std::variant::operator<=>
2022-08-14 David Green[Support] Fix no-stat build. NFC
2022-08-14 Yuanfang Chen[c++] implements DR692, DR1395 and tentatively DR1432...
2022-08-14 Krzysztof Parzyszek[Hexagon] Distribute disjoint intervals at the end...
2022-08-14 Krzysztof Parzyszek[Hexagon] Make some loops in HexagonExpandCondsets...
2022-08-14 Justin Stitt[Sema] Avoid isNullPointerConstant invocation
2022-08-14 Nuno LopesInstCombine: use poison instead of undef as placeholder...
2022-08-14 Nico WeberRevert "[clang] adds unary type transformations as...
2022-08-14 Kazu Hirata[flang] Remove redundant string initialization (NFC)
2022-08-14 Kazu Hirata[mlir] Remove redundant member initialization (NFC)
2022-08-14 Kazu Hirata[Transforms] Qualify auto in range-based for loops...
2022-08-14 Kazu Hirata[Support] Drop unnecessary const from a return type...
2022-08-14 Lang Hames[JITLink] Fix some missing std::moves.
2022-08-14 Kazu Hirata[Sema] Fix a warning
2022-08-14 LLVM GN Syncbot[gn build] Port 1cf81274f425
2022-08-14 Simon Pilgrim[M68k] Fix MSVC llvm::Optional<> deprecation warnings
2022-08-14 Lang Hames[JITLink] Add eh-frame CFI inspector, fix crash on...
2022-08-14 Christopher... [libcxx][NFC] utilises compiler builtins for unary...
2022-08-14 Christopher... [clang] adds unary type transformations as compiler...
2022-08-14 Florian Hahn[LV] Add tests for vectorizing select of minimum idx...
2022-08-14 Simon Pilgrim[X86] combineVectorShiftImm - fold (shl (add X, X)...
2022-08-14 Igor Zhukov[libc++][test] fix C4267 warning in bitset.members...
2022-08-14 Simon Pilgrim[X86] Add test coverage for lshr/ashr with freeze
2022-08-14 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(shl(x,y)...
2022-08-14 Mark de Wever[clang][doc] Removes an extra space.
2022-08-14 Simon Pilgrim[X86] Add test coverage for shl nsw with freeze
2022-08-14 Simon Pilgrim[X86] freeze-binary.ll - tweak freeze_mul_nsw test...
2022-08-14 Simon Pilgrim[X86] Add test coverage for shl with freeze
2022-08-14 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(and/or/xor...
2022-08-14 Simon Pilgrim[X86] Add test coverage for and/or/xor with freeze
2022-08-14 Mark de Wever[libc++] Uses operator<=> in string.
2022-08-14 Mark de Wever[libc++][test] Disables clang-tidy test for GCC.
2022-08-14 Martin Storsjö[ORC_RT][COFF] Fix cross compilation with mingw headers
2022-08-14 Roman Gareev[Polly] Remove the test case that depends on InstCombin...
2022-08-14 Anubhab Ghosh[Orc] Use IntervalMap to store free memory regions...
2022-08-14 LLVM GN Syncbot[gn build] Port 7ae66e5e9593
2022-08-14 Nikolas Klauser[libc++] Implement P2417R2 (A more constexpr bitset)
2022-08-14 Nikolas Klauser[libc++] Granularize the rest of type_traits
2022-08-14 Liqin.Weng[NFC] Combine test cases of verifier
2022-08-14 Alexey Baturo[Triple] Add llvm::Triple::isRISCV{32,64}
2022-08-14 Phoebe Wang[X86][FP16] Promote FP16->[U]INT to FP16->FP32->[U]INT
2022-08-14 Ben Langmuir[llvm] Update FileSystem test that failed spuriously
2022-08-14 John Regehrfix some bad logic that was removing all successor...
2022-08-14 Fangrui Song[llvm-readobj] Remove unused member variable. NFC
2022-08-14 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `thread::id`
2022-08-13 Nikolas Klauser[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI
2022-08-13 Vitaly Buka[AArch64] Fix signed integer overflow in CSINC case
2022-08-13 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(add/sub/mul...
2022-08-13 Simon Pilgrim[X86] Add test coverage for add/sub/mul with freeze
2022-08-13 Kazu HirataUse llvm::erase_value (NFC)
2022-08-13 Kazu HirataUse llvm::erase_if (NFC)
2022-08-13 Kazu HirataRemove unused forward declarations (NFC)
2022-08-13 Kazu HirataEnsure newlines at the end of files (NFC)
2022-08-13 Kazu Hirata[clangd] Drop unnecessary const from return types ...
2022-08-13 Kazu Hirata[llvm] Qualify auto in range-based for loops (NFC)
2022-08-13 Zachary Henkel __has_trivial_copy should map to __is_trivially_copyable
2022-08-13 Vitaly Buka[OpenMP] Fix another after scope after D129608
2022-08-13 Joe Loser[MC] Leverage constexpr `std::array` in `SubtargetFeatu...
2022-08-13 Kazu HirataUse Optional::transform instead of Optional::map (NFC)
2022-08-13 Kazu Hirata[ADT] Implement Optional::transform
2022-08-13 Valentin Clement[flang][openacc] Handle array section and derived-type...
2022-08-13 Fangrui Song[unittest] Update HostTest::isSupportedArchAndOS
2022-08-13 Simon Pilgrim[CostModel][X86] Add cost kinds test coverage for selec...
2022-08-13 Florian HahnRevert "[AArch64][GlobalISel] Recognise some CCMPri"
2022-08-13 Vitaly Buka[OpenMP] Fix use after scope after D129608
2022-08-13 Jacques Pienaar[mlir][shape] Rename dim.dim to dim.index (NFC)
2022-08-13 Simon Pilgrim[CostModel] Rename vselect-cost.ll to select.ll
2022-08-13 Simon Pilgrim[CostModel][X86] Add cost kinds test coverage for fp...
2022-08-13 Simon Pilgrim[CostModel][X86] Add cost kinds test coverage for fp...
2022-08-13 Sanjay Patel[InstCombine] fix "X|(X^Y)" pattern-matching for commut...
2022-08-13 Sanjay Patel[InstCombine] add tests for or-xor; NFC
2022-08-13 Aaron BallmanUpdate the implementation status of some C11 features
2022-08-13 Sanjay Patel[InstCombine] reduce or-xor-or patterns
2022-08-13 Simon Pilgrim[Instcombine] Add (simplified) pointless loop unroll...
2022-08-13 Sanjay Patel[InstCombine] move comments closer to relevant code...
2022-08-13 Sanjay Patel[InstCombine] add tests for or-xor-or; NFC
2022-08-13 Liqin.Weng[AVR] Remove debug location of spill/reload instructions
2022-08-13 Simon Pilgrim[Instcombine] known-phi-br.ll - fix test bounds for...
2022-08-13 Nico Weber[gn build] port 7260cdd2e13a3 more
2022-08-13 Ben Shi[Driver] Support linking to compiler-rt for target AVR
2022-08-13 LiaoChunyu[RISCV] Fold (sub constant, (setcc x, y, eq/neq)) ...
2022-08-13 Simon Pilgrim[Instcombine] Add some value tracking tests for cases...
2022-08-13 Nikolas Klauser[libc++] Simplify __config a bit more and add underscor...
2022-08-13 Fangrui Song[Support] computeHostNumPhysicalCores: use sched_getaff...
2022-08-13 Vitaly Buka[test][sanitizer] Disable netdb tests on Android
2022-08-13 Fangrui Song[Driver] Use addOptInFlag. NFC
2022-08-13 Anubhab GhoshReapply [Orc] Properly deallocate mapped memory in...
2022-08-13 Fangrui Song[lldb][ARC] Fix -Wtautological-bitwise-compare warning
2022-08-13 Vitaly Buka[test][sanitizer] Fix REQUIRES in the test
2022-08-13 Vitaly Buka[test][asan] Remove -fsanitize-address-use-after-scope
next