summaryrefslogtreecommitdiff
path: root/lib/MC/MCInstPrinter.cpp
Commit message (Expand)AuthorAge
* [MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensureQuentin Colombet2013-10-01
* Pacify GCC, which worries about falling off the end of the switch.Duncan Sands2013-08-02
* 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
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make branch heavy code for generating marked up disassembly simplerKevin Enderby2012-10-23
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-07
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* 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
* Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov2011-03-05
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-11
* No newline at end of files.Edward O'Callaghan2009-10-05
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-14