aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopAccessAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-26[LAA] Remove RuntimeCheckingPtrGroup::RtCheck member (NFC).Florian Hahn1-8/+20
2021-07-19[LoopUtils] Fix incorrect RT check bounds of loop-invariant mem accessesMindong Chen1-8/+8
2021-07-06Recommit [ScalarEvolution] Make getMinusSCEV() fail for unrelated pointers.Eli Friedman1-1/+2
2021-06-23[LAA] Make getPointersDiff() API compatible with opaque pointersNikita Popov1-13/+20
2021-05-28Revert "[LAA] Support pointer phis in loop by analyzing each incoming pointer."Florian Hahn1-23/+2
2021-05-05Make dependency between certain analysis passes transitive (reapply)Bjorn Pettersson1-5/+5
2021-05-04Revert "Make dependency between certain analysis passes transitive"Bjorn Pettersson1-5/+5
2021-05-04Make dependency between certain analysis passes transitiveBjorn Pettersson1-5/+5
2021-04-28[LAA] Support pointer phis in loop by analyzing each incoming pointer.Florian Hahn1-2/+23
2021-03-25Fix a miscompile introduced by 99203f2.Richard Smith1-1/+2
2021-03-24[LoopAnalysis][NFC]Remove redundant code.Alexey Bataev1-1/+0
2021-03-23[Analysis]Add getPointersDiff function to improve compile time.Alexey Bataev1-107/+91
2021-03-23Revert "[Analysis]Add getPointersDiff function to improve compile time."Alexey Bataev1-91/+107
2021-03-23[Analysis]Add getPointersDiff function to improve compile time.Alexey Bataev1-107/+91
2021-01-09[llvm] Drop unnecessary make_range (NFC)Kazu Hirata1-1/+1
2021-01-07[Analysis] MemoryDepChecker::couldPreventStoreLoadForward - remove dead store...Simon Pilgrim1-1/+1
2020-12-14[LAA] Relax restrictions on early exits in loop structurePhilip Reames1-20/+0
2020-11-26[AA] Split up LocationSize::unknown()Nikita Popov1-2/+2
2020-11-25[SVE] Fix TypeSize warning in RuntimePointerChecking::insertJoe Ellis1-3/+3
2020-11-25[LAA] NFC: Rename [get]MaxSafeRegisterWidth -> [get]MaxSafeVectorWidthInBitsCullen Rhodes1-1/+1
2020-11-24[SCEV] Use isa<> pattern for testing for CouldNotCompute [NFC]Philip Reames1-1/+1
2020-11-24[LAA] Minor code style tweaks [NFC]Philip Reames1-23/+15
2020-10-07[LAA] Use DL to get element size for bound computation.Florian Hahn1-1/+2
2020-10-02LoopAccessAnalysis.cpp - use const reference in for-range loops. NFCI.Simon Pilgrim1-4/+4
2020-09-22[LoopInfo] empty() -> isInnermost(), add isOutermost()Stefanos Baziotis1-1/+1
2020-07-31[NFC] Remove unused GetUnderlyingObject paramenterVitaly Buka1-10/+7
2020-07-30[NFC] GetUnderlyingObject -> getUnderlyingObjectVitaly Buka1-4/+4
2020-07-30[LAA] Avoid adding pointers to the checks if they are not needed.Florian Hahn1-27/+33
2020-07-07[LV] Vectorize without versioning-for-unit-stride under -Os/-OzAyal Zaks1-2/+6
2020-06-25LoopAccessAnalysis.h - reduce AliasAnalysis.h include to forward declaration....Simon Pilgrim1-3/+3
2020-06-14[LAA] Do not set CanDoRT to false for AS that do not need RT checks.Florian Hahn1-2/+19
2020-05-27[LAA] We only need pointer checks if there are non-zero checks (NFC).Florian Hahn1-9/+12
2020-05-27Revert "[LAA] We only need pointer checks if there are non-zero checks (NFC)."Florian Hahn1-16/+10
2020-05-27[LAA] We only need pointer checks if there are non-zero checks (NFC).Florian Hahn1-10/+16
2020-05-20[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+0
2020-05-10[LAA] Move runtime-check generation to Transforms/Utils/loopUtils (NFC)Florian Hahn1-153/+0
2020-05-10Recommit "[LAA] Remove one addRuntimeChecks function (NFC)."Florian Hahn1-8/+0
2020-05-10Revert "[LAA] Remove one addRuntimeChecks function (NFC)."Florian Hahn1-0/+8
2020-05-10[LAA] Remove one addRuntimeChecks function (NFC).Florian Hahn1-8/+0
2020-05-09[LAA] Remove unneeded PtrRtChecking argument (NFC).Florian Hahn1-9/+7
2020-04-28[LAA] Move CheckingPtrGroup/PointerCheck outside class (NFC).Florian Hahn1-23/+29
2020-01-16[VectorUtils] Rework the Vector Function Database (VFDatabase).Francesco Petrogalli1-1/+1
2020-01-04Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn1-1/+1
2020-01-04[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn1-1/+1
2019-12-13Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."Francesco Petrogalli1-1/+1
2019-12-10[VectorUtils] Introduce the Vector Function Database (VFDatabase).Francesco Petrogalli1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+5
2019-10-02LoopAccessAnalysis isConsecutiveAccess() - silence static analyzer dyn_cast<S...Simon Pilgrim1-2/+2
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-5/+5