platform/upstream/llvm.git
2022-08-29 Jeff Niu[mlir] Add `Block::eraseArguments` that erases a subrange
2022-08-29 Philip Reames[LV] Add debug output for force scalar tracing [nfc]
2022-08-29 Julian Lettner[Driver] Fix & re-enable DriverKit test
2022-08-29 Lang Hames[ORC-RT] unit tests do not need access to LLVM headers.
2022-08-29 Rong Xu[llvm-profdata] Adjust profile supplementation heuristics
2022-08-29 Philip Reames[LV] Refresh autogen tests to reflect naming changes...
2022-08-29 Craig Topper[RISCV] Use hasAllWUsers to recover ANDI.
2022-08-29 Craig Topper[RISCV] Add test case for missed opportunity to use...
2022-08-29 Valery N Dmitriev[SLP] Try to match reductions before trying to vectoriz...
2022-08-29 Rob Suderman[mlir][tosa] Added folders for tosa.greater
2022-08-29 Slava Zakharin[mlir][math] Set llvm readnone attribute for libm funct...
2022-08-29 Joseph Huber[libomptarget] Always enable time tracing in libomptarget
2022-08-29 Philip Reames[LV] Minor code restructure of isUniformAfterVectorizat...
2022-08-29 Hans WennborgMark compiler-rt/test/profile/instrprof-merging.cpp...
2022-08-29 Craig Topper[RISCV] Add more invertible setccs to tryDemorganOfBool...
2022-08-29 Craig Topper[RISCV] Pre-commit tests for D132798. NFC
2022-08-29 Craig Topper[RISCV] Apply DeMorgan to (beqz (and/or (seteq), (xor...
2022-08-29 Yuanfang Chen[PS4][driver] make -fjmc work with LTO driver linking...
2022-08-29 Yuanfang Chen[Clang] Implement function attribute nouwtable
2022-08-29 Julian LettnerRevert "[Driver] Fix & re-enable DriverKit test"
2022-08-29 Michele Scuttari[MLIR] Fix autogenerated pass constructors linkage
2022-08-29 Philip Reames[RLEV] Pick a correct insert point when incoming instru...
2022-08-29 Arthur EubanksRevert "[runtimes] Use a response file for runtimes...
2022-08-29 ziqingluo-90[clang-tidy] Fixing a bug in `InfiniteLoopCheck` that...
2022-08-29 Alexey Bataev[SLP]Fix PR57322: vectorize constant float stores.
2022-08-29 Florian Hahn[SLP] Add tests showing over-eager SLP when scalar...
2022-08-29 Peter Klausler[flang] Don't construct TBP bindings for abstract deriv...
2022-08-29 Julian Lettner[Driver] Fix & re-enable DriverKit test
2022-08-29 Dave Lee[lldb] Quietly source lit-lldb-init
2022-08-29 Dave Lee[lldb] Remove mention of dotest.pl
2022-08-29 Dave Lee[lldb][test] Speed up lldb arch determination (NFC)
2022-08-29 Utkarsh SaxenaFoldingRanges: Handle LineFoldingsOnly clients.
2022-08-29 Quentin Colombet[mlir][MemRef] Canonicalize reinterpret_cast(extract_st...
2022-08-29 Nathan Ridge[clangd] Fail more gracefully if QueryDriverDatabase...
2022-08-29 Aart Bik[mlir][sparse] start a sparse codegen conversion pass
2022-08-29 Craig Topper[VP][RISCV] Add vp.fabs intrinsic and RISC-V support.
2022-08-29 Jeff Niu[mlir][ods] OpFormat: fix type inference issues
2022-08-29 Craig Topper[RISCV] Add Uses=[FRM] and mayRaiseFPException to VF...
2022-08-29 Mark de Wever[NFC][libc++][format] Use ranges in the output.
2022-08-29 Craig Topper[RISCV] Use analyzeBranch in RISCVRedundantCopyElimination.
2022-08-29 Zhixun Tan[mlir][dataflow] Consolidate AbstractSparseLattice...
2022-08-29 Florian Hahn[DSE] Add extra test for loop invariant store in loop...
2022-08-29 Joe Nash[AMDGPU][NFC] Allow separate RC for VOP3 DPP Dst
2022-08-29 Wei Yi Tee[clang] Fix ambiguous use of `report_fatal_error`.
2022-08-29 Alexey Bataev[SLP]Improve lookup of the buildvector top insertelemen...
2022-08-29 Daniil Dudkin[flang] Allow compiler directives for collapsed loops...
2022-08-29 Peixin Qiao[flang][OpenMP] Support lowering of threadprivate direc...
2022-08-29 Peixin Qiao[flang] Support lowering of C_PTR and C_FUNPTR argument...
2022-08-29 Sanjay Patel[InstCombine] fold not-shift of signbit to icmp+zext
2022-08-29 Aaron BallmanMake this test slightly less fragile; NFC
2022-08-29 Joseph Huber[Libomptarget] Do not check for valid binaries twice.
2022-08-29 Sanjay Patel[InstCombine] fold inc-of-signbit-splat to not+lshr
2022-08-29 Sanjay Patel[InstCombine] add tests for increment-of-ashr; NFC
2022-08-29 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-08-29 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2022-08-29 Luca Di SeraExpose QualType::getUnqualifiedType in libclang
2022-08-29 Benjamin Kramer[mlir][Vector] Fix unused variable warning in release...
2022-08-29 Tres Popp[mlir] Delete MemRefType::Builder::setMemorySpace(unsigned)
2022-08-29 Martin Storsjö[analyzer] Silence GCC warnings about unused variables...
2022-08-29 Martin Storsjö[lldb] Fix warnings about unused variables when buildin...
2022-08-29 Adrian Kuegel[mlir][Linalg] Move verification of block arguments...
2022-08-29 Florian Hahn[LV] Add test where either a libfunc or intrinsic is...
2022-08-29 Jonas Toth[docs] improve documentation for misc-const-correctness
2022-08-29 Florian Hahn[LV] Remove unneeded getVectorIntrinsicIDForCall call...
2022-08-29 Nikita Popov[Flang] Use find_program() to find clang-tblgen
2022-08-29 Alvin Wong[clang] Make guard(nocf) attribute available only for...
2022-08-29 Phoebe Wang[X86][BF16] Add type mangling for Windows
2022-08-29 Nicolas Vasilache[mlir][Vector] Support 0-D vectors in ShuffleOp
2022-08-29 Petr Hosek[Fuchsia][CMake] Disable LLVM plugin support
2022-08-29 Adrian Kuegel[mlir] Apply ClangTidy performance finding (NFC).
2022-08-29 Wei Yi Tee[llvm][ADT] Fix formatting for files relevant to `Strin...
2022-08-29 Petr Hosek[docs] Expand lit documentation on response files
2022-08-29 Wei Yi TeeRevert "[llvm][ADT] Fix formatting for files relevant...
2022-08-29 Wei Yi Tee[llvm][ADT] Fix formatting for files relevant to `Strin...
2022-08-29 Kazu HirataUse StringRef::contains (NFC)
2022-08-29 Kazu Hirata[llvm] Qualify auto in range-based for loops (NFC)
2022-08-29 Kazu Hirata[llvm] Use range-based for loops (NFC)
2022-08-29 Kazu Hirata[Instrumentation] Use std::clamp (NFC)
2022-08-29 zhongyunde[tests] precommit tests for D132658
2022-08-29 Fangrui Song[MC][test] Test FreeBSD after D131162
2022-08-29 Vitaly Buka[test][msan] Add debug info use-after-dtor tests
2022-08-29 Vitaly Buka[test][msan] Simplify tests with --implicit-check-not
2022-08-29 Siva Chandra... [libc][Obvious] Re-enable math unit tests.
2022-08-29 Yeting Kuo[RISCV] Merge vmerge.vvm and unmasked intrinsic with...
2022-08-29 Tyker[MLIR] Add mlir::TypedValue
2022-08-29 jacquesguan[RISCV][NFC] Add cost model coverage for fp arithmetic...
2022-08-29 jacquesguan[RISCV][NFC] Refactor fadd test to match the code.
2022-08-29 liqinweng[RISCV] Remove unused code
2022-08-29 liqinweng[RISCV] Refactor for costs of integer min/max
2022-08-29 gonglingqin[LoongArch] Combine add + shl to alsl.[w/d/wu]
2022-08-29 Kazu HirataRevert "[llvm] Use llvm::is_contained (NFC)"
2022-08-29 Sheng[NFC][clang-format] Fix typo
2022-08-29 Kazu Hirata[Target] Qualify auto in range-based for loops (NFC)
2022-08-29 Kazu Hirata[Support] Remove greatestCommonDivisor and GreatestComm...
2022-08-29 Kazu Hirata[llvm] Use std::is_unsigned instead of std::numeric_lim...
2022-08-29 Kazu Hirata[llvm] Use range-based for loops (NFC)
2022-08-29 Kazu Hirata[llvm] Use llvm::is_contained (NFC)
2022-08-28 Benjamin Kramer[RISC-V][HWASAN] Fold variable into assert
2022-08-28 owenca[clang-format] Fix a bug in removing braces for the...
2022-08-28 Andrey Tretyakov[SPIRV] Add tests to improve test coverage
next