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
/
Transforms
/
Scalar
/
LoopUnroll.cpp
Age
Commit message (
Expand
)
Author
2004-11-22
Do not consider debug intrinsics in the size computations for loop unrolling.
Chris Lattner
2004-10-18
Correction to allow compilation with Visual C++.
Reid Spencer
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-05-13
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-04-20
Fix PR325
Chris Lattner
2004-04-19
Add #include
Chris Lattner
2004-04-18
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
Reduce the unrolling limit
Chris Lattner
2004-04-18
If the preheader of the loop was the entry block of the function, make sure
Chris Lattner
2004-04-18
Be much more careful about how we update instructions outside of the loop
Chris Lattner
2004-04-18
After unrolling our single basic block loop, fold it into the preheader and exit
Chris Lattner
2004-04-18
Fix a bug: this does not preserve the CFG!
Chris Lattner
2004-04-18
Initial checkin of a simple loop unroller. This pass is extremely basic and
Chris Lattner