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
/
test
/
Transforms
/
LoopIdiom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach loop-idiom to turn a loop containing a memset into a larger memset
Chris Lattner
2011-01-04
1
-0
/
+33
*
fix a miscompilation of tramp3d-v4: when forming a memcpy, we have to make
Chris Lattner
2011-01-02
1
-0
/
+33
*
If a loop iterates exactly once (has backedge count = 0) then don't
Chris Lattner
2011-01-02
1
-0
/
+18
*
enhance loop idiom recognition to scan *all* unconditionally executed
Chris Lattner
2011-01-02
1
-0
/
+23
*
Allow loop-idiom to run on multiple BB loops, but still only scan the loop
Chris Lattner
2011-01-02
1
-0
/
+24
*
teach loop idiom recognition to form memcpy's from simple loops.
Chris Lattner
2011-01-02
1
-0
/
+28
*
add a validity check that was missed, fixing a crash on the
Chris Lattner
2011-01-01
1
-0
/
+23
*
improve validity check to handle constant-trip-count loops more
Chris Lattner
2011-01-01
1
-1
/
+27
*
implement the "no aliasing accesses in loop" safety check. This pass
Chris Lattner
2011-01-01
1
-0
/
+23
*
implement enough of the memset inference algorithm to recognize and insert
Chris Lattner
2010-12-26
2
-0
/
+47