Use the AsmPrinter for global variable init printing. This eliminates a
[oota-llvm.git] / lib / Target / SparcV8 / SparcV8AsmPrinter.cpp
2005-12-17 Chris LattnerUse the AsmPrinter for global variable init printing...
2005-12-17 Chris LattnerSwitch constant pool printing over to use the Shared...
2005-12-17 Chris LattnerUse the shared AsmPrinter code for some basic stuff...
2005-12-17 Chris LattnerConvert the remaining instructions over, branches and...
2005-12-16 Chris Lattnerremove some dead code
2005-12-16 Chris Lattnerasmprint pseudo instrs
2005-12-16 Chris LattnerAutogenerate asmprinter for F3_2 instructions
2005-12-16 Chris LattnerSwitch F3_1 instructions over to use AsmStrings
2005-12-16 Chris LattnerPlug in basic hooks for an autogenerated asm printer...
2005-08-17 Jim LaskeyPromote dependency for MathExtras.h out of Constants.h.
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2004-12-09 Brian GaekeFix asm-printing directives (how did we not see this...
2004-11-23 Brian GaekeSupport printing ConstantAggregateZeros.
2004-11-19 Misha BrukmanHandle GhostLinkage case for completeness (should not...
2004-11-14 Brian GaekeSupport UndefValue emission.
2004-09-29 Brian GaekeDon't use .quad to output double constants. The assembl...
2004-09-29 Brian GaekePut quotes around argument to .section directive.
2004-09-02 Brian GaekeBack to compiling land for v8
2004-08-04 Chris LattnergetValues is gone
2004-07-18 Chris LattnerCPR fixes
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...