aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-04Address most of Duncan's review comments. Also, make LoopInstSimplify a simpleCameron Zwarich1-37/+15
2011-01-03Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich1-0/+112