Flatten some of the arrays in the X86 disassembler tables to reduce space needed...
[oota-llvm.git] / lib / Target / X86 / Disassembler / X86DisassemblerDecoder.c
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-02-05 Duncan SandsPersuade GCC that there is nothing worth warning about...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-04 Benjamin KramerSilence warnings of a mysterious compiler that still...
2012-01-01 Benjamin KramerX86Disassembler: Fix undefined behavior found by GCC 4.6
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-05 Craig TopperChange C++ style comments to C style comments in X86...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Craig TopperTreat VEX.vvvv as a 3-bit field outside of 64-bit mode...
2011-10-03 Craig TopperFix VEX disassembling to ignore REX.RXBW bits in 32...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-09-26 Craig TopperFix VEX decoding in i386 mode. Fixes PR11008.
2011-09-13 Craig TopperOnly disassembler instructions with vvvv != 1111 if...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2011-02-27 Benjamin KramerSilence enum conversion warnings.
2011-02-02 Sean CallananFixed a bug in the disassembler where the mandatory...
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-23 Chandler CarruthRemove a define which is never referenced.
2010-10-22 Sean CallananFixed handling of immediate operand sizes, which
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-04-16 Chris Lattneradd a missing break back, patch by Nico Schmidt!
2010-04-07 Sean CallananFixed a bug where the disassembler would allow an immediate
2010-04-02 Sean CallananFixes to the X86 disassembler. The disassembler will now
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2009-12-22 Sean CallananRemoved the "inline" keyword from the disassembler...
2009-12-22 Sean CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-22 Daniel DunbarFix some may-be-uninitialized var warnings.
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-19 Daniel Dunbar#if 0 out X86 disassembler for now, it is breaking...
2009-12-19 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...