summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-261-0/+16
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-4/+4
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-1/+2
* Cleanup the mess in msp430 target registration and hopefully unbreak the buildAnton Korobeynikov2009-08-141-5/+3
* Give MSP430 a separate asmprinter libAnton Korobeynikov2009-08-141-0/+250
OpenPOWER on IntegriCloud