| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly | Kevin Enderby | 2012-04-18 | 1 | -2/+5 |
* | Use uint8_t instead of enums to store values in X86 disassembler table. Shave... | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Added annotations for x86 pc relative loads to llvm's 'C' disassembler. | Kevin Enderby | 2012-02-29 | 1 | -0/+24 |
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -1/+1 |
* | Updated the llvm-mc disassembler C API to support for the X86 target. | Kevin Enderby | 2012-02-23 | 1 | -18/+159 |
* | 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 | -8/+20 |
* | 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 | -8/+2 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+6 |
* | X86Disassembler: if verbose logging is going to nulls(), disable logging comp... | Benjamin Kramer | 2011-09-21 | 1 | -1/+5 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -1/+2 |
* | Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fix... | Craig Topper | 2011-09-14 | 1 | -0/+6 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -6/+7 |
* | Change X86 disassembly to print immediates values as signed by default. Special | Kevin Enderby | 2011-09-02 | 1 | -0/+34 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson | 2011-08-17 | 1 | -7/+8 |
* | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -1/+2 |
* | X86 table-generator and disassembler support for the AVX | Sean Callanan | 2011-03-15 | 1 | -0/+5 |
* | Fixed a bug in the X86 disassembler where a member of the | Sean Callanan | 2011-02-21 | 1 | -4/+4 |
* | Make the disassembler tables const so they end up in read-only memory. | Benjamin Kramer | 2010-10-23 | 1 | -9/+6 |
* | my work on adding segment registers to LEA missed the | Chris Lattner | 2010-07-13 | 1 | -12/+3 |
* | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 2010-05-06 | 1 | -2/+1 |
* | Fixed a sign-extension bug in the X86 disassembler | Sean Callanan | 2010-05-05 | 1 | -3/+55 |
* | Fixed a nasty layering violation in the edis source | Sean Callanan | 2010-04-13 | 1 | -0/+6 |
* | Fixes to the X86 disassembler. The disassembler will now | Sean Callanan | 2010-04-02 | 1 | -63/+96 |
* | TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. | Daniel Dunbar | 2010-03-20 | 1 | -2/+2 |
* | Fixes to the X86 disassembler: | Sean Callanan | 2009-12-22 | 1 | -5/+16 |
* | Include based on the current path, since we already -I the X86 target's path.... | Douglas Gregor | 2009-12-22 | 1 | -1/+1 |
* | Fixed library dependencies between the X86 disassembler and | Sean Callanan | 2009-12-22 | 1 | -8/+5 |
* | #if 0 out X86 disassembler for now, it is breaking the build in multiple places. | Daniel Dunbar | 2009-12-19 | 1 | -0/+7 |
* | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 1 | -3/+435 |
* | Sketch structure for X86 disassembler. | Daniel Dunbar | 2009-11-25 | 1 | -0/+29 |