Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use .xword and friends to emit zeros on V9. Apparently there are issues | Chris Lattner | 2004-08-24 | 1 | -6/+0 |
* | Rename var | Chris Lattner | 2004-08-18 | 1 | -10/+10 |
* | Add support for targets without a .zero directive | Chris Lattner | 2004-08-17 | 1 | -4/+23 |
* | Add support for alignment | Chris Lattner | 2004-08-17 | 1 | -0/+6 |
* | Use a designated comment character when printing comments. | Chris Lattner | 2004-08-17 | 1 | -9/+18 |
* | Add support for targets that have .quad, drop extra tab inserted | Chris Lattner | 2004-08-17 | 1 | -6/+6 |
* | Implement emitGlobalConstant | Chris Lattner | 2004-08-17 | 1 | -0/+161 |
* | We now allow targets to use any prefix they want for global symbols. Lets | Chris Lattner | 2004-08-17 | 1 | -1/+1 |
* | Some asmwriters want an _ prefix | Chris Lattner | 2004-08-17 | 1 | -1/+1 |
* | Initial implementation of the asmprinter base class | Chris Lattner | 2004-08-16 | 1 | -0/+110 |