index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
LoopExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+2
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-2
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-11
/
+11
*
Apply feedback from Chris.
Jeff Cohen
2005-01-10
1
-2
/
+2
*
Add more missing createXxxPass functions.
Jeff Cohen
2005-01-08
1
-0
/
+5
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-5
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
"extract" the block extractor pass from bugpoint (haha)
Chris Lattner
2004-08-13
1
-0
/
+53
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
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