aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter.cpp
AgeCommit message (Expand)Author
2005-04-02add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina
2005-02-14Print GEP offsets as signed values instead of unsigned values. On X86, thisChris Lattner
2005-02-04fix constant pointer outputing on 64 bit machinesAndrew Lenharth
2005-01-08Silence VS warningsChris Lattner
2004-11-28Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefullyChris Lattner
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