| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Simplify the code a bit by making the collection of basic blocks to extract | Chris Lattner | 2004-03-14 | 1 | -57/+39 |
| | | | | | | | | a member of the class. While we're at it, turn the collection into a set instead of a vector to improve efficiency and make queries simpler. llvm-svn: 12400 | ||||
| * | Minor random cleanups | Chris Lattner | 2004-03-14 | 1 | -9/+7 |
| | | | | | llvm-svn: 12382 | ||||
| * | Verify functions as they are produced if -debug is specified. Reduce | Chris Lattner | 2004-03-14 | 1 | -6/+5 |
| | | | | | | | curly braceage llvm-svn: 12378 | ||||
| * | Implement ExtractCodeRegion() | Misha Brukman | 2004-03-02 | 1 | -1/+9 |
| | | | | | llvm-svn: 12070 | ||||
| * | * Add implementation of ExtractBasicBlock() | Misha Brukman | 2004-03-01 | 1 | -0/+10 |
| | | | | | | | * Add comments to ExtractLoop() llvm-svn: 12053 | ||||
| * | A generic code extractor: given a list of BasicBlocks, it will rip them out into | Misha Brukman | 2004-02-28 | 1 | -0/+573 |
| a new function, taking care of inputs and outputs. llvm-svn: 11935 | |||||

