aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
AgeCommit message (Expand)Author
2010-10-05Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach
2010-10-02Continue reverting r115363.Nick Lewycky
2010-10-01Move the asmprinter and MC lowering out of the AsmPrinter (soon to beJim Grosbach
2010-04-05prune some #includes.Chris Lattner
2010-04-05simplify various getAnalysisUsage implementations.Chris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-04mcize a bunch more stuff, using EmitRawText for things weChris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-03-06Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov
2010-02-03emit instructions through the streamer.Chris Lattner
2010-02-03rejigger the world so that EmitInstruction prints the \n atChris Lattner
2010-02-03sink handling of target-independent machine instrs (otherChris Lattner
2010-02-02refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner
2010-01-28Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner
2010-01-28Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner
2010-01-28don't emit constant pools twice.Chris Lattner
2010-01-27Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner
2010-01-26call emitconstantpool and emitjumptable like other targets.Chris Lattner
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-19Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner
2010-01-16MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-07Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov
2009-11-07Some preliminary variable asmprintingAnton Korobeynikov
2009-11-07Drop old asmprinter stuffAnton Korobeynikov
2009-11-06Factor out the printing of the leading tab into printInlineAsm.Dan Gohman
2009-11-04Print out an informative comment for KILL instructions.Jakob Stoklund Olesen
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-10-21Cosmetic changes, no functionality changesAnton Korobeynikov
2009-10-21Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...Anton Korobeynikov
2009-10-21Add basic block operands & jump kindsAnton Korobeynikov
2009-10-21Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...Anton Korobeynikov
2009-10-21Add experimental MSP430 MCInstLowering stuffAnton Korobeynikov
2009-10-21Wire up MSP430 printMCInst() methodAnton Korobeynikov
2009-10-11Implement proper asmprinting for the globals. This eliminates bogus "call" mo...Anton Korobeynikov
2009-10-11Implement asm printing for inline asm memory operandsAnton Korobeynikov
2009-10-06Instead of printing unnecessary basic block labels as labels inDan Gohman
2009-10-06Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel
2009-09-30Use MachineInstr as an processDebugLoc() argument.Devang Patel
2009-09-13remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner
2009-09-13the tblgen produced 'getRegisterName' method does not accessChris Lattner
2009-09-13make tblgen produce a function that returns the name for a physreg.Chris Lattner
2009-09-13replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner