platform/upstream/llvm.git
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
2022-09-03 Sheng[NFC][clang] LLVM_FALLTHROUGH => [[fallthrough]
2022-09-03 Andrew Browne[DFSan] Increase size of buffer to fix possibly-flakey...
2022-09-03 Peiming Liu[mlir][sparse] Introduce sparse_tensor.storage operator...
2022-09-02 Mehdi AminiRevert "[mlir][Tensor] Add rewrites to extract slices...
2022-09-02 Volodymyr Sapsai[ODRHash diagnostics] Transform method `ASTReader:...
2022-09-02 Richard SmithRevert "[AggressiveInstCombine] Lower Table Based CTTZ"
2022-09-02 Francis Visoiu... [Matrix] Use print instead of dump for matrix-print...
2022-09-02 Richard SmithAdd driver test for -fmodule-name and -fmodule-map...
2022-09-02 Jorge Gorbe... [NFC] Remove duplicate code in SBTypeCategory
2022-09-02 Francis Visoiu... [Matrix] Simplify matmuls with scalars
2022-09-02 Alexander Shaposhnikov[clang-tidy] Skip copy assignment operators with nonsta...
2022-09-02 isuckatcs[analyzer] Add more information to the Exploded Graph
2022-09-02 Alexander Shaposhnikov[clang-tidy] Restrict use-equals-default to c++11-or...
2022-09-02 Eli Friedman[CostModel][AArch64] Fix ctpop intrinsic cost when...
2022-09-02 jackh[clang-format] Fix annotating when deleting array of...
2022-09-02 Lei Zhang[mlir][spirv] Convert some 0-D vector extract/insertele...
2022-09-02 Mitch PhillipsRevert "[MLIR] Remove unused config attributes from...
2022-09-02 Manish Gupta [mlir][NVGPU] Adding Support for cp_async_zfill via...
2022-09-02 Lei Zhang[mlir][spirv] Support more max/min vector.reduction
2022-09-02 Lei Zhang[mlir][spirv] Add some folders for spv.CompositeExtract
2022-09-02 Alex Brachet[libc][NFC] clang-format
2022-09-02 Lei Zhang[mlir][spirv] Add support for converting gpu.shuffle xor
2022-09-02 Lei Zhang[mlir][spirv] Define various spv.GroupNonUniformShuffle ops
2022-09-02 Lei Zhang[mlir][spirv] Fix MaxVersion for ops after supporting...
2022-09-02 Valentin Clement[mlir][openacc][NFC] Fix typo
2022-09-02 Coleuse LLVM_USE_STATIC_ZSTD
2022-09-02 Vitaly Buka[TEST][msan] Reformat RUN lines
2022-09-02 Chris Bieneman[HLSL] Generate buffer subscript operators
2022-09-02 LLVM GN Syncbot[gn build] Port 30adaa730c47
2022-09-02 Nikolas Klauser[libc++][NFC] Copy the whole union instead of a member...
2022-09-02 Nikolas Klauser[libc++] Granularize the rest of memory
2022-09-02 Fangrui Song[Driver] Remove cc1 Separate form -fvisibility
2022-09-02 Nikolas Klauser[libc++] Remove noexcept specifier from operator""s
next