summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/X86DisassemblerTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...Elena Demikhovsky2015-07-131-2/+24
* AVX-512: Added VPTESTM and VPTESTNM instructions for SKXElena Demikhovsky2015-04-211-0/+7
* Use SmallVector instead of std::vector for uniquing X86 disassembler operand ...Craig Topper2015-04-091-1/+2
* Simplify some printing code by combining new lines onto previous strings. Don...Craig Topper2015-04-091-9/+3
* Don't convert enum to strings just to put them in the uniquing map. Use the e...Craig Topper2015-04-091-15/+12
* AVX-512: Added mask and rounding mode for scalar arithmeticsElena Demikhovsky2015-03-011-0/+12
* [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ...Craig Topper2015-01-031-2/+8
* [X86] Make the instructions that use AdSize16/32/64 co-exist together without...Craig Topper2015-01-021-7/+11
* [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo...Craig Topper2014-12-311-14/+14
* [X86] Remove the single AdSize indicator and replace it with separate AdSize1...Craig Topper2014-12-241-0/+3
* [AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset.Robert Khasanov2014-10-281-0/+5
* [AVX512] Extended avx512_binop_rm for AVX512VL subsets.Robert Khasanov2014-10-091-0/+4
* [SKX] avx512_icmp_packed multiclass extensionRobert Khasanov2014-08-251-0/+6
* [SKX] Enabling load/store instructions: encodingRobert Khasanov2014-08-041-0/+11
* AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed...Elena Demikhovsky2014-03-061-0/+2
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-191-5/+3
* Remove filtering concept from X86 disassembler table generation. It's no long...Craig Topper2014-02-131-5/+1
* Remove unnecessary include.Craig Topper2014-02-091-1/+0
* [x86] Fix disassembly of MOV16ao16 et al.David Woodhouse2014-01-201-4/+10
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-131-2/+3
* [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understandDavid Woodhouse2014-01-081-1/+4
* Remove modifierType/Base from X86 disassembler tables as they are no longer u...Craig Topper2014-01-011-24/+0
* AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmpElena Demikhovsky2014-01-011-43/+48
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-251-4/+26
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-031-3/+32
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-031-0/+3
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-301-52/+47
* Various x86 disassembler fixes.Craig Topper2013-09-301-6/+18
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-281-6/+95
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-3/+2
* Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper2012-09-131-2/+15
* Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper2012-09-111-0/+4
* Add more indirection to the disassembler tables to reduce amount of space use...Craig Topper2012-08-011-29/+53
* Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ...Craig Topper2012-07-311-1/+1
* Tidy up. Move for loop index declarations into for statements. Use unsigned i...Craig Topper2012-07-311-39/+26
* Tidy up function argument formatting.Craig Topper2012-07-311-35/+17
* Remove trailing whitespaceCraig Topper2012-07-311-31/+31
* Use uint8_t instead of enums to store values in X86 disassembler table. Shave...Craig Topper2012-03-041-8/+8
* X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ...Craig Topper2012-02-271-0/+9
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-2/+0
* Reuse the enum names from X86Desc in the X86Disassembler.Benjamin Kramer2012-02-111-1/+1
* More tweaks to get the size of the X86 disassembler tables down.Craig Topper2012-02-091-7/+28
* Flatten some of the arrays in the X86 disassembler tables to reduce space nee...Craig Topper2012-02-091-38/+38
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+0
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-061-1/+6
* Fix disassembling of popcntw. Also remove some code that says it accounts for...Craig Topper2011-10-111-0/+7
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-071-0/+1
* Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper2011-10-041-15/+13
* Fix typo in r140954.Craig Topper2011-10-021-1/+0
* Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2...Craig Topper2011-10-011-0/+9
OpenPOWER on IntegriCloud