index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
LoopInfo.h
Age
Commit message (
Expand
)
Author
2004-04-19
Eliminate a poorly conceived method
Chris Lattner
2004-04-19
* Improve file header comment
Chris Lattner
2004-04-18
Provide an interface that is more convenient for iterating over the blocks
Chris Lattner
2004-04-18
Add new method.
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Add a new method
Chris Lattner
2004-04-18
Allow clients to delete loops, add a new method
Chris Lattner
2004-04-15
Add some helpful methods
Chris Lattner
2004-04-12
Add some methods that are useful for updating loop information.
Chris Lattner
2004-01-30
Doxygenify comments.
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-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-16
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-02-28
Add dump method for loops
Chris Lattner
2003-02-28
Add graph traits specializations for loop nesting information...
Chris Lattner
2003-02-27
Add new Loop::hasExitBlock helper method
Chris Lattner
2003-02-27
Change behavior of changeExitBlock function to replace all instances of exit ...
Chris Lattner
2003-02-27
* LoopInfo now keeps track of exit blocks from the loop
Chris Lattner
2002-10-11
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
Misha Brukman
2002-09-26
- Fix bug in LoopInfo causing ParentLoop to be garbage
Chris Lattner
2002-09-26
- Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop.
Chris Lattner
2002-09-25
Checkin stub for Misha to implement
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-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-03
Allow const bb's to be checked for containment in a loop
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-09
Don't leak all of the Loop objects created...
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-01-30
Convert analyses over to new Pass framework
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-26
* Implement dominator based loop identification
Chris Lattner