| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-11 | 1 | -5/+8 |
| * | [llvm] Parameterizing the output stream for dumpbytes and outputting directly... | Colin LeMahieu | 2015-05-28 | 1 | -0/+9 |
| * | Format: Modernize using variadic templates. | Benjamin Kramer | 2015-02-15 | 1 | -3/+3 |
| * | [MC] When MCInstPrint::printAnnotation uses a comment stream, it has to ensure | Quentin Colombet | 2013-10-01 | 1 | -2/+6 |
| * | Pacify GCC, which worries about falling off the end of the switch. | Duncan Sands | 2013-08-02 | 1 | -0/+2 |
| * | Fixed the Intel-syntax X86 disassembler to respect the (existing) option for ... | Daniel Malea | 2013-08-01 | 1 | -6/+49 |
| * | Try to unbreak the build on hosts that don't transitively pull in a definitio... | Benjamin Kramer | 2012-12-05 | 1 | -2/+2 |
| * | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 1 | -0/+9 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Make branch heavy code for generating marked up disassembly simpler | Kevin Enderby | 2012-10-23 | 1 | -0/+14 |
| * | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer | 2012-04-02 | 1 | -1/+2 |
| * | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -1/+2 |
| * | Adding back support for printing operands symbolically to ARM's new disassembler | Kevin Enderby | 2011-10-04 | 1 | -2/+2 |
| * | In the disassembler C API, be careful not to confuse the comment streamer tha... | Owen Anderson | 2011-09-21 | 1 | -1/+7 |
| * | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -6/+2 |
| * | Add support for stored annotations to MCInst, and provide facilities for MC-b... | Owen Anderson | 2011-09-15 | 1 | -0/+9 |
| * | Don't hardcode the %reg format in the streamer. | Rafael Espindola | 2011-06-02 | 1 | -2/+1 |
| * | Preliminary support for ARM frame save directives emission via MI flags. | Anton Korobeynikov | 2011-03-05 | 1 | -0/+5 |
| * | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 1 | -0/+7 |
| * | No newline at end of files. | Edward O'Callaghan | 2009-10-05 | 1 | -1/+1 |
| * | add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. | Chris Lattner | 2009-09-14 | 1 | -0/+14 |