platform/upstream/llvm.git
2022-01-03 Nikita Popov[DSE] Check for whole object overwrite even if dead...
2022-01-03 Vitaly Buka[NFC][sanitizer] Allow madvise in symbolizer
2022-01-03 Marek Kurdej[clang-format] [docs] Fix Mozilla coding style URL.
2022-01-03 Kazu Hirata[llvm] Fix namespace comments (NFC)
2022-01-03 John Ericson[llvm][cmake] Normalize some indent
2022-01-03 Craig Topper[Support] Add KnownBits::countMaxSignedBits(). Make...
2022-01-03 Victor Perez[RISCV][VP] Add RVV codegen for [nX]vXi1 vp.select
2022-01-03 Kazu Hirata[Transform] Remove redundant declaration PollyAllowFull...
2022-01-03 Craig Topper[RISCV] Prune more unnecessary vector pseudo instructio...
2022-01-03 Mehdi AminiFix doc on how to run clang-tidy on MLIR codebase ...
2022-01-03 Kazu Hirata[Transforms] Use all_of instead of any_of (NFC)
2022-01-03 Kazu Hirata[API] Remove redundant member initialization (NFC)
2022-01-03 Mehdi AminiRevert "Define a `cppAccessorType` to const-ref in...
2022-01-03 William S.... [MLIR] Canonicalize/fold select %x, 1, 0 to extui
2022-01-03 William S.... [MLIR][Arith] Canonicalize and/or with ext
2022-01-03 Mehdi AminiAdd back missing return to non-void function
2022-01-03 Mehdi AminiRemove misused RAII gil_scoped_release/gil_scoped_acqui...
2022-01-03 Groverkss[MLIR][NFC] Fix clang-tidy errors in Analysis/Presburger/
2022-01-03 Mehdi AminiUse cast<> instead of dyn_cast<> when we don't check...
2022-01-03 Mehdi AminiRemove dead return after return (NFC)
2022-01-03 Mehdi AminiRemove useless nesting blok and dead return statement...
2022-01-03 Mehdi AminiMinor reflow of FloorDivSIOp/CeilDivSIOp folder to...
2022-01-03 Groverkss[MLIR] Move LinearTransform to Presburger/
2022-01-03 William S.... [MLIR] Create folders for extsi/extui
2022-01-03 Mehdi AminiDefine a `cppAccessorType` to const-ref in APFloatParam...
2022-01-03 Mehdi AminiAdd a script to run clang-tidy on the entire MLIR codebase
2022-01-03 Lang Hames[JITLink] Move AllocActions and associated types out...
2022-01-03 Mehdi AminiApply clang-tidy fixes for misc-unused-parameters in...
2022-01-03 Ellis Hoag[clang][AST] Fix crash when printing error
2022-01-03 William S.... [MLIR] Create fold for cmp of ext
2022-01-03 Wenlei He[llvm-profgen] Error out for unsupported AutoFDO profil...
2022-01-02 Mehdi AminiUse `= default` for the ValueShapeRange copy-constructo...
2022-01-02 Mehdi AminiReplace raw-loop with llvm::any_of() in PresburgerSet...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2022-01-02 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-01-02 Martin Storsjö[clang] [MinGW] Pass --no-demangle through to the mingw...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-01-02 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-01-02 Mehdi AminiApply clang-tidy fixes for modernize-use-default-member...
2022-01-02 Mehdi AminiApply clang-tidy fixes for bugprone-argument-comment...
2022-01-02 Nathan Sidwell[clang] Allow using std::coroutine_traits in std:...
2022-01-02 Philip ReamesPrecommit SCEV symbolic w.overflow exit tests
2022-01-02 Dave Lee[lldb] Remove unused AproposAllSubCommands (NFC)
2022-01-02 Philip ReamesAutogen a SCEV test for ease of update
2022-01-02 Florian Hahn[LV] Use Builder.CreateVectorReverse directly. (NFC)
2022-01-02 Kazu Hirata[clang] Remove redundant member initialization (NFC)
2022-01-02 Kazu Hirata[wasm] Use nullptr instead of NULL (NFC)
2022-01-02 Kazu HirataRemove redundant void arguments (NFC)
2022-01-02 Kazu HirataRemove unused "using" (NFC)
2022-01-02 Kazu Hirata[Target] Remove unused forward declarations (NFC)
2022-01-02 Philip Reames[SCEV] Drop unused param from new version of computeExi...
2022-01-02 Philip Reames[SCEV] Split computeExitLimitFromICmp into two versions...
2022-01-02 Arthur O'Dwyer[libc++] [test] Remove an erroneously copy-paste in...
2022-01-02 Philip Reamesautogen unroll test for ease of futre update
2022-01-02 Nathan Sidwell[clang] More informative mixed namespace diagnostics
2022-01-02 Florian Hahn[VPlan] Don't consider VPWidenCanonicalIVRecipe phi...
2022-01-02 Markus Böck[clang][MinGW] Explicitly ignore `-fPIC` & friends
2022-01-02 Markus Böck[lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW...
2022-01-02 Kazu Hirata[DebugInfo] Remove hasInterestingContent (NFC)
2022-01-02 Kazu Hirata[CodeGen] Remove DisconnectedComponentsRenamed (NFC)
2022-01-02 Kazu Hirata[AArch64] Remove unused constant NeonBitsPerVector...
2022-01-02 Kazu Hirata[ADT] Remove ImmutableSet::foreach and ImmutableMap...
2022-01-02 Craig Topper[RISCV] Prune unnecessary vector pseudo instructions...
2022-01-02 Mehdi AminiApply clang-tidy fixes for readability-simplify-boolean...
2022-01-02 Mehdi AminiApply clang-tidy fixes for readability-container-size...
2022-01-02 Mehdi AminiRemove unused applyPad function from TosaToLinalg.cpp...
2022-01-02 Mehdi AminiApply clang-tidy fixes for readability-const-return...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-unnecessary...
2022-01-02 Mehdi AminiApply clang-tidy fixes for modernize-use-using to MLIR...
2022-01-02 Mehdi AminiApply clang-tidy fixes for modernize-use-override to...
2022-01-02 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto to MLIR...
2022-01-02 Mehdi AminiApply clang-tidy fixes for bugprone-macro-parentheses...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2022-01-02 Mehdi AminiApply clang-tidy fixes for performance-for-range-copy...
2022-01-02 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-01-02 Mehdi AminiApply clang-tidy fixes for bugprone-copy-constructor...
2022-01-02 Mehdi AminiApply clang-tidy fixes for bugprone-argument-comment...
2022-01-02 Mehdi AminiEnable a few clang-tidy checks in MLIR
2022-01-02 Kazu Hirata[llvm] Remove redundant member initialization (NFC)
2022-01-01 Mehdi AminiMove LinalgDetensorize pass option from .cpp file to...
2022-01-01 Mehdi AminiUse const reference for diagnostic in callback (NFC)
2022-01-01 Kazu Hirata[lldb] Add NOLINT(modernize-use-nullptr)
2022-01-01 Kazu HirataRemove redundant string initialization (NFC)
2022-01-01 David Green[ARM] Verify addressing immediates
2022-01-01 Kazu Hirata[lldb] Use nullptr instead of 0 or NULL (NFC)
2022-01-01 Kazu HirataRevert "[lldb] Use nullptr instead of 0 or NULL (NFC)"
2022-01-01 Kazu Hirata[lldb] Use nullptr instead of 0 or NULL (NFC)
2022-01-01 Kazu Hirata[llvm] Use the default constructor for SDValue (NFC)
2022-01-01 Nico WeberRevert "[lldb] Use nullptr instead of 0 or NULL (NFC)"
2022-01-01 Kazu Hirata[Target] Use range-based for loops (NFC)
2022-01-01 Nuno Lopes[docs] Mark @llvm.sideeffect() as willreturn
2022-01-01 John EricsonSet the path to the shared cmake modules based on the...
2022-01-01 Kazu Hirata[Aarch64] Remove redundant declaration initializeSVEInt...
2022-01-01 Kazu Hirata[CodeGen] Remove redundant string initialization (NFC)
2022-01-01 Kazu Hirata[IR] Remove redundant return statements (NFC)
2022-01-01 Kazu Hirata[mlir] Remove unused "using" (NFC)
2022-01-01 Kazu Hirata[lldb] Use nullptr instead of 0 or NULL (NFC)
2022-01-01 Kazu Hirata[Transforms] Remove unused forward declarations (NFC)
2022-01-01 Florian Hahn[VPlan] Remove VPWidenPHIRecipe constructor without...
next