summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Rewrite tablegen for printInstrAlias to comiple faster, NFCReid Kleckner2019-12-061-0/+90
* [MC] Fix undefined behavior in MCInstPrinter::formatHexJonas Devlieghere2019-09-061-12/+13
* [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song2019-07-251-6/+0
* [llvm-objdump] Don't print trailing space in dumpBytesFangrui Song2019-04-101-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-111-5/+8
* [llvm] Parameterizing the output stream for dumpbytes and outputting directly...Colin LeMahieu2015-05-281-0/+9
* Format: Modernize using variadic templates.Benjamin Kramer2015-02-151-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
OpenPOWER on IntegriCloud