aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-23[Utils] Use WeakTrackingVH in vector used as scratch storage.Alina Sbirlea1-1/+1
2019-11-21[LoopInstSimplify] Move MemorySSA verification under flag.Alina Sbirlea1-1/+2
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-09-07Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson1-1/+2
2019-08-17[MemorySSA] Loop passes should mark MSSA preserved when available.Alina Sbirlea1-1/+1
2019-06-11Only passes that preserve MemorySSA must mark it as preserved.Alina Sbirlea1-0/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-22Update MemorySSA in LoopInstSimplify.Alina Sbirlea1-6/+38
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie1-1/+1
2018-05-29[LoopInstSimplify] Re-implement the core logic of loop-instsimplify toChandler Carruth1-104/+102
2018-05-25Restore the LoopInstSimplify pass, reverting r327329 that removed it.Chandler Carruth1-0/+223
2018-03-12Remove the LoopInstSimplify pass (-loop-instsimplify)Vedant Kumar1-223/+0
2017-10-16[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-5/+20
2017-04-28Kill off the old SimplifyInstruction API by converting remaining users.Daniel Berlin1-1/+1
2017-01-15[PM] Introduce an analysis set used to preserve all analyses overChandler Carruth1-1/+3
2017-01-11[PM] Separate the LoopAnalysisManager from the LoopPassManager and moveChandler Carruth1-1/+1
2017-01-11[PM] Rewrite the loop pass manager to use a worklist and augmented runChandler Carruth1-14/+4
2016-12-19Revert @llvm.assume with operator bundles (r289755-r289757)Daniel Jasper1-4/+12
2016-12-15Remove the AssumptionCacheHal Finkel1-12/+4
2016-08-09Consistently use LoopAnalysisManagerSean Silva1-1/+1
2016-07-15[PM] Convert LoopInstSimplify Pass to new PMDehao Chen1-60/+88
2016-04-22Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor1-1/+1
2016-04-22Revert "Initial implementation of optimization bisect support."Vedant Kumar1-1/+1
2016-04-21Initial implementation of optimization bisect support.Andrew Kaylor1-1/+1
2016-04-06Simplify logic. NFC.Chad Rosier1-7/+5
2016-02-19[LPM] Factor all of the loop analysis usage updates into a common helperChandler Carruth1-9/+4
2015-10-13Scalar: Remove remaining ilist iterator implicit conversionsDuncan P. N. Exon Smith1-1/+1
2015-08-17[PM] Port ScalarEvolution to the new pass manager.Chandler Carruth1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-10DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini1-1/+1
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-2/+1
2015-01-28[LPM] Stop using the string based preservation API. It is anChandler Carruth1-1/+2
2015-01-17[PM] Split the LoopInfo object apart from the legacy pass, creatingChandler Carruth1-3/+3
2015-01-15[PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth1-3/+4
2015-01-15[PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth1-1/+1
2015-01-04[PM] Split the AssumptionTracker immutable pass into two separate APIs:Chandler Carruth1-5/+6
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-2/+2
2014-09-07Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel1-1/+5
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith1-1/+3
2014-07-20[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob1-3/+1
2014-04-26RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner1-1/+9
2014-04-26Revert commit r207302 since build failuresGerolf Hoflehner1-9/+1
2014-04-26RecursivelyDeleteTriviallyDeadInstructions() could removeGerolf Hoflehner1-1/+9
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-3/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola1-1/+2
2014-02-21Rename a few more DataLayout variables.Rafael Espindola1-2/+2