Sort the #include lines for utils/...
[oota-llvm.git] / utils / TableGen / X86DisassemblerTables.cpp
2012-12-04 Chandler CarruthSort the #include lines for utils/...
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-08-01 Craig TopperAdd more indirection to the disassembler tables to...
2012-07-31 Craig TopperUse uint8_t to store the InstructionContext table....
2012-07-31 Craig TopperTidy up. Move for loop index declarations into for...
2012-07-31 Craig TopperTidy up function argument formatting.
2012-07-31 Craig TopperRemove trailing whitespace
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-02-27 Craig TopperX86 disassembler support for jcxz, jecxz, and jrcxz...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-11 Benjamin KramerReuse the enum names from X86Desc in the X86Disassembler.
2012-02-09 Craig TopperMore tweaks to get the size of the X86 disassembler...
2012-02-09 Craig TopperFlatten some of the arrays in the X86 disassembler...
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-10-11 Craig TopperFix disassembling of popcntw. Also remove some code...
2011-10-07 Craig TopperRevert part of r141274. Only need to change encoding...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-02 Craig TopperFix typo in r140954.
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
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...