aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-8/+3
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+6
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* [MC] AvailableFeatures needs to be a uint64_t to match FeatureBits in MCSubta...Joey Gouly2013-09-031-3/+3
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-2/+20
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-051-0/+1
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-1/+12
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-0/+4
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-1/+8
* 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