Age | Commit message (Expand) | Author | Files | Lines |
2015-01-03 | [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ... | Craig Topper | 1 | -2/+8 |
2015-01-02 | [X86] Make the instructions that use AdSize16/32/64 co-exist together without... | Craig Topper | 1 | -7/+11 |
2014-12-31 | [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo... | Craig Topper | 1 | -14/+14 |
2014-12-24 | [X86] Remove the single AdSize indicator and replace it with separate AdSize1... | Craig Topper | 1 | -0/+3 |
2014-10-28 | [AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset. | Robert Khasanov | 1 | -0/+5 |
2014-10-09 | [AVX512] Extended avx512_binop_rm for AVX512VL subsets. | Robert Khasanov | 1 | -0/+4 |
2014-08-25 | [SKX] avx512_icmp_packed multiclass extension | Robert Khasanov | 1 | -0/+6 |
2014-08-04 | [SKX] Enabling load/store instructions: encoding | Robert Khasanov | 1 | -0/+11 |
2014-03-06 | AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed... | Elena Demikhovsky | 1 | -0/+2 |
2014-02-19 | Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x... | Craig Topper | 1 | -5/+3 |
2014-02-13 | Remove filtering concept from X86 disassembler table generation. It's no long... | Craig Topper | 1 | -5/+1 |
2014-02-09 | Remove unnecessary include. | Craig Topper | 1 | -1/+0 |
2014-01-20 | [x86] Fix disassembly of MOV16ao16 et al. | David Woodhouse | 1 | -4/+10 |
2014-01-13 | AVX-512: Embedded Rounding Control - encoding and printing | Elena Demikhovsky | 1 | -2/+3 |
2014-01-08 | [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understand | David Woodhouse | 1 | -1/+4 |
2014-01-01 | Remove modifierType/Base from X86 disassembler tables as they are no longer u... | Craig Topper | 1 | -24/+0 |
2014-01-01 | AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp | Elena Demikhovsky | 1 | -43/+48 |
2013-12-25 | AVX-512: decoder for AVX-512, made by Alexey Bader. | Elena Demikhovsky | 1 | -4/+26 |
2013-11-03 | AVX-512: added VPCONFLICT instruction and intrinsics, | Elena Demikhovsky | 1 | -3/+32 |
2013-10-03 | Add XOP disassembler support. Fixes PR13933. | Craig Topper | 1 | -0/+3 |
2013-09-30 | Filter out repeated sections from the X86 disassembler modRMTable. Saves abou... | Craig Topper | 1 | -52/+47 |
2013-09-30 | Various x86 disassembler fixes. | Craig Topper | 1 | -6/+18 |
2013-07-28 | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 1 | -6/+95 |
2012-12-04 | Sort the #include lines for utils/... | Chandler Carruth | 1 | -3/+2 |
2012-09-13 | Add a new compression type to ModRM table that detects when the memory modRM ... | Craig Topper | 1 | -2/+15 |
2012-09-11 | Change unsigned to a uint16_t in static disassembler tables to reduce the tab... | Craig Topper | 1 | -0/+4 |
2012-08-01 | Add more indirection to the disassembler tables to reduce amount of space use... | Craig Topper | 1 | -29/+53 |
2012-07-31 | Use uint8_t to store the InstructionContext table. Saves 768 bytes of static ... | Craig Topper | 1 | -1/+1 |
2012-07-31 | Tidy up. Move for loop index declarations into for statements. Use unsigned i... | Craig Topper | 1 | -39/+26 |
2012-07-31 | Tidy up function argument formatting. | Craig Topper | 1 | -35/+17 |
2012-07-31 | Remove trailing whitespace | Craig Topper | 1 | -31/+31 |
2012-03-04 | Use uint8_t instead of enums to store values in X86 disassembler table. Shave... | Craig Topper | 1 | -8/+8 |
2012-02-27 | X86 disassembler support for jcxz, jecxz, and jrcxz. Fixes PR11643. Patch by ... | Craig Topper | 1 | -0/+9 |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles | 1 | -2/+0 |
2012-02-11 | Reuse the enum names from X86Desc in the X86Disassembler. | Benjamin Kramer | 1 | -1/+1 |
2012-02-09 | More tweaks to get the size of the X86 disassembler tables down. | Craig Topper | 1 | -7/+28 |
2012-02-09 | Flatten some of the arrays in the X86 disassembler tables to reduce space nee... | Craig Topper | 1 | -38/+38 |
2012-01-17 | Remove unreachable code. (replace with llvm_unreachable to help GCC where nec... | David Blaikie | 1 | -1/+0 |
2011-11-06 | More AVX2 instructions and their intrinsics. | Craig Topper | 1 | -1/+6 |
2011-10-11 | Fix disassembling of popcntw. Also remove some code that says it accounts for... | Craig Topper | 1 | -0/+7 |
2011-10-07 | Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6... | Craig Topper | 1 | -0/+1 |
2011-10-04 | Add support in the disassembler for ignoring the L-bit on certain VEX instruc... | Craig Topper | 1 | -15/+13 |
2011-10-02 | Fix typo in r140954. | Craig Topper | 1 | -1/+0 |
2011-10-01 | Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2... | Craig Topper | 1 | -0/+9 |
2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne | 1 | -1/+1 |
2011-09-23 | Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes... | Craig Topper | 1 | -1/+5 |
2011-09-11 | Fix disassembling of PAUSE instruction. Fixes PR10900. Also fixed NOP disasse... | Craig Topper | 1 | -2/+4 |
2011-09-02 | Make IC_VEX* not inherit from IC_*. Prevents instructions with no VEX form fr... | Craig Topper | 1 | -26/+23 |
2011-08-25 | Give ATTR_VEX higher priority when generating the disassembler context table.... | Craig Topper | 1 | -2/+2 |
2011-04-04 | Add support for the VIA PadLock instructions. | Joerg Sonnenberger | 1 | -0/+2 |