aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
AgeCommit message (Expand)Author
2011-04-04Add support for the VIA PadLock instructions.Joerg Sonnenberger
2011-03-15X86 table-generator and disassembler support for the AVXSean Callanan
2011-02-27Silence enum conversion warnings.Benjamin Kramer
2011-02-02Fixed a bug in the disassembler where the mandatory 0x66Sean Callanan
2011-01-23Null initialize a few variables flagged byTed Kremenek
2011-01-06Correctly disassemble truncated asm.Rafael Espindola
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer
2010-10-23Remove a define which is never referenced.Chandler Carruth
2010-10-22Fixed handling of immediate operand sizes, whichSean Callanan
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan
2010-04-16add a missing break back, patch by Nico Schmidt!Chris Lattner
2010-04-07Fixed a bug where the disassembler would allow an immediateSean Callanan
2010-04-02Fixes to the X86 disassembler. The disassembler will nowSean Callanan
2010-03-18Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer
2009-12-22Removed the "inline" keyword from the disassembler decoder,Sean Callanan
2009-12-22Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan
2009-12-22Fix some may-be-uninitialized var warnings.Daniel Dunbar
2009-12-22Fixed library dependencies between the X86 disassembler andSean Callanan
2009-12-19#if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar
2009-12-19rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes
2009-12-19Use memset instead of bzero, its more portable.Daniel Dunbar
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan