summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInstPrinter.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-03
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-01
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-22
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-15
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-02
* Replace the old algorithm that emitted the "print the alias for an instruction"Bill Wendling2011-04-07
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* trailing whitespaceJim Grosbach2010-09-17
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* Add ability for MCInstPrinters to add comments for instructions.Chris Lattner2010-02-10
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-14
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-14