summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAge
* add an assertChris Lattner2006-02-14
* Change ET-Forest to automatically recalculate its DFSnum's if too many slowChris Lattner2006-01-14
* Switch loopinfo to using ETForest instead of DominatorSet to compute itself.Chris Lattner2006-01-11
* Add a new getLoopLatch() method.Chris Lattner2005-09-12
* Remove extra blank lineMisha Brukman2005-05-05
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Don't grab the condition of unconditional branches!Chris Lattner2004-06-08
* Remove code to update loop depthsChris Lattner2004-04-19
* Add new methodChris Lattner2004-04-18
* Fix computation of exit blocksChris Lattner2004-04-18
* Change the ExitBlocks list from being explicitly contained in the LoopChris Lattner2004-04-18
* Implement methodChris Lattner2004-04-18
* Add a new method, add a check missing that caused a segfault if a loop didn'tChris Lattner2004-04-18
* add some helpful methods. Rearrange #includes to proper orderChris Lattner2004-04-15
* Add some methods that are useful for updating loop information.Chris Lattner2004-04-12
* Order #includes alphabetically, per style guide.Misha Brukman2004-01-30
* Improve encapsulation in the Loop and LoopInfo classes by eliminating theChris Lattner2004-01-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Do not add unreachable code to a natural loop!Chris Lattner2003-10-22
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Make getNumBackEdges more efficientChris Lattner2003-10-12
* Remove explicit use of BasicBlock::succ_iteratorChris Lattner2003-09-24
* Fix the bug that broke the nightly tester in McCat/18-imp last night. :(Chris Lattner2003-08-17
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-16
* Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.llChris Lattner2003-05-15
* Fix bug: LoopPreheaders/2003-04-25-AssertFail.llChris Lattner2003-04-26
* Add dump method for LoopsChris Lattner2003-02-28
* Simplify a bit by using a new member functionChris Lattner2003-02-27
* Change behavior of changeExitBlock function to replace all instances of exit ...Chris Lattner2003-02-27
* Fix bug: LICM/2003-02-27-PreheaderProblem.llChris Lattner2003-02-27
* - LoopInfo now calculates and tracks loop exit blocksChris Lattner2003-02-27
* Dramatically simplify building of natural loops and fix a bug where the BBMapChris Lattner2003-02-22
* Fix the requisite bug that I introducedChris Lattner2003-02-20
* Fix 80 character formattingChris Lattner2003-02-20
* Fix bug: 2003-02-19-LoopInfoNestingBug.llChris Lattner2003-02-20
* Added helper functions in LoopInfo: isLoopExit and numBackEdges.Misha Brukman2002-10-11
* Minor tweakChris Lattner2002-09-29
* Fix printing of loop informationChris Lattner2002-09-29
* Fix printing of loop informationChris Lattner2002-09-26
* - Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop.Chris Lattner2002-09-26
* Changed so it gets linked properlyAnand Shukla2002-08-26
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08