Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Wrap long line | Misha Brukman | 2004-07-01 | 1 | -1/+2 | |
| | | | | llvm-svn: 14552 | |||||
* | Lower ConstantExpressions before the code generator. | Misha Brukman | 2004-06-29 | 1 | -0/+4 | |
| | | | | llvm-svn: 14497 | |||||
* | The code generator should work with unreachable blocks. If not, then this | Chris Lattner | 2004-06-29 | 1 | -8/+0 | |
| | | | | | | | is a bug that should be fixed in the code generator, not papered over with the simplifycfg pass. Eliminating this makes bugpoint much more useful llvm-svn: 14477 | |||||
* | Can't print out machine code before it is constructed. | Misha Brukman | 2004-06-28 | 1 | -3/+0 | |
| | | | | llvm-svn: 14472 | |||||
* | Allow debugging machine instrs (by printout) before/after isel and regalloc | Misha Brukman | 2004-06-25 | 1 | -0/+7 | |
| | | | | llvm-svn: 14416 | |||||
* | Add option to print out machine code before register allocation. | Misha Brukman | 2004-06-24 | 1 | -0/+4 | |
| | | | | llvm-svn: 14387 | |||||
* | llvm/IntrinsicLowering.h => llvm/CodeGen/IntrinsicLowering.h | Misha Brukman | 2004-06-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 14292 | |||||
* | Initial revision | Misha Brukman | 2004-06-21 | 1 | -0/+88 | |
llvm-svn: 14283 |