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
/
Utils
/
CodeExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-20
/
+20
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-4
/
+4
*
switchinst ctor now takes a hint for the number of cases that it will have.
Chris Lattner
2005-01-29
1
-1
/
+1
*
Allow constructor parameter to override aggregating args; fix spacing
Misha Brukman
2004-11-20
1
-2
/
+2
*
Fix: CodeExtractor/2004-11-12-InvokeExtract.ll
Chris Lattner
2004-11-13
1
-2
/
+16
*
Fix a bug where the code extractor would get a bit confused handling invoke
Chris Lattner
2004-11-12
1
-1
/
+13
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-7
/
+8
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
If we are extracting a block that has multiple successors that are the same
Chris Lattner
2004-08-13
1
-2
/
+11
*
When we code extract some stuff, leave the codeRepl block in the place where
Chris Lattner
2004-08-13
1
-1
/
+1
*
Fix code extraction of unwind blocks. This fixed bugs that bugpoint can
Chris Lattner
2004-08-12
1
-9
/
+12
*
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-21
1
-1
/
+0
*
Progress on PR341
Chris Lattner
2004-07-15
1
-4
/
+4
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+1
*
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
1
-2
/
+2
*
Do not pass in the same argument to the extracted function more than once, and
Chris Lattner
2004-05-12
1
-1
/
+8
*
Implement support for code extracting basic blocks that have a return
Chris Lattner
2004-05-12
1
-2
/
+12
*
Implement splitting of PHI nodes, allowing block extraction of BB's that have
Chris Lattner
2004-05-12
1
-7
/
+96
*
* Pull some code out into the definedInRegion/definedInCaller methods
Chris Lattner
2004-05-12
1
-78
/
+78
*
Generate substantially better code when there are a limited number of exits
Chris Lattner
2004-05-12
1
-22
/
+61
*
Two minor improvements:
Chris Lattner
2004-05-12
1
-18
/
+14
*
* Allow aggregating extracted function arguments (controlled by flag)
Misha Brukman
2004-04-23
1
-45
/
+197
*
Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
Chris Lattner
2004-03-18
1
-0
/
+5
*
Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
Chris Lattner
2004-03-18
1
-0
/
+13
*
Seriously simplify and correct the PHI node handling code.
Chris Lattner
2004-03-18
1
-162
/
+28
*
Fix CodeExtractor/2004-03-17-OutputMismatch.ll
Chris Lattner
2004-03-18
1
-3
/
+7
*
Fix several bugs in the extractor:
Chris Lattner
2004-03-18
1
-45
/
+52
*
Prune #includes, moving the module interface to the front. Note that this
Chris Lattner
2004-03-18
1
-2
/
+1
*
Mostly cosmetic improvements. Do fix the bug where a global value was consid...
Chris Lattner
2004-03-15
1
-35
/
+23
*
Assert that input blocks meet the invariants we expect
Chris Lattner
2004-03-15
1
-42
/
+38
*
No correctness fixes here, just minor qoi fixes:
Chris Lattner
2004-03-14
1
-30
/
+26
*
Simplify code a bit, and fix bug CodeExtractor/2004-03-14-NoSwitchSupport.ll
Chris Lattner
2004-03-14
1
-62
/
+34
*
Simplify the code a bit by making the collection of basic blocks to extract
Chris Lattner
2004-03-14
1
-57
/
+39
*
Minor random cleanups
Chris Lattner
2004-03-14
1
-9
/
+7
*
Verify functions as they are produced if -debug is specified. Reduce
Chris Lattner
2004-03-14
1
-6
/
+5
*
Implement ExtractCodeRegion()
Misha Brukman
2004-03-02
1
-1
/
+9
*
* Add implementation of ExtractBasicBlock()
Misha Brukman
2004-03-01
1
-0
/
+10
*
A generic code extractor: given a list of BasicBlocks, it will rip them out into
Misha Brukman
2004-02-28
1
-0
/
+573