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