Chris Lattner
|
ffada93273
|
Verify functions as they are produced if -debug is specified. Reduce
curly braceage
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12378 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-14 03:17:22 +00:00 |
|
Misha Brukman
|
0256e4bbf9
|
Implement ExtractCodeRegion()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12070 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-02 00:20:57 +00:00 |
|
Misha Brukman
|
b97fce5252
|
* Add implementation of ExtractBasicBlock()
* Add comments to ExtractLoop()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12053 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-01 18:28:34 +00:00 |
|
Misha Brukman
|
e6336031b8
|
A generic code extractor: given a list of BasicBlocks, it will rip them out into
a new function, taking care of inputs and outputs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11935 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-02-28 03:26:20 +00:00 |
|