aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)Author
2013-02-09Remove #includes from the commonly used LoopInfo.h.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-08-29Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer
2012-07-24Clean whitespaces.Nadav Rotem
2011-12-01Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier
2011-02-11LoopInstSimplify preserves ScalarEvolution.Cameron Zwarich
2011-01-09LoopInstSimplify preserves LoopSimplify.Cameron Zwarich
2011-01-08Fix coding style issues.Cameron Zwarich
2011-01-08Contract subloop bodies. However, it is still important to visit the phis at theCameron Zwarich
2011-01-05Use pop_back_val instead of back followed by pop_back.Cameron Zwarich
2011-01-05Use a worklist for later iterations just like ordinary instsimplify. The nextCameron Zwarich
2011-01-05Change LoopInstSimplify back to a LoopPass. It revisits subloops rather thanCameron Zwarich
2011-01-04Switch to the new style of asterisk placement.Cameron Zwarich
2011-01-04Address most of Duncan's review comments. Also, make LoopInstSimplify a simpleCameron Zwarich
2011-01-03Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich