platform/upstream/llvm.git
2022-08-15 Sanjay Patel[InstCombine] reduce sub-with-overflow ==/!= 0
2022-08-15 Sanjay Patel[InstCombine] add tests for compare of sub-with-overflo...
2022-08-15 Simon Pilgrim[InstCombine] known-phi-br.ll - add multiuse of compare...
2022-08-15 Jonas Devlieghere[llvm] Include utils/unittest before projects and runtimes
2022-08-15 Thomas Raoux[mlir][nvpu] Prevent F32ToTF32 pattern to generate...
2022-08-15 Michael Buch[lldb][debugserver] Revert "Use llvm::all_of (NFC)...
2022-08-15 Valentin Clement[flang][docs] Add lowering design doc for polymorphic...
2022-08-15 Slava Zakharin[flang] Handle mixed types in DOT_PRODUCT simplification.
2022-08-15 Mahesh Ravishankar[mlir] Revisit `LinalgLoopDistributionOptions`.
2022-08-15 Steven Wu[CMake] Update FindGPRC to use add_llvm_library
2022-08-15 Matheus Izvekov[clang] fix missing initialization of original number...
2022-08-15 Michele ScuttariDynamicMemRefType: iteration and access by indices
2022-08-15 Craig Topper[RISCV] Enable isTruncateFree in SDAG for i64->i32...
2022-08-15 Craig Topper[InstSimplify] sle on i1 also encodes implication
2022-08-15 Michał Górny[llvm] [cmake] Move LLVM_INSTALL_PACKAGE_DIR top-level...
2022-08-15 Simon Pilgrim[X86] Freeze shl(x,1) -> add(x,x) vector fold (PR50468)
2022-08-15 Igor Zhukov[libc++][test] Fix conversion signed/unsigned in test...
2022-08-15 Nico Weber[llvm-objdump] Start on -chained_fixups for llvm-otool
2022-08-15 Valentin Clement[flang][openacc][NFC] Add test with allocatable and...
2022-08-15 Simon Pilgrim[X86] Fold insert_vector_elt(undef, elt, 0) --> scalar_...
2022-08-15 wangyihan[NFC][SmallVector] Use std::conditional_t instead of...
2022-08-15 David Green[DAG] Ensure more Legal BUILD_VECTOR elements types...
2022-08-15 Matthias Springer[mlir][linalg][python] Add named constructor for MatchOp
2022-08-15 Aaron BallmanSilence MSVC codecvt deprecation warnings
2022-08-15 Luo, YuankeRevert "(Reland) [fastalloc] Support allocating specifi...
2022-08-15 Ayke van Laethem[AVR] Only push and clear R1 in interrupts when necessary
2022-08-15 Ayke van Laethem[AVR] Use @earlyclobber instead of register scavenging
2022-08-15 Ayke van Laethem[AVR] Support unaligned store
2022-08-15 Dmitry Vassiliev[IR] Change access rights of PredIterator members
2022-08-15 Max KazantsevRevert "[SCEV] Use context to strengthen flags of BinOps"
2022-08-15 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(sign_extend_i...
2022-08-15 Peter Waller[DAGCombine] Combine signext_inreg of extract-extend
2022-08-15 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(assertsext...
2022-08-15 Matthias Springer[mlir][bufferize] Fix bug in AllocTensorElimination
2022-08-15 Benjamin KramerMake demangler independent of LLVM again
2022-08-15 David Spickett[LLDB] Remove __future__ imports from examples
2022-08-15 David Spickett[LLDB] Remove __future__ imports from tests
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)
next