Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes part...
[oota-llvm.git] / utils / TableGen / X86DisassemblerTables.cpp
2011-09-23 Craig TopperDon't allow 32-bit only instructions to be disassembled...
2011-09-11 Craig TopperFix disassembling of PAUSE instruction. Fixes PR10900...
2011-09-02 Craig TopperMake IC_VEX* not inherit from IC_*. Prevents instructio...
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-04-04 Joerg SonnenbergerAdd support for the VIA PadLock instructions.
2011-04-04 Joerg SonnenbergerUse array_lengthof
2011-04-04 Joerg SonnenbergerChange loops to derive the number of tables automatically
2011-03-15 Sean CallananX86 table-generator and disassembler support for the AVX
2010-10-23 Benjamin KramerConstify another 2 disassembler tables.
2010-10-23 Benjamin KramerMake the disassembler tables const so they end up in...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-04-15 Dan GohmanFix a bunch of namespace polution.
2009-12-23 Daniel DunbarSuppress compiler warning.
2009-12-19 Nuno Lopesfix build and while at it remove a redudant include
2009-12-19 Daniel DunbarMore bzero -> memset that I missed.
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...