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
2008-05-06
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-03-20
These passes preserve CFG.
Devang Patel
2008-03-20
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-27
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-15
More templatization.
Owen Anderson
2007-11-14
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-08-21
Use SmallVector.
Devang Patel
2007-08-21
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-07-19
Verify loop info.
Devang Patel
2007-06-08
Use DominatorTree instead of ETForest.
Devang Patel
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
2007-03-04
Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector.
Chris Lattner
2006-12-23
For PR950:
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-28
Removed some of the iostream #includes. Moved towards converting to using
Bill Wendling
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-08-27
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-12
Make Loop::getExitBlocks significantly faster for large loops. Instead of
Chris Lattner
2006-08-02
Speed up Loop::isLCSSAForm by using a binary search and single-entry cache.
Chris Lattner
2006-06-13
Update isLCSSAForm to handle PHI nodes specially for live-out detection. This
Owen Anderson
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-02-14
add an assert
Chris Lattner
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.
Chris Lattner
2005-09-12
Add a new getLoopLatch() method.
Chris Lattner
2005-05-05
Remove extra blank line
Misha Brukman
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-07
For PR387:\
Reid Spencer
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
[next]