aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
AgeCommit message (Expand)Author
2004-04-07Don't print [%reg + 0], just print [%reg]Brian Gaeke
2004-04-07Fix bug in printing loads.Brian Gaeke
2004-04-06First attempt at special-casing printing of [%reg + offset] forBrian Gaeke
2004-04-02Add support for printing pc-relative displacements of functions (as used inBrian Gaeke
2004-03-16The .type directive on Solaris uses the # character instead of @.Brian Gaeke
2004-03-16Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke
2004-03-06Emit register names in lowercase, as required by the assembler.Brian Gaeke
2004-03-05Asm output is looking a lot better; not correct for all operands yet though.Brian Gaeke
2004-03-04Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke