aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
...
* Cosmetic changes, no functionality changesAnton Korobeynikov2009-10-212-13/+13
* Be crazy and assert in case of unsupported modifier passed.Anton Korobeynikov2009-10-211-0/+1
* Handle external symbolsAnton Korobeynikov2009-10-212-2/+14
* Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...Anton Korobeynikov2009-10-213-8/+20
* Add basic block operands & jump kindsAnton Korobeynikov2009-10-215-16/+43
* Ignore all implicit reg operandsAnton Korobeynikov2009-10-211-0/+2
* Add a workaround for different memops prefixesAnton Korobeynikov2009-10-211-3/+6
* Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...Anton Korobeynikov2009-10-215-11/+106
* Add simple operand printing stuffAnton Korobeynikov2009-10-212-4/+19
* Add experimental MSP430 MCInstLowering stuffAnton Korobeynikov2009-10-214-1/+155
* Wire up MSP430 printMCInst() methodAnton Korobeynikov2009-10-211-0/+4
* Add MSP430 InstPrinter stubAnton Korobeynikov2009-10-213-0/+84
* 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
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* 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-143-0/+271