Do not use '&' prefix for globals when register base field is non-zero, otherwise...
[oota-llvm.git] / lib / Target / MSP430 / AsmPrinter / MSP430AsmPrinter.cpp
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-02-03 Chris Lattneremit instructions through the streamer.
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-01-28 Chris LattnerSwitch MSP430, SPU, Sparc, and SystemZ to use EmitFunct...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris Lattnerdon't emit constant pools twice.
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-26 Chris Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-19 Chris LattnerNow that we have everything nicely factored (e.g. asmpr...
2010-01-17 Chris Lattnernow that MCSymbol::print doesn't use it's MAI argument...
2010-01-16 Chris LattnerMCize a bunch more stuff, eliminating a lot of uses...
2009-11-13 David GreeneMove DebugInfo checks into EmitComments and remove...
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovSome preliminary variable asmprinting
2009-11-07 Anton KorobeynikovDrop old asmprinter stuff
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Anton KorobeynikovDistinguish between pcrel imm operands and 'normal...
2009-10-21 Anton KorobeynikovAdd basic block operands & jump kinds
2009-10-21 Anton KorobeynikovCheckpoint MCInst printer. We (almostly) able to print...
2009-10-21 Anton KorobeynikovAdd experimental MSP430 MCInstLowering stuff
2009-10-21 Anton KorobeynikovWire up MSP430 printMCInst() method
2009-10-11 Anton KorobeynikovImplement proper asmprinting for the globals. This...
2009-10-11 Anton KorobeynikovImplement asm printing for inline asm memory operands
2009-10-06 Dan GohmanInstead of printing unnecessary basic block labels...
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-30 Devang PatelUse MachineInstr as an processDebugLoc() argument.
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-08-26 Anton KorobeynikovAdd dummy inline asm handling for 'r' constraint. This...
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-14 Anton KorobeynikovCleanup the mess in msp430 target registration and...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib