Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Target / Sparc / SparcAsmPrinter.cpp
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-05-02 Nate BegemanExtend printBasicBlockLabel a bit so that it can be...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-02-27 Chris LattnerDon't print constant initializers, they may span lines...
2006-02-15 Chris LattnerSparc actually *DOES* have a directive for emitting...
2006-02-10 Chris LattnerUse the auto-generated call matcher. Remove a broken...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2006-01-31 Chris Lattnercompactify all of the integer conditional moves into...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-15 Chris LattnerDon't print a label for the first MBB in a function.
2005-12-18 Chris LattnerThe sun assembler only supports .xword in V9 mode.
2005-12-18 Chris LattnerConfigure the asmwriter to allow constant pools to...
2005-12-18 Chris LattnerAdd constant pool support, including folding into addre...
2005-12-18 Chris LattnerTeach the addressing mode stuff to fold "%lo" into...
2005-12-17 Chris LattnerAdd basic addressing mode support and one load.
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...