aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
AgeCommit message (Expand)Author
2004-06-27Support printing constant pool indices.Brian Gaeke
2004-06-24* LowercaseString moved to StringExtras.hMisha Brukman
2004-06-24Rename the load and store opcodes. The non-fp ones only have oneBrian Gaeke
2004-06-18.zero doesn't work in the Solaris assembler.Brian Gaeke
2004-06-18Support printing base+offset pairs where the offset is a register.Brian Gaeke
2004-06-17Emit stores correctly; don't fail an assertion.Brian Gaeke
2004-06-17Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.Brian Gaeke
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-15Allow special-casing of operand printing based on opcode. PrintBrian Gaeke
2004-06-02Adjust to new TM interfacesChris Lattner
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