platform/upstream/llvm.git
2022-09-04 Fangrui Song[ELF] Clarify a workaround for mips GNU ld<2.31
2022-09-04 Vitaly BukaRevert "[llvm] Use range-based for loops (NFC)"
2022-09-04 Fangrui Song[ELF] Remove unneeded @@ check. NFC
2022-09-04 Fangrui Song[ELF] Remove a redundant identify_magic call. NFC
2022-09-04 Florian Hahn[LCSSA] Update unreachable uses with poison.
2022-09-04 Florian Hahn[LV] Update test use opaque pointers, regenerate checks.
2022-09-04 Florian Hahn[LCSSA] Update test use opaque pointers, regenerate...
2022-09-04 LLVM GN Syncbot[gn build] Port a46154cb1cd0
2022-09-04 isuckatcs[analyzer] Warn if the size of the array in `new[]...
2022-09-04 Daniel Bertalan[lld-macho] Change constant std::vector to std::array...
2022-09-04 Simon Pilgrim[CostModel][X86] Add CostKinds handling for sqrt intrinsicc
2022-09-04 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - conve...
2022-09-04 Simon Pilgrim[PhaseOrdering] Move X86 unsigned-multiply-overflow...
2022-09-04 Simon PilgrimRevert rG06e73626cf0fc33b025a0f98f1eee4a302279982 ...
2022-09-04 Krzysztof Parzyszek[Libfuzzer] Include signal.h for SIGINT
2022-09-04 Simon Pilgrim[CostModel][X86] getTypeBasedIntrinsicInstrCost - conve...
2022-09-04 Ruobing Han[test] pre-submission for the following SimpleLoopUnswi...
2022-09-04 Nimish Mishra[flang][OpenMP] Handle private/firstprivate clauses...
2022-09-04 Benjamin Kramer[OpenMP] Silence unused variable warning in release...
2022-09-04 Simon Pilgrim[CostModel][X86] Remove redundant AVX512 v64i8 shift...
2022-09-04 Simon Pilgrim[CostModel][X86] Add CostKinds handling for mul ops
2022-09-04 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-09-04 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-04 Simon Pilgrim[CostModel][X86] Add vector shift test coverage for...
2022-09-04 Christian Sigg[mlir:vscode] Fix bazel build after commit f7b8a70
2022-09-04 Daniel Bertalan[lld-macho][test] Correct a mismatched adrp-add pair
2022-09-04 Kazu Hirata[clang] Qualify auto in range-based for loops (NFC)
2022-09-04 Kazu Hirata[llvm] Use range-based for loops (NFC)
2022-09-04 Kazu Hirata[ADT] Use std::tuple_element_t (NFC)
2022-09-04 Kazu Hirata[llvm] Use std::remove_reference_t (NFC)
2022-09-04 Kazu Hirata[mlir] Use std::enable_if_t (NFC)
2022-09-04 Kazu Hirata[ADT] Use std::add_pointer_t (NFC)
2022-09-04 Kazu Hirata[ADT] Use std::add_lvalue_reference_t (NFC)
2022-09-04 Kazu Hirata[Support] Simplify reverseBits with constexpr if (NFC)
2022-09-04 Kazu Hirata[Support] Simplify isInt and isUInt with constexpr...
2022-09-04 Fangrui Song[test] Make tests pass regardless of gnu++14/gnu++17...
2022-09-04 Nick Kreeger[mlir][sparse] Expose SparseTensor passes as enums...
2022-09-03 Fangrui Song[SanitizerCoverage] Simplify pc-table and improve test...
2022-09-03 Vitaly Buka[test][mlir] Restore used attributes deleted by D132726
2022-09-03 Nick KreegerRevert "[mlir][sparse] Expose SparseTensor passes as...
2022-09-03 Nick Kreeger[mlir][sparse] Expose SparseTensor passes as enums...
2022-09-03 Vitaly BukaRevert "[Clang][CodeGen] Avoid __builtin_assume_aligned...
2022-09-03 Ye Luo[OpenMP] add a offload test involving std::complex
2022-09-03 Kazu Hirata[llvm] Qualify auto in range-based for loops (NFC)
2022-09-03 Kazu HirataDrop empty string literals from static_assert (NFC)
2022-09-03 Kazu Hirata[llvm] Use std::remove_const_t (NFC)
2022-09-03 Kazu Hirata[llvm] Use std::enable_if_t (NFC)
2022-09-03 Kazu Hirata[ADT] Use std::add_const_t (NFC)
2022-09-03 Kazu Hirata[llvm] Use range-based for loops (NFC)
2022-09-03 Kazu HirataUse llvm::upper_bound (NFC)
2022-09-03 Kazu HirataUse llvm::lower_bound (NFC)
2022-09-03 Kazu HirataUse llvm::count_if (NFC)
2022-09-03 Kazu Hirata[CodeGen] Use std::lcm (NFC)
2022-09-03 Kazu Hirata[BOLT] Use range-based for loops (NFC)
2022-09-03 Fangrui Song[Driver] Remove unused -Ttext -Tdata -Tbss
2022-09-03 Fangrui Song[Driver] Change some cc1 only JoinedOrSeparate long...
2022-09-03 Simon Pilgrim[CostModel][X86] Adjust mul v4i32/v8i32 throughput...
2022-09-03 Simon Pilgrim[CostModel][X86] Add CostKinds handling for add/sub ops
2022-09-03 Dave Lee[lldb][bindings] Fix module_access handling of regex
2022-09-03 yronglin[Clang][CodeGen] Avoid __builtin_assume_aligned crash...
2022-09-03 Simon Pilgrim[CostModel][X86] Add CostKinds handling for fdiv ops
2022-09-03 Sanjay Patel[SCCP] add helper function for replacing signed operati...
2022-09-03 Simon Pilgrim[X86] Fix fdiv throughput/latency/uops counts
2022-09-03 Christian Sigg[MLIR] Single lit config attribute for CMAKE_LIBRARY_OU...
2022-09-03 Sanjay Patel[InstCombine] reduce another or-xor bitwise logic pattern
2022-09-03 Sanjay Patel[InstCombine] add tests for or-xor-nand; NFC
2022-09-03 Simon Pilgrim[CostModel][X86] Add fdiv(double) throughput x87 costs for
2022-09-03 Simon Pilgrim[AMDGPU] Add -verify-machineinstrs to attr-amdgpu-flat...
2022-09-03 Simon Pilgrim[DAG] canCreateUndefOrPoison - add freeze(insert_subvec...
2022-09-03 Simon Pilgrim[X86] Add test showing failure to fold freeze(insert_su...
2022-09-03 Simon Pilgrim[TTI] Add isExpensiveToSpeculativelyExecute wrapper
2022-09-03 Igor Zhukov[libc++] Implement P2273R3 (`constexpr` `unique_ptr`)
2022-09-03 Mark de Wever[NFC][libc++] Uses the new way to mark Standard includes.
2022-09-03 Mark de Wever[NFC][libc++][format] Removes unused code.
2022-09-03 Mark de Wever[NFC][libc++] Removes GCC-11 support.
2022-09-03 Simon Pilgrim[X86] Fix fmul throughput/latency/uops counts
2022-09-03 Simon Pilgrim[CostModel][X86] Add CostKinds handling for fmul ops
2022-09-03 Simon Pilgrim[CostModel][X86] Remove unused float x87 costs
2022-09-03 Junduo DongRevert "[Clang] change default storing path of `-ftime...
2022-09-03 Junduo DongRevert "[driver][clang] remove the check-time-trace...
2022-09-03 Alexey Lapshin[DWARFLinker] Refactor clang modules loading code.
2022-09-03 Mark de Wever[libc++] Fixes generated output CI job.
2022-09-03 Mark de Wever[NFC][libc++] Moves transitive includes location.
2022-09-03 Mark de Wever[libc++] Fixes generated output CI job.
2022-09-03 Benjamin Kramer[bazel] Port f7b8a70e7a1738e0fc6574e3cf8faa4fa1f34eba
2022-09-03 Christian SiggResubmit "[MLIR] Remove unused config attributes from...
2022-09-03 owenca[clang-format] Fix a bug in merging blocks with a wrapp...
2022-09-03 Lang Hames[ORC-RT] Refactor ORC runtime CMake for future test...
2022-09-03 Junduo Dong[driver][clang] remove the check-time-trace test on...
2022-09-03 LLVM GN Syncbot[gn build] Port bc8fd9c6335f
2022-09-03 Vitaly BukaRevert "[libc++] Granularize the rest of memory"
2022-09-03 LLVM GN Syncbot[gn build] Port 3a49cffe3add
2022-09-03 Igor Zhukov[libc++] Implement P2445R1 (`std::forward_like`)
2022-09-03 Richard SmithWork around Windows buildbot failure.
2022-09-03 Shafik Yaghmour[Clang] Fix lambda CheckForDefaultedFunction(...) so...
2022-09-03 Junduo Dong[Clang] change default storing path of `-ftime-trace`
2022-09-03 Mehdi AminiRevert "[mlir][cmake] Don't add dependencies on mlir...
2022-09-03 Richard SmithAttempt to make AIX bot happier.
2022-09-03 River Riddle[mlir:vscode] Add support for viewing and editing a...
2022-09-03 Adrian PrantlFix out-of-bounds memory access in test
next