aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Make the disassembler tables const so they end up in read-only memory.Benjamin Kramer1-7/+7
2010-10-23Remove a define which is never referenced.Chandler Carruth1-6/+0
2010-10-22Fixed handling of immediate operand sizes, whichSean Callanan1-1/+1
2010-05-06Eliminated the classification of control registers into %ecr_Sean Callanan1-6/+2
2010-04-16add a missing break back, patch by Nico Schmidt!Chris Lattner1-0/+1
2010-04-07Fixed a bug where the disassembler would allow an immediateSean Callanan1-0/+3
2010-04-02Fixes to the X86 disassembler. The disassembler will nowSean Callanan1-73/+96
2010-03-18Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...Benjamin Kramer1-2/+2
2009-12-22Removed the "inline" keyword from the disassembler decoder,Sean Callanan1-30/+30
2009-12-22Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan1-15/+19
2009-12-22Fix some may-be-uninitialized var warnings.Daniel Dunbar1-3/+3
2009-12-22Fixed library dependencies between the X86 disassembler andSean Callanan1-6/+0
2009-12-19#if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar1-0/+6
2009-12-19rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes1-29/+29
2009-12-19Use memset instead of bzero, its more portable.Daniel Dunbar1-2/+2
2009-12-19Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan1-0/+1361