aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/LoopInstSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-13/+16
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+7
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+16
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-091-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Make MemoryBuiltins aware of TargetLibraryInfo.Benjamin Kramer2012-08-291-1/+1
* Clean whitespaces.Nadav Rotem2012-07-241-1/+1
* Propagate TargetLibraryInfo throughout ConstantFolding.cpp and Chad Rosier2011-12-011-1/+5
* LoopInstSimplify preserves ScalarEvolution.Cameron Zwarich2011-02-111-0/+1
* LoopInstSimplify preserves LoopSimplify.Cameron Zwarich2011-01-091-0/+1
* Fix coding style issues.Cameron Zwarich2011-01-081-2/+2
* Contract subloop bodies. However, it is still important to visit the phis at theCameron Zwarich2011-01-081-7/+41
* Use pop_back_val instead of back followed by pop_back.Cameron Zwarich2011-01-051-2/+1
* Use a worklist for later iterations just like ordinary instsimplify. The nextCameron Zwarich2011-01-051-0/+19
* Change LoopInstSimplify back to a LoopPass. It revisits subloops rather thanCameron Zwarich2011-01-051-10/+36
* Switch to the new style of asterisk placement.Cameron Zwarich2011-01-041-8/+8
* Address most of Duncan's review comments. Also, make LoopInstSimplify a simpleCameron Zwarich2011-01-041-37/+15
* Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich2011-01-031-0/+112