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
2007-10-01
Add empty() member functions to a few container-like classes.
Dan Gohman
2007-08-21
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-12
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-07-19
Verify loop info.
Devang Patel
2007-06-08
Use DominatorTree instead of ETForest.
Devang Patel
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Support for llvm streams.
Bill Wendling
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-10-28
add a method
Chris Lattner
2006-08-29
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-06-11
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...
Owen Anderson
2006-06-11
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...
Evan Cheng
2006-06-09
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...
Owen Anderson
2006-06-07
For PR780:
Reid Spencer
2006-06-01
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-01-14
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-11
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.P...
Chris Lattner
2005-09-12
new method
Chris Lattner
2005-06-29
Don't crash on a query where the block is not in any loop. Thanks to
Chris Lattner
2005-05-15
fix compiler warning
Chris Lattner
2005-05-15
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-01
Add accessor method,
Tanya Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-06
new helper method
Chris Lattner
2004-12-07
For PR387:\
Reid Spencer
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
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
[next]