| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86] Remove unnecessary header file containing a small class. It was only in... | Craig Topper | 2016-04-29 | 1 | -112/+0 |
* | Reflect the MC/MCDisassembler split on the include/ level. | Benjamin Kramer | 2016-01-26 | 1 | -1/+1 |
* | Pass an ArrayRef to MCDisassembler::getInstruction. | Rafael Espindola | 2014-11-12 | 1 | -1/+1 |
* | Misc style fixes. NFC. | Rafael Espindola | 2014-11-10 | 1 | -7/+3 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Remove some more C junk from these files. | Richard Smith | 2014-04-20 | 1 | -10/+0 |
* | [MC] Require an MCContext when constructing an MCDisassembler. | Lang Hames | 2014-04-15 | 1 | -1/+1 |
* | [X86] unique_ptr'ify one of X86GenericDisassembler's members. | Lang Hames | 2014-04-13 | 1 | -4/+3 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-09 | 1 | -5/+3 |
* | [x86] Infer disassembler mode from SubtargetInfo feature bits | David Woodhouse | 2014-01-20 | 1 | -3/+1 |
* | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -4/+0 |
* | Change unsigned to a uint16_t in static disassembler tables to reduce the tab... | Craig Topper | 2012-09-11 | 1 | -1/+1 |
* | Add more indirection to the disassembler tables to reduce amount of space use... | Craig Topper | 2012-08-01 | 1 | -1/+2 |
* | Make INSTRUCTION_SPECIFIER_FIELDS match X86DisassemblerCommon.h. Also remove ... | Craig Topper | 2012-07-31 | 1 | -5/+4 |
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -1/+1 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Make the EDis tables const. | Benjamin Kramer | 2012-02-11 | 1 | -1/+1 |
* | Reuse the enum names from X86Desc in the X86Disassembler. | Benjamin Kramer | 2012-02-11 | 1 | -1/+4 |
* | Flatten some of the arrays in the X86 disassembler tables to reduce space nee... | Craig Topper | 2012-02-09 | 1 | -1/+1 |
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 1 | -1/+1 |
* | Remove mode specific disassembler classes and just call X86GenericDisassemble... | Craig Topper | 2011-12-21 | 1 | -33/+5 |
* | Fix typo in a couple comments | Craig Topper | 2011-12-21 | 1 | -3/+3 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+3 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -1/+2 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -7/+8 |
* | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -5/+5 |
* | Make the disassembler tables const so they end up in read-only memory. | Benjamin Kramer | 2010-10-23 | 1 | -1/+1 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 1 | -0/+5 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -0/+150 |