aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoopInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add some helpful methods. Rearrange #includes to proper orderChris Lattner2004-04-151-6/+89
* Add some methods that are useful for updating loop information.Chris Lattner2004-04-121-4/+86
* Order #includes alphabetically, per style guide.Misha Brukman2004-01-301-2/+2
* Improve encapsulation in the Loop and LoopInfo classes by eliminating theChris Lattner2004-01-081-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Do not add unreachable code to a natural loop!Chris Lattner2003-10-221-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Make getNumBackEdges more efficientChris Lattner2003-10-121-7/+6
* Remove explicit use of BasicBlock::succ_iteratorChris Lattner2003-09-241-2/+2
* Fix the bug that broke the nightly tester in McCat/18-imp last night. :(Chris Lattner2003-08-171-6/+6
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-161-4/+81
* Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.llChris Lattner2003-05-151-1/+7
* Fix bug: LoopPreheaders/2003-04-25-AssertFail.llChris Lattner2003-04-261-3/+24
* Add dump method for LoopsChris Lattner2003-02-281-0/+4
* Simplify a bit by using a new member functionChris Lattner2003-02-271-6/+3
* Change behavior of changeExitBlock function to replace all instances of exit ...Chris Lattner2003-02-271-2/+8
* Fix bug: LICM/2003-02-27-PreheaderProblem.llChris Lattner2003-02-271-0/+7
* - LoopInfo now calculates and tracks loop exit blocksChris Lattner2003-02-271-11/+40
* Dramatically simplify building of natural loops and fix a bug where the BBMapChris Lattner2003-02-221-37/+23
* Fix the requisite bug that I introducedChris Lattner2003-02-201-11/+13
* Fix 80 character formattingChris Lattner2003-02-201-4/+4
* Fix bug: 2003-02-19-LoopInfoNestingBug.llChris Lattner2003-02-201-15/+35
* Added helper functions in LoopInfo: isLoopExit and numBackEdges.Misha Brukman2002-10-111-0/+24
* Minor tweakChris Lattner2002-09-291-2/+3
* Fix printing of loop informationChris Lattner2002-09-291-2/+2
* Fix printing of loop informationChris Lattner2002-09-261-2/+2
* - Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop.Chris Lattner2002-09-261-1/+51
* Changed so it gets linked properlyAnand Shukla2002-08-261-0/+1
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-211-1/+0
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* Declare that these passes only depend on the CFG of the functionChris Lattner2002-07-301-1/+1
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-291-1/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-8/+27
* * Add support for different "PassType's"Chris Lattner2002-07-261-0/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* *** empty log message ***Chris Lattner2002-06-031-1/+1
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-061-1/+1
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-10/+9
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-281-9/+9
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-6/+5
* Don't leak all of the Loop objects created...Chris Lattner2002-04-091-2/+10
* s/Method/FunctionChris Lattner2002-04-081-1/+1
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-3/+2
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-1/+1
* Convert analyses to new pass structureChris Lattner2002-01-311-1/+25
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-3/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* * Implement dominator based loop identificationChris Lattner2001-11-261-0/+81