index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
LoopUnroll.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug where we could corrupt a parent loop's header info if we unrolled
Chris Lattner
2005-03-06
1
-6
/
+17
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-5
/
+7
*
Do not consider debug intrinsics in the size computations for loop unrolling.
Chris Lattner
2004-11-22
1
-0
/
+3
*
Correction to allow compilation with Visual C++.
Reid Spencer
2004-10-18
1
-0
/
+2
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-05-13
1
-3
/
+3
*
Fix PR325
Chris Lattner
2004-04-20
1
-1
/
+1
*
Add #include
Chris Lattner
2004-04-19
1
-0
/
+1
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
1
-22
/
+1
*
Reduce the unrolling limit
Chris Lattner
2004-04-18
1
-1
/
+1
*
If the preheader of the loop was the entry block of the function, make sure
Chris Lattner
2004-04-18
1
-2
/
+7
*
Be much more careful about how we update instructions outside of the loop
Chris Lattner
2004-04-18
1
-9
/
+15
*
After unrolling our single basic block loop, fold it into the preheader and exit
Chris Lattner
2004-04-18
1
-2
/
+43
*
Fix a bug: this does not preserve the CFG!
Chris Lattner
2004-04-18
1
-4
/
+20
*
Initial checkin of a simple loop unroller. This pass is extremely basic and
Chris Lattner
2004-04-18
1
-0
/
+247