platform/upstream/llvm.git
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
2022-08-28 Fangrui Song[Driver][Linux] Pass --hash-style=gnu to ld unless...
2022-08-28 Shoaib Meenai[MachO] Remove stale comments
2022-08-28 Fangrui Song[Driver] Don't pass --enable-new-dtags to ld for Androi...
2022-08-28 Alexey Baturo[RISC-V][HWASAN] Add support for lowering HWASAN intrin...
2022-08-28 Alexey Baturo[RISC-V][HWASAN] Save sp address at the start of tag...
2022-08-28 Alexey Baturo[RISC-V][HWASAN] Add runtime support for HWASAN for...
2022-08-28 Kazu HirataUse std::gcd (NFC)
2022-08-28 Kazu HirataUse std::gcd (NFC)
2022-08-28 Kazu Hirata[Target] Qualify auto in range-based for loops (NFC)
2022-08-28 Kazu Hirata[llvm] Use llvm::find_if (NFC)
2022-08-28 Katherine Rasmussen[flang] Split up synchronization, event, and error...
2022-08-28 Alexey Baturo[RISC-V][HWASAN] Add tag mismatch routines for HWASAN...
2022-08-28 Sanjay Patel[InstCombine] allow sext in fold of mask using signbit...
2022-08-28 Alexey Baturo[RISC-V][HWASAN] Add intrinsics required for HWASAN...
2022-08-28 zhongyunde[InstCombine] Propagate the nuw for combine of add+mul
2022-08-28 Florian Hahn[VPlan] Use range check in VPHeaderPHIRecipe::classof...
2022-08-28 Sanjay Patel[InstCombine] allow sext in fold of mask using signbit
2022-08-28 Sanjay Patel[InstCombine] add tests for inverted signbit splat...
2022-08-28 Anubhab Ghosh[Orc] Use MapperJITLinkMemoryManager with SharedMemoryM...
2022-08-28 Benjamin Kramer[bazel] Add missing dependency after 1b002d27683522e15d...
2022-08-28 Pavel Samolysov[Pipelines] Introduce DAE after ArgumentPromotion
2022-08-28 Daniel Bertalan[llvm-objdump] Add -dyld_info to llvm-otool
2022-08-28 Sheng[NFC] Fix typo
2022-08-28 Kazu Hirata[Transform] Use range-based for loops (NFC)
2022-08-28 Kazu Hirata[Utils] Remove redundaunt declarations (NFC)
2022-08-28 Kazu Hirata[llvm] Use std::gcd (NFC)
2022-08-28 Kazu Hirata[flang] Use std::clamp (NFC)
2022-08-28 Amir Ayupov[BOLT][NFC] Use llvm::any_of
2022-08-28 Kazu Hirata[Support] Use std::clamp (NFC)
2022-08-28 Kazu Hirata[lldb] Use nullptr instead of NULL (NFC)
2022-08-28 Kazu Hirata[lldb] Remove a redundaunt return statement (NFC)
2022-08-28 Kazu Hirata[flang] Simplify string comparisons (NFC)
2022-08-28 Kazu Hirata[Transforms] Qualify auto in range-based for loops...
2022-08-28 Kazu HirataUse llvm::is_contained (NFC)
2022-08-28 Kazu HirataUse std::gcd (NFC)
2022-08-28 Arnab DuttaFold memref.expand_shape and memref.collapse_shape ops
2022-08-27 Nathan James[clang-tidy] Tweak diagnostics for bugprone-assign...
2022-08-27 Shafik Yaghmour[Clang] Avoid crashes when parsing using enum declarations
next