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
/
lib
/
Analysis
/
LoopInfo.cpp
Age
Commit message (
Expand
)
Author
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
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
[next]