platform/upstream/llvm.git
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...
2022-08-12 James Y KnightX86: Don't fold TEST into ADD ...@GOTTPOFF/GOTNTPOFF...
2022-08-12 Jeff Niu[mlir] Add AllOfType and ConfinedType constraints
2022-08-12 Fangrui Song[MCDwarf] Respect -fdebug-prefix-map= for generated...
2022-08-12 Fangrui Song[BOLT] Use Optional::emplace to avoid move assignment...
2022-08-12 Ilia Diachkov[SPIRV] support capabilities and extensions
2022-08-12 Jacques Pienaar[mlir] Flip Tensor dialect and ViewLike (NFC)
2022-08-12 Nico Weber[lld/mac] Stop accepting arbitrary suffixes on --(no...
2022-08-12 Valentin Clement[flang] Pass SemanticsContext to the LoweringBridge
2022-08-12 Kevin Athey[MSAN] add flag to suppress storage of stack variable...
2022-08-12 Joe Loser[ADT] Mark variable inline to avoid ODR violations...
2022-08-12 Joe Loser[ADT] Remove STLForwardCompat.h's C++17 equivalents
2022-08-12 Michael Jones[libc] add sprintf size comparison
2022-08-12 Arthur Eubanks[bazel] Use lld in --config=generic_clang
2022-08-12 Arthur Eubanks[bazel] Remove --config=rbe
2022-08-12 Frederik Gossen[MLIR] Add utility function to create values for all...
2022-08-12 Brett Wilson[clang-doc] Always emit the TagType for RecordInfo
2022-08-12 Brett Wilson[clang-doc] Fix assert on startup
2022-08-12 Aart Bik[mlir][sparse] enable integral abs recognition
2022-08-12 Ben Langmuir[llvm] Fix assertion when stat fails in remove_directories
2022-08-12 Wolfgang Pieb[Inlining] Introduce the function attribute "inline...
2022-08-12 Jacques Pienaar[mlir][shape] Add dim op
2022-08-12 Aleksandr Platonov[clangd][unittests][IncludeCleaner] Don't call findRefe...
2022-08-12 Fangrui Song[libunwind] Remove __ANDROID_API__ < 18 workaround
2022-08-12 Arthur Eubanks[llvm-reduce] Try harder to not create invalid aliases
next