aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-06Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson1-0/+3
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-2/+4
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-1/+1
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak1-0/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-10-08Move TargetData to DataLayout.Micah Villmow1-2/+2
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer1-1/+1
2012-07-24Clean whitespaces.Nadav Rotem1-1/+1
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier1-1/+5
2011-02-11LoopInstSimplify preserves ScalarEvolution.Cameron Zwarich1-0/+1
2011-01-09LoopInstSimplify preserves LoopSimplify.Cameron Zwarich1-0/+1
2011-01-08Fix coding style issues.Cameron Zwarich1-2/+2
2011-01-08Contract subloop bodies. However, it is still important to visit the phis at theCameron Zwarich1-7/+41
2011-01-05Use pop_back_val instead of back followed by pop_back.Cameron Zwarich1-2/+1
2011-01-05Use a worklist for later iterations just like ordinary instsimplify. The nextCameron Zwarich1-0/+19
2011-01-05Change LoopInstSimplify back to a LoopPass. It revisits subloops rather thanCameron Zwarich1-10/+36
2011-01-04Switch to the new style of asterisk placement.Cameron Zwarich1-8/+8