aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for the VIA PadLock instructions.Joerg Sonnenberger2011-04-041-0/+30
* X86 table-generator and disassembler support for the AVXSean Callanan2011-03-151-27/+222
* Silence enum conversion warnings.Benjamin Kramer2011-02-271-2/+2
* Fixed a bug in the disassembler where the mandatory 0x66Sean Callanan2011-02-021-0/+1
* Null initialize a few variables flagged byTed Kremenek2011-01-231-1/+1
* Correctly disassemble truncated asm.Rafael Espindola2011-01-061-2/+4
* Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer2010-10-231-7/+7
* Remove a define which is never referenced.Chandler Carruth2010-10-231-6/+0
* Fixed handling of immediate operand sizes, whichSean Callanan2010-10-221-1/+1
* Eliminated the classification of control registers into %ecr_Sean Callanan2010-05-061-6/+2
* add a missing break back, patch by Nico Schmidt!Chris Lattner2010-04-161-0/+1
* Fixed a bug where the disassembler would allow an immediateSean Callanan2010-04-071-0/+3
* Fixes to the X86 disassembler. The disassembler will nowSean Callanan2010-04-021-73/+96
* Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer2010-03-181-2/+2
* Removed the "inline" keyword from the disassembler decoder,Sean Callanan2009-12-221-30/+30
* Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan2009-12-221-15/+19
* Fix some may-be-uninitialized var warnings.Daniel Dunbar2009-12-221-3/+3
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-221-6/+0
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-191-0/+6
* rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes2009-12-191-29/+29
* Use memset instead of bzero, its more portable.Daniel Dunbar2009-12-191-2/+2
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-191-0/+1361