aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not use .xword and friends to emit zeros on V9. Apparently there are issuesChris Lattner2004-08-241-6/+0
* Rename varChris Lattner2004-08-181-10/+10
* Add support for targets without a .zero directiveChris Lattner2004-08-171-4/+23
* Add support for alignmentChris Lattner2004-08-171-0/+6
* Use a designated comment character when printing comments.Chris Lattner2004-08-171-9/+18
* Add support for targets that have .quad, drop extra tab insertedChris Lattner2004-08-171-6/+6
* Implement emitGlobalConstantChris Lattner2004-08-171-0/+161
* We now allow targets to use any prefix they want for global symbols. LetsChris Lattner2004-08-171-1/+1
* Some asmwriters want an _ prefixChris Lattner2004-08-171-1/+1
* Initial implementation of the asmprinter base classChris Lattner2004-08-161-0/+110