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
/
IPO
/
LoopExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
1
-2
/
+4
*
Add statistics to the loop extractor. The loop extractor has successfully
Chris Lattner
2004-03-18
1
-0
/
+6
*
Fix problem with PHI nodes having multiple predecessors from different
Chris Lattner
2004-03-18
1
-1
/
+2
*
The code extractor needs dominator info. Provide it
Chris Lattner
2004-03-18
1
-3
/
+7
*
Fix several bugs in the loop extractor. In particular, subloops were never
Chris Lattner
2004-03-15
1
-8
/
+48
*
Split into two passes. Now there is the general loop extractor, usable on
Chris Lattner
2004-03-14
1
-6
/
+24
*
Passes don't print stuff!
Chris Lattner
2004-03-14
1
-2
/
+0
*
FunctionPass's should not define their own 'run' method.
Chris Lattner
2004-03-14
1
-8
/
+2
*
Move prototype to IPO.h instead of Scalar.h
Chris Lattner
2004-03-14
1
-3
/
+2
*
Indent anon namespace properly, add copyright block
Chris Lattner
2004-03-14
1
-19
/
+20
*
Move to the IPO library. Utils shouldn't contain passes.
Chris Lattner
2004-03-14
1
-0
/
+68