aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* [MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensureQuentin Colombet2013-10-011-2/+6
* Pacify GCC, which worries about falling off the end of the switch.Duncan Sands2013-08-021-0/+2
* Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea2013-08-011-6/+49
* Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer2012-12-051-2/+2
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-231-0/+14
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+2
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-2/+2
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+7
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-6/+2
* Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson2011-09-151-0/+9
* Don't hardcode the %reg format in the streamer.Rafael Espindola2011-06-021-2/+1
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-051-0/+5
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-111-0/+7
* No newline at end of files.Edward O'Callaghan2009-10-051-1/+1
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-141-0/+14