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