summaryrefslogtreecommitdiff
path: root/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
Commit message (Expand)AuthorAge
* Removed the "inline" keyword from the disassembler decoder,Sean Callanan2009-12-22
* Changed REG_* to MODRM_REG_* to avoid conflictsSean Callanan2009-12-22
* Fix some may-be-uninitialized var warnings.Daniel Dunbar2009-12-22
* Fixed library dependencies between the X86 disassembler andSean Callanan2009-12-22
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-19
* rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes2009-12-19
* Use memset instead of bzero, its more portable.Daniel Dunbar2009-12-19
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-19