aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-18/+7
* Handle 64-bit constant exprs on 64-bit targets.Chris Lattner2005-08-081-1/+3
* aCC and STLport complained about this, because they're like thatDuraid Madina2005-05-151-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* add support for prefix/suffix strings to go around GlobalValue(s)Duraid Madina2005-04-021-5/+10
* Print GEP offsets as signed values instead of unsigned values. On X86, thisChris Lattner2005-02-141-3/+7
* fix constant pointer outputing on 64 bit machinesAndrew Lenharth2005-02-041-0/+5
* Silence VS warningsChris Lattner2005-01-081-7/+8
* Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefullyChris Lattner2004-11-281-1/+1
* Add support for undefChris Lattner2004-10-161-2/+2
* 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