Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start function numbering at 0. | Dan Gohman | 2010-04-17 | 1 | -2/+2 |
| | | | | llvm-svn: 101638 | ||||
* | Make CodePlacementOpt align loops, rather than loop headers. The | Dan Gohman | 2009-10-15 | 1 | -1/+8 |
| | | | | | | | | | | header is just the entry block to the loop, and it needn't be at the top of the loop in the code layout. Remove the code that suppressed loop alignment for outer loops, so that outer loops are aligned. llvm-svn: 84158 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Avoid inserting noop's in the middle of a loop. | Evan Cheng | 2008-11-27 | 1 | -0/+32 |
llvm-svn: 60141 |