summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/AsmPrinter
Commit message (Expand)AuthorAge
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-19
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-18
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-17
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-16
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-16
* Pass the error string directly to llvm_unreachable instead of the residualJohn McCall2009-12-18
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-07
* Some preliminary variable asmprintingAnton Korobeynikov2009-11-07
* Drop old asmprinter stuffAnton Korobeynikov2009-11-07
* Factor out the printing of the leading tab into printInlineAsm.Dan Gohman2009-11-06
* Print out an informative comment for KILL instructions.Jakob Stoklund Olesen2009-11-04
* Update CMake files.Ted Kremenek2009-10-26
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Cosmetic changes, no functionality changesAnton Korobeynikov2009-10-21
* Be crazy and assert in case of unsupported modifier passed.Anton Korobeynikov2009-10-21
* Handle external symbolsAnton Korobeynikov2009-10-21
* Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross wei...Anton Korobeynikov2009-10-21
* Add basic block operands & jump kindsAnton Korobeynikov2009-10-21
* Ignore all implicit reg operandsAnton Korobeynikov2009-10-21
* Add a workaround for different memops prefixesAnton Korobeynikov2009-10-21
* Checkpoint MCInst printer. We (almostly) able to print global / JT / constpoo...Anton Korobeynikov2009-10-21
* Add simple operand printing stuffAnton Korobeynikov2009-10-21
* Add experimental MSP430 MCInstLowering stuffAnton Korobeynikov2009-10-21
* Wire up MSP430 printMCInst() methodAnton Korobeynikov2009-10-21
* Add MSP430 InstPrinter stubAnton Korobeynikov2009-10-21
* Implement proper asmprinting for the globals. This eliminates bogus "call" mo...Anton Korobeynikov2009-10-11
* Implement asm printing for inline asm memory operandsAnton Korobeynikov2009-10-11
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-06
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-06
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-30
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-13
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-13
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-13
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-13
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-13
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-31
* Add dummy inline asm handling for 'r' constraint. This fixes PR4778Anton Korobeynikov2009-08-26
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Cleanup the mess in msp430 target registration and hopefully unbreak the buildAnton Korobeynikov2009-08-14
* Give MSP430 a separate asmprinter libAnton Korobeynikov2009-08-14