| Commit message (Expand) | Author | Age | Files | Lines |
* | remove the AsmPrinter::printMCInst hook hack now that | Chris Lattner | 2009-09-16 | 1 | -4/+0 |
* | inline AsmPrinter::getCurrentFunctionEHName into its only caller. | Chris Lattner | 2009-09-16 | 1 | -9/+1 |
* | Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) | Chris Lattner | 2009-09-16 | 1 | -7/+0 |
* | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner | 2009-09-16 | 1 | -11/+1 |
* | remove some horrible MAI hooks which fortunately turn out to be always empty. | Chris Lattner | 2009-09-15 | 1 | -22/+3 |
* | PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart. | Chris Lattner | 2009-09-14 | 1 | -5/+2 |
* | Change MCAsmStreamer to take an MCInstPrinter instead of a | Chris Lattner | 2009-09-14 | 1 | -1/+2 |
* | eliminate an extraneous use of TRI::getAsmName in a comment. | Chris Lattner | 2009-09-13 | 1 | -1/+1 |
* | remove MAI::JumpTableSpecialLabelPrefix now that MAI | Chris Lattner | 2009-09-13 | 1 | -4/+4 |
* | replace printBasicBlockLabel with EmitBasicBlockStart, | Chris Lattner | 2009-09-13 | 1 | -14/+11 |
* | convert some uses of printBasicBlockLabel to use GetMBBSymbol | Chris Lattner | 2009-09-13 | 1 | -8/+7 |
* | devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden. | Chris Lattner | 2009-09-12 | 1 | -2/+12 |
* | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -32/+10 |
* | Use the EOL that takes the encoding and translates it into DWARF-English. | Bill Wendling | 2009-09-09 | 1 | -0/+8 |
* | Nuke moribund "std::string" version of EOL(..., Encoding). | Bill Wendling | 2009-08-30 | 1 | -8/+0 |
* | Add a form of EOL which emits the text version of a DWARF format encoding. This | Bill Wendling | 2009-08-29 | 1 | -0/+50 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -10/+8 |
* | Revert accidental commit. | Bill Wendling | 2009-08-27 | 1 | -180/+0 |
* | --- Reverse-merging r80147 into '.': | Bill Wendling | 2009-08-27 | 1 | -0/+180 |
* | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -8/+10 |
* | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -10/+8 |
* | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
* | random code cleanups. | Chris Lattner | 2009-08-23 | 1 | -19/+17 |
* | remove some random indentation stuff, yay for efficiency. | Chris Lattner | 2009-08-23 | 1 | -15/+2 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -209/+209 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
* | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -10/+0 |
* | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar | 2009-08-19 | 1 | -2/+2 |
* | switch asmprinter to emit alignments through OutStreamer. | Chris Lattner | 2009-08-19 | 1 | -8/+5 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -12/+6 |
* | Make various changes suggested by Chris. | David Greene | 2009-08-18 | 1 | -36/+48 |
* | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner | 2009-08-18 | 1 | -15/+10 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -42/+42 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 1 | -9/+4 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -1/+1 |
* | Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API | Daniel Dunbar | 2009-08-14 | 1 | -0/+4 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -7/+9 |
* | Various AsmWriter output cleanups. Use WriteAsOperand instead of | Dan Gohman | 2009-08-13 | 1 | -29/+29 |
* | Use WriteAsOperand to print BasicBlock names. | Dan Gohman | 2009-08-12 | 1 | -2/+2 |
* | Fix a few more places to use PadToColumn instead of tabs. And fix | Dan Gohman | 2009-08-12 | 1 | -6/+8 |
* | Use PadToColumn instead of tabs for aligning comments. Fix one place | Dan Gohman | 2009-08-12 | 1 | -63/+122 |
* | Change the asmprinter to print the comment character before the | Chris Lattner | 2009-08-11 | 1 | -3/+4 |
* | "TAI::JumpTableDirective" is always null for current arm targets, simplify | Chris Lattner | 2009-08-11 | 1 | -14/+12 |
* | Add support for printing loop structure information in asm comments. | David Greene | 2009-08-10 | 1 | -3/+99 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -12/+1 |
* | eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. | Chris Lattner | 2009-08-08 | 1 | -1/+1 |
* | code cleanup | Chris Lattner | 2009-08-07 | 1 | -20/+18 |
* | remove a bunch of now-dead crud from the asmprinter and TAI interfaces. | Chris Lattner | 2009-08-07 | 1 | -32/+0 |
* | tidy up | Chris Lattner | 2009-08-07 | 1 | -7/+4 |
* | Fix some column padding bugs, reorganize things as suggested by Chris | David Greene | 2009-08-05 | 1 | -2/+16 |