index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
LoopInfo.cpp
Age
Commit message (
Expand
)
Author
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-08
Don't grab the condition of unconditional branches!
Chris Lattner
2004-04-19
Remove code to update loop depths
Chris Lattner
2004-04-18
Add new method
Chris Lattner
2004-04-18
Fix computation of exit blocks
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Implement method
Chris Lattner
2004-04-18
Add a new method, add a check missing that caused a segfault if a loop didn't
Chris Lattner
2004-04-15
add some helpful methods. Rearrange #includes to proper order
Chris Lattner
2004-04-12
Add some methods that are useful for updating loop information.
Chris Lattner
2004-01-30
Order #includes alphabetically, per style guide.
Misha Brukman
2004-01-08
Improve encapsulation in the Loop and LoopInfo classes by eliminating the
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-22
Do not add unreachable code to a natural loop!
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-10-12
Make getNumBackEdges more efficient
Chris Lattner
2003-09-24
Remove explicit use of BasicBlock::succ_iterator
Chris Lattner
2003-08-17
Fix the bug that broke the nightly tester in McCat/18-imp last night. :(
Chris Lattner
2003-08-16
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-05-15
Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll
Chris Lattner
2003-04-26
Fix bug: LoopPreheaders/2003-04-25-AssertFail.ll
Chris Lattner
2003-02-28
Add dump method for Loops
Chris Lattner
2003-02-27
Simplify a bit by using a new member function
Chris Lattner
2003-02-27
Change behavior of changeExitBlock function to replace all instances of exit ...
Chris Lattner
2003-02-27
Fix bug: LICM/2003-02-27-PreheaderProblem.ll
Chris Lattner
2003-02-27
- LoopInfo now calculates and tracks loop exit blocks
Chris Lattner
2003-02-22
Dramatically simplify building of natural loops and fix a bug where the BBMap
Chris Lattner
2003-02-20
Fix the requisite bug that I introduced
Chris Lattner
2003-02-20
Fix 80 character formatting
Chris Lattner
2003-02-20
Fix bug: 2003-02-19-LoopInfoNestingBug.ll
Chris Lattner
2002-10-11
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
Misha Brukman
2002-09-29
Minor tweak
Chris Lattner
2002-09-29
Fix printing of loop information
Chris Lattner
2002-09-26
Fix printing of loop information
Chris Lattner
2002-09-26
- Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop.
Chris Lattner
2002-08-26
Changed so it gets linked properly
Anand Shukla
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-30
Declare that these passes only depend on the CFG of the function
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-03
*** empty log message ***
Chris Lattner
2002-05-06
Mark analyses that only depend on the CFG of a function
Chris Lattner
2002-04-28
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
[next]