platform/upstream/llvm.git
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
2022-08-13 Vitaly Buka[libcxx][hwasan] Add basic HWAddress support
2022-08-13 Luo, Yuanke(Reland) [fastalloc] Support allocating specific regist...
2022-08-13 Craig Topper[RISCV] isImpliedByDomCondition returns an Optional...
2022-08-13 Sunho Kim[ORC] Silence copy elision warning.
2022-08-13 Fangrui Song[openmp] Remove __ANDROID_API__ < 19 workaround
2022-08-13 Sunho Kim[ORC] Specify the typename.
2022-08-13 Anubhab GhoshRevert "[Orc] Properly deallocate mapped memory in...
2022-08-13 Sunho Kim[ORC_RT][COFF] Initial platform support for COFF/x86_64.
2022-08-13 Anubhab Ghosh[Orc] Properly deallocate mapped memory in MapperJITLin...
2022-08-13 jackh[clang-format] Distinguish logical and after bracket...
2022-08-13 Joe Loser[DAGCombine] Replace std::monostate equivalent in DAGCo...
2022-08-13 Jeff Niu[mlir][python] add a todo to replace throw in dense...
2022-08-13 Jeff Niu[mlir] Remove colon from empty dense array syntax
2022-08-13 Jeff Niu[mlir][ods] Rename Confined and AllAttrConstraintsOf
2022-08-13 Kazu Hirata[mlir] Deprecate OptionalParseResult::{hasValue,getValue}
2022-08-13 Kazu Hirata[mlir] Use has_value instead of hasValue (NFC)
2022-08-13 jacquesguan[RISCV][NFC] Use nested namespace definations.
2022-08-13 Jeff Niu[mlir][ods] OpFormat: ensure that regions don't follow...
2022-08-13 Jeff Niu[mlir][ods] Support string literals in `custom` directives
2022-08-13 Jennifer Yu[OpenMP] Fix segmentation fault when data field is...
2022-08-12 Vitaly Buka[sanitizer] Add dn_comp interceptor
2022-08-12 Jeff Niu(Reland) [mlir] Switch segment size attributes to Dense...
2022-08-12 Jeff Niu[mlir][python] Add python bindings for DenseArrayAttr
2022-08-12 Usman NadeemUpdate hwasan test to fix failure on older Android...
2022-08-12 Eric Kunze[MLIR][TOSA] Remove ReluN operator from TOSA dialect
2022-08-12 isuckatcs[analyzer] Fix a crash on copy elided initialized lambd...
2022-08-12 Walter Erquinigo[trace][intel pt] Fix per-psb packet decoding
2022-08-12 Xing Xue[libunwind][AIX] Implement _Unwind_FindEnclosingFunctio...
2022-08-12 Fangrui Song[DebugInfo] Don't join DW_AT_comp_dir and directories...
next