aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2004-10-16Add support for undefChris Lattner
2004-08-24Do not use .xword and friends to emit zeros on V9. Apparently there are issuesChris Lattner
2004-08-18Rename varChris Lattner
2004-08-17Add support for targets without a .zero directiveChris Lattner
2004-08-17Add support for alignmentChris Lattner
2004-08-17Use a designated comment character when printing comments.Chris Lattner
2004-08-17Add support for targets that have .quad, drop extra tab insertedChris Lattner
2004-08-17Implement emitGlobalConstantChris Lattner
2004-08-17We now allow targets to use any prefix they want for global symbols. LetsChris Lattner
2004-08-17Some asmwriters want an _ prefixChris Lattner
2004-08-16Initial implementation of the asmprinter base classChris Lattner