aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCInstPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-01[MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensureQuentin Colombet1-2/+6
2013-08-02Pacify GCC, which worries about falling off the end of the switch.Duncan Sands1-0/+2
2013-08-01Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ...Daniel Malea1-6/+49
2012-12-05Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer1-2/+2
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby1-0/+9
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-23Make branch heavy code for generating marked up disassembly simplerKevin Enderby1-0/+14
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer1-1/+2
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-1/+2
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby1-2/+2
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson1-1/+7
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson1-6/+2
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson1-0/+9
2011-06-02Don't hardcode the %reg format in the streamer.Rafael Espindola1-2/+1
2011-03-05Preliminary support for ARM frame save directives emission via MI flags.Anton Korobeynikov1-0/+5
2010-02-11add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner1-0/+7
2009-10-05No newline at end of files.Edward O'Callaghan1-1/+1
2009-09-14add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner1-0/+14