Add special handling for pseudo-instructions (print them as comments).
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8AsmPrinter.cpp
2004-07-16 Brian GaekeAdd special handling for pseudo-instructions (print...
2004-07-08 Brian GaekeFix bug where SwitchSection would fail to change to...
2004-06-27 Brian GaekeSupport printing constant pool indices.
2004-06-24 Misha Brukman* LowercaseString moved to StringExtras.h
2004-06-24 Brian GaekeRename the load and store opcodes. The non-fp ones...
2004-06-18 Brian Gaeke.zero doesn't work in the Solaris assembler.
2004-06-18 Brian GaekeSupport printing base+offset pairs where the offset...
2004-06-17 Brian GaekeEmit stores correctly; don't fail an assertion.
2004-06-17 Brian GaekeUse addGlobalAddress and addMBB for call & branch targe...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Brian GaekeAllow special-casing of operand printing based on opcod...
2004-06-02 Chris LattnerAdjust to new TM interfaces
2004-04-07 Brian GaekeDon't print [%reg + 0], just print [%reg]
2004-04-07 Brian GaekeFix bug in printing loads.
2004-04-06 Brian GaekeFirst attempt at special-casing printing of [%reg ...
2004-04-02 Brian GaekeAdd support for printing pc-relative displacements...
2004-03-16 Brian GaekeThe .type directive on Solaris uses the # character...
2004-03-16 Brian GaekeUse ! for comment char; it works in both Solaris as...
2004-03-06 Brian GaekeEmit register names in lowercase, as required by the...
2004-03-05 Brian GaekeAsm output is looking a lot better; not correct for...
2004-03-04 Brian GaekeAsm printer support, based on x86 - only prints mnemoni...