aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* First attempt at special-casing printing of [%reg + offset] forBrian Gaeke2004-04-061-0/+55
* Add support for printing pc-relative displacements of functions (as used inBrian Gaeke2004-04-021-0/+6
* The .type directive on Solaris uses the # character instead of @.Brian Gaeke2004-03-161-2/+2
* Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke2004-03-161-7/+7
* Emit register names in lowercase, as required by the assembler.Brian Gaeke2004-03-061-1/+11
* Asm output is looking a lot better; not correct for all operands yet though.Brian Gaeke2004-03-051-1/+62
* Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke2004-03-041-0/+458