Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1. Add a pass to fold debug label instructions so a debug info client can detect | Jim Laskey | 2006-11-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | | empty ranges. 2. Reorg how MachineDebugInfo maintains changes to debug labels. 3. Have dwarf writer use debug label info to simplify scopes and source line coorespondence. 4. Revert the merging of compile units until I can get the bugs ironed out. llvm-svn: 31507 | |||||
* | Don't do dead block elimination in fast mode. | Jim Laskey | 2006-10-24 | 1 | -1/+2 | |
| | | | | llvm-svn: 31155 | |||||
* | add the branch folding pass as a late cleanup pass for all targets. For now | Chris Lattner | 2006-10-13 | 1 | -0/+3 | |
| | | | | | | it just deletes empty MBB's. Soon it will do more :) llvm-svn: 30941 | |||||
* | add setJumpBufSize() and setJumpBufAlignment() to target-lowering. | Duraid Madina | 2006-09-04 | 1 | -2/+2 | |
| | | | | | | | Call these from your backend to enjoy setjmp/longjmp goodness, see lib/Target/IA64/IA64ISelLowering.cpp for an example llvm-svn: 30095 | |||||
* | new file | Chris Lattner | 2006-09-04 | 1 | -0/+154 | |
llvm-svn: 30082 |