aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LoopSimplify.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Add support to the loop canonicalization pass to make it transform loops toChris Lattner
2003-10-12Rename loop preheaders pass to loop simplifyChris Lattner
2003-10-12File is renamed to LoopSimplify.cppChris Lattner
2003-10-12First step in renaming the preheaders pass to loopsimplifyChris Lattner
2003-10-12The preheader insertion pass only depends on the CFG. Mark it as such, whichChris Lattner
2003-10-10Fix spelling.Misha Brukman
2003-09-11Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner
2003-09-09Spell `occurrence' correctly.Misha Brukman
2003-08-18Fix grammar, add commentChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-05-12Fix bug: LoopPreheaders/2003-05-12-PreheaderExitOfChild.llChris Lattner
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