| Commit message (Expand) | Author | Age | Files | Lines |
* | [X86][Disassembler] Shrink X86GenDisassemblerTables.inc from 36M to 6.1M | Fangrui Song | 2020-01-11 | 1 | -46/+42 |
* | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
* | [X86Disassembler] Unify the EVEX and VEX code in emitContextTable. Merge the ... | Craig Topper | 2019-06-13 | 1 | -51/+23 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [X86] Remove DATA32_PREFIX. Hack the printing for DATA16_PREFIX to print 'dat... | Craig Topper | 2018-04-22 | 1 | -4/+0 |
* | [X86] Remove non-existant instruction name from X86DisassemblerTables.cpp. | Craig Topper | 2018-04-19 | 1 | -1/+0 |
* | [X86] Disassembler support for having an ADSIZE prefix affect instructions wi... | Craig Topper | 2018-04-05 | 1 | -2/+19 |
* | [X86] Add a new disassembler opcode map for 3DNow. Stop treating 3DNow as an ... | Craig Topper | 2018-03-24 | 1 | -6/+3 |
* | [X86] Use unique_ptr to simplify memory management. NFC | Craig Topper | 2018-03-24 | 1 | -10/+2 |
* | [X86][3DNOW] Teach decoder about AMD 3DNow! instrs | Rafael Auler | 2018-02-15 | 1 | -2/+6 |
* | [X86] Fix disassembler table generation to prevent instructions tagged with '... | Craig Topper | 2017-10-23 | 1 | -14/+15 |
* | [X86] Fix disassembly of EVEX rounding control and SAE instructions. | Craig Topper | 2017-10-23 | 1 | -41/+146 |
* | [X86] More correctly support LIG and WIG for EVEX instructions in the disasse... | Craig Topper | 2017-10-22 | 1 | -74/+168 |
* | [X86] Teach the disassembler that some instructions use VEX.W==0 without a co... | Craig Topper | 2017-10-22 | 1 | -14/+16 |
* | fix trivial typos in comments; NFC | Hiroshi Inoue | 2017-07-04 | 1 | -1/+1 |
* | [X86] Fix for bugzilla 31576 - add support for "data32" instruction prefix | Marina Yatsina | 2017-01-18 | 1 | -0/+4 |
* | test commit: remove trailing whitespace | Thomas Jablin | 2016-06-20 | 1 | -1/+1 |
* | AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ... | Elena Demikhovsky | 2015-07-13 | 1 | -2/+24 |
* | AVX-512: Added VPTESTM and VPTESTNM instructions for SKX | Elena Demikhovsky | 2015-04-21 | 1 | -0/+7 |
* | Use SmallVector instead of std::vector for uniquing X86 disassembler operand ... | Craig Topper | 2015-04-09 | 1 | -1/+2 |
* | Simplify some printing code by combining new lines onto previous strings. Don... | Craig Topper | 2015-04-09 | 1 | -9/+3 |
* | Don't convert enum to strings just to put them in the uniquing map. Use the e... | Craig Topper | 2015-04-09 | 1 | -15/+12 |
* | AVX-512: Added mask and rounding mode for scalar arithmetics | Elena Demikhovsky | 2015-03-01 | 1 | -0/+12 |
* | [X86] Disassembler support for move to/from %rax with a 32-bit memory offset ... | Craig Topper | 2015-01-03 | 1 | -2/+8 |
* | [X86] Make the instructions that use AdSize16/32/64 co-exist together without... | Craig Topper | 2015-01-02 | 1 | -7/+11 |
* | [X86] Fix disassembly of absolute moves to work correctly in 16 and 32-bit mo... | Craig Topper | 2014-12-31 | 1 | -14/+14 |
* | [X86] Remove the single AdSize indicator and replace it with separate AdSize1... | Craig Topper | 2014-12-24 | 1 | -0/+3 |
* | [AVX512] Extended avx512_sqrt_packed (sqrt instructions) to VL subset. | Robert Khasanov | 2014-10-28 | 1 | -0/+5 |
* | [AVX512] Extended avx512_binop_rm for AVX512VL subsets. | Robert Khasanov | 2014-10-09 | 1 | -0/+4 |
* | [SKX] avx512_icmp_packed multiclass extension | Robert Khasanov | 2014-08-25 | 1 | -0/+6 |
* | [SKX] Enabling load/store instructions: encoding | Robert Khasanov | 2014-08-04 | 1 | -0/+11 |
* | AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed... | Elena Demikhovsky | 2014-03-06 | 1 | -0/+2 |
* | Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x... | Craig Topper | 2014-02-19 | 1 | -5/+3 |
* | Remove filtering concept from X86 disassembler table generation. It's no long... | Craig Topper | 2014-02-13 | 1 | -5/+1 |
* | Remove unnecessary include. | Craig Topper | 2014-02-09 | 1 | -1/+0 |
* | [x86] Fix disassembly of MOV16ao16 et al. | David Woodhouse | 2014-01-20 | 1 | -4/+10 |
* | AVX-512: Embedded Rounding Control - encoding and printing | Elena Demikhovsky | 2014-01-13 | 1 | -2/+3 |
* | [x86] Fix MOV8ao8 et al for 16-bit mode, fix up disassembler to understand | David Woodhouse | 2014-01-08 | 1 | -1/+4 |
* | Remove modifierType/Base from X86 disassembler tables as they are no longer u... | Craig Topper | 2014-01-01 | 1 | -24/+0 |
* | AVX-512: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp | Elena Demikhovsky | 2014-01-01 | 1 | -43/+48 |
* | AVX-512: decoder for AVX-512, made by Alexey Bader. | Elena Demikhovsky | 2013-12-25 | 1 | -4/+26 |
* | AVX-512: added VPCONFLICT instruction and intrinsics, | Elena Demikhovsky | 2013-11-03 | 1 | -3/+32 |
* | Add XOP disassembler support. Fixes PR13933. | Craig Topper | 2013-10-03 | 1 | -0/+3 |
* | Filter out repeated sections from the X86 disassembler modRMTable. Saves abou... | Craig Topper | 2013-09-30 | 1 | -52/+47 |
* | Various x86 disassembler fixes. | Craig Topper | 2013-09-30 | 1 | -6/+18 |
* | Added encoding prefixes for KNL instructions (EVEX). | Elena Demikhovsky | 2013-07-28 | 1 | -6/+95 |
* | Sort the #include lines for utils/... | Chandler Carruth | 2012-12-04 | 1 | -3/+2 |
* | Add a new compression type to ModRM table that detects when the memory modRM ... | Craig Topper | 2012-09-13 | 1 | -2/+15 |
* | Change unsigned to a uint16_t in static disassembler tables to reduce the tab... | Craig Topper | 2012-09-11 | 1 | -0/+4 |
* | Add more indirection to the disassembler tables to reduce amount of space use... | Craig Topper | 2012-08-01 | 1 | -29/+53 |