aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.llChris Lattner2003-05-121-5/+19
* Remove unnecesary &*'sChris Lattner2003-04-231-2/+2
* Fix bug I introduced yesterday :(Chris Lattner2003-02-281-1/+2
* Fix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.llChris Lattner2003-02-281-1/+5
* Fix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updating exit node infoChris Lattner2003-02-271-0/+16
* Add a new assertion to check that stuff is happening rightChris Lattner2003-02-271-3/+8
* * Don't forget to update Loop information!Chris Lattner2003-02-271-3/+5
* * Significant changes to the preheader insertion pass:Chris Lattner2003-02-271-42/+219
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+2
* Fix major bugs in dominator set & tree information updatingChris Lattner2002-09-291-6/+9
* Change pass name to something saneChris Lattner2002-09-261-2/+1
* Checkin new loop-preheader insertion pass.Chris Lattner2002-09-261-0/+189