- ec4bd31 Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly by Kevin Enderby · 13 years ago
- 6dedbae Use uint8_t instead of enums to store values in X86 disassembler table. Shaves 150k off the size of X86DisassemblerDecoder.o by Craig Topper · 14 years ago
- b119c08 Added annotations for x86 pc relative loads to llvm's 'C' disassembler. by Kevin Enderby · 14 years ago
- 56b662c Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
- 6fbcd8d Updated the llvm-mc disassembler C API to support for the X86 target. by Kevin Enderby · 14 years ago
- b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
- 428704e Make the EDis tables const. by Benjamin Kramer · 14 years ago
- 478e8de Reuse the enum names from X86Desc in the X86Disassembler. by Benjamin Kramer · 14 years ago
- 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
- b8b1b4c Remove mode specific disassembler classes and just call X86GenericDisassembler constructor with appropriate argument in the creation functions. This removes a few tables that needed to be anchored. by Craig Topper · 14 years ago
- a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
- e5e189f X86Disassembler: if verbose logging is going to nulls(), disable logging completely. by Benjamin Kramer · 14 years ago
- a0c3b97 Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 14 years ago
- 96e00e5 Make disassembling of VBLEND* print immediate as a XMM/YMM register name. Fixes PR10917. by Craig Topper · 14 years ago
- 4c493e8 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 14 years ago
- 5b03f72 Change X86 disassembly to print immediates values as signed by default. Special by Kevin Enderby · 14 years ago
- 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- a4043c4 Allow the MCDisassembler to return a "soft fail" status code, indicating an instruction that is disassemblable, but invalid. Only used for ARM UNPREDICTABLE instructions at the moment. by Owen Anderson · 14 years ago
- d9997ac Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc by Evan Cheng · 14 years ago
- c3fd523 X86 table-generator and disassembler support for the AVX by Sean Callanan · 15 years ago
- 5e8603d Fixed a bug in the X86 disassembler where a member of the by Sean Callanan · 15 years ago
- de0a4fb Make the disassembler tables const so they end up in read-only memory. by Benjamin Kramer · 15 years ago
- 55595fb my work on adding segment registers to LEA missed the by Chris Lattner · 15 years ago
- e7e1cf9 Eliminated the classification of control registers into %ecr_ by Sean Callanan · 15 years ago
- 4cd930f Fixed a sign-extension bug in the X86 disassembler by Sean Callanan · 15 years ago
- 814e69b Fixed a nasty layering violation in the edis source by Sean Callanan · 15 years ago
- 010b373 Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 16 years ago
- fed917e TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. by Daniel Dunbar · 16 years ago
- 36eab80 Fixes to the X86 disassembler: by Sean Callanan · 16 years ago
- 8b85839 Include based on the current path, since we already -I the X86 target's path. Fixes CMake build by Douglas Gregor · 16 years ago
- 5c8f4cd Fixed library dependencies between the X86 disassembler and by Sean Callanan · 16 years ago
- 4750efc #if 0 out X86 disassembler for now, it is breaking the build in multiple places. by Daniel Dunbar · 16 years ago
- 04cc307 Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit by Sean Callanan · 16 years ago
- 900f2ce Sketch structure for X86 disassembler. by Daniel Dunbar · 16 years ago