Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner | 2009-09-13 | 1 | -1/+2 | |
| | | | | | | instead. llvm-svn: 81677 | |||||
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | the MCInst path of the asmprinter. Instead, pull comment printing out of the autogenerated asmprinter into each target that uses the autogenerated asmprinter. This causes code duplication into each target, but in a way that will be easier to clean up later when more asmprinter stuff is commonized into the base AsmPrinter class. This also fixes an xcore strangeness where it inserted two tabs before every instruction. llvm-svn: 81396 | |||||
* | Add dummy inline asm handling for 'r' constraint. This fixes PR4778 | Anton Korobeynikov | 2009-08-26 | 1 | -0/+16 | |
| | | | | llvm-svn: 80085 | |||||
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -4/+4 | |
| | | | | llvm-svn: 79777 | |||||
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 | |
| | | | | llvm-svn: 79763 | |||||
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -1/+2 | |
| | | | | | | talk to the MCStreamer directly instead. llvm-svn: 79405 | |||||
* | Cleanup the mess in msp430 target registration and hopefully unbreak the build | Anton Korobeynikov | 2009-08-14 | 1 | -5/+3 | |
| | | | | llvm-svn: 79024 | |||||
* | Give MSP430 a separate asmprinter lib | Anton Korobeynikov | 2009-08-14 | 1 | -0/+250 | |
llvm-svn: 79012 |