summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LoopAccessAnalysis.cpp
AgeCommit message (Expand)Author
2020-06-25LoopAccessAnalysis.h - reduce AliasAnalysis.h include to forward declaration....Simon Pilgrim
2020-06-14[LAA] Do not set CanDoRT to false for AS that do not need RT checks.Florian Hahn
2020-05-27[LAA] We only need pointer checks if there are non-zero checks (NFC).Florian Hahn
2020-05-27Revert "[LAA] We only need pointer checks if there are non-zero checks (NFC)."Florian Hahn
2020-05-27[LAA] We only need pointer checks if there are non-zero checks (NFC).Florian Hahn
2020-05-20[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn
2020-05-10[LAA] Move runtime-check generation to Transforms/Utils/loopUtils (NFC)Florian Hahn
2020-05-10Recommit "[LAA] Remove one addRuntimeChecks function (NFC)."Florian Hahn
2020-05-10Revert "[LAA] Remove one addRuntimeChecks function (NFC)."Florian Hahn
2020-05-10[LAA] Remove one addRuntimeChecks function (NFC).Florian Hahn
2020-05-09[LAA] Remove unneeded PtrRtChecking argument (NFC).Florian Hahn
2020-04-28[LAA] Move CheckingPtrGroup/PointerCheck outside class (NFC).Florian Hahn
2020-01-16[VectorUtils] Rework the Vector Function Database (VFDatabase).Francesco Petrogalli
2020-01-04Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."Florian Hahn
2020-01-04[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).Florian Hahn
2019-12-13Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."Francesco Petrogalli
2019-12-10[VectorUtils] Introduce the Vector Function Database (VFDatabase).Francesco Petrogalli
2019-11-13Sink all InitializePasses.h includesReid Kleckner
2019-10-02LoopAccessAnalysis isConsecutiveAccess() - silence static analyzer dyn_cast<S...Simon Pilgrim
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-02[LV] Avoid building interleaved group in presence of WAW dependencyHideki Saito
2019-07-18[LAA] Re-check bit-width of pointers after stripping.Michael Liao
2019-06-12LoopDistribute/LAA: Respect convergentMatt Arsenault
2019-04-24Add "const" in GetUnderlyingObjects. NFCBjorn Pettersson
2019-04-23Use llvm::stable_sortFangrui Song
2019-02-05[NFC] fix trivial typos in commentsHiroshi Inoue
2019-01-30[NFC] fix trivial typos in commentsHiroshi Inoue
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20[LAA] Avoid generating RT checks for known deps preventing vectorization.Florian Hahn
2018-12-18[LAA] Introduce enum for vectorization safety status (NFC).Florian Hahn
2018-11-19[LV] Avoid vectorizing unsafe dependencies in uniform addressAnna Thomas
2018-11-17Use llvm::copy. NFCFangrui Song
2018-10-16[LV] Teach vectorizer about variant value store into uniform addressAnna Thomas
2018-10-10Replace most users of UnknownSize with LocationSize::unknown(); NFCGeorge Burgess IV
2018-09-25[LV][LAA] Vectorize loop invariant values stored into loop invariant addressAnna Thomas
2018-07-30Remove trailing spaceFangrui Song
2018-07-09llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-03[SLP] Fix PR36481: vectorize reassociated instructions.Alexey Bataev
2018-04-03Revert "[SLP] Fix PR36481: vectorize reassociated instructions."Benjamin Kramer
2018-04-02[SLP] Fix PR36481: vectorize reassociated instructions.Alexey Bataev
2018-03-09[NFC] Consolidate six getPointerOperand() utility functions into one placeRenato Golin
2018-02-14Adding a width of the GEP index to the Data Layout.Elena Demikhovsky
2017-12-20Revert r320548:[SLP] Vectorize jumbled memory loadsMohammad Shahid
2017-12-13[SLP] Vectorize jumbled memory loads.Mohammad Shahid
2017-11-05[LV/LAA] Avoid specializing a loop for stride=1 when this predicate implies aDorit Nuzman
2017-10-09Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*Adam Nemet
2017-10-03Revert r314806 "[SLP] Vectorize jumbled memory loads."Hans Wennborg