aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LoopSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve encapsulation in the Loop and LoopInfo classes by eliminating theChris Lattner2004-01-081-15/+16
* Generalize a special case to fix PR187Chris Lattner2003-12-191-18/+28
* Finegrainify namespacificationChris Lattner2003-12-101-22/+21
* Do not insert one entry PHI nodes in split exit blocks!Chris Lattner2003-12-091-13/+23
* Minor cleanups and simplificationsChris Lattner2003-11-211-2/+2
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-201-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add support to the loop canonicalization pass to make it transform loops toChris Lattner2003-10-131-21/+163
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-121-2/+2
* File is renamed to LoopSimplify.cppChris Lattner2003-10-121-1/+1
* First step in renaming the preheaders pass to loopsimplifyChris Lattner2003-10-121-16/+21
* The preheader insertion pass only depends on the CFG. Mark it as such, whichChris Lattner2003-10-121-1/+2
* Fix spelling.Misha Brukman2003-10-101-2/+2
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-111-1/+1
* Spell `occurrence' correctly.Misha Brukman2003-09-091-2/+2
* Fix grammar, add commentChris Lattner2003-08-181-1/+4
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* 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