aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+1
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+5
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-2/+4
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-5/+5
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-151-0/+4
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-2/+2
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-071-1/+7
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+3
* trailing whitespaceJim Grosbach2010-09-171-4/+4
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-041-7/+4
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-111-1/+5
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-101-1/+11
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-141-1/+5
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-141-0/+33