aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LoopSimplify.cpp
AgeCommit message (Expand)Author
2003-04-23Remove unnecesary &*'sChris Lattner
2003-02-28Fix bug I introduced yesterday :(Chris Lattner
2003-02-28Fix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.llChris Lattner
2003-02-27Fix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updating exit node infoChris Lattner
2003-02-27Add a new assertion to check that stuff is happening rightChris Lattner
2003-02-27 * Don't forget to update Loop information!Chris Lattner
2003-02-27 * Significant changes to the preheader insertion pass:Chris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-29Fix major bugs in dominator set & tree information updatingChris Lattner
2002-09-26Change pass name to something saneChris Lattner
2002-09-26Checkin new loop-preheader insertion pass.Chris Lattner