Age | Commit message (Expand) | Author | Files | Lines |
2015-08-24 | Fix the partial disassembly of a broken three byte instruction at the end of ... | Jan Stancek | 1 | -2/+4 |
2015-08-21 | PR binutils/18257: Properly decode x86/Intel mask instructions. | Alexander Fomin | 1 | -59/+413 |
2015-07-30 | Properly disassemble movnti in Intel mode | H.J. Lu | 1 | -5/+10 |
2015-07-23 | Fix ubsan signed integer overflow | Alan Modra | 1 | -2/+2 |
2015-06-30 | Add support for monitorx/mwaitx instructions | Amit Pawar | 1 | -2/+22 |
2015-06-01 | x86/Intel: disassemble vcvt{,u}si2s{d,s} with correct operand order | Jan Beulich | 1 | -0/+7 |
2015-05-15 | Support AMD64/Intel ISAs in assembler/disassembler | H.J. Lu | 1 | -5/+40 |
2015-05-09 | Ignore 0x66 prefix for call/jmp/jcc in 64-bit mode | H.J. Lu | 1 | -10/+40 |
2015-04-23 | x86: disambiguate disassembly of certain AVX512 insns | Jan Beulich | 1 | -4/+36 |
2015-04-15 | Remove the unused PREFIX_UD_XXX | H.J. Lu | 1 | -6/+0 |
2015-04-15 | Check dp->prefix_requirement instead | H.J. Lu | 1 | -5/+1 |
2015-04-15 | Handle invalid prefixes for rdrand and rdseed | H.J. Lu | 1 | -5/+21 |
2015-04-15 | Replace mandatory_prefix with prefix_requirement | H.J. Lu | 1 | -310/+315 |
2015-04-06 | x86: Use individual prefix control for each opcode. | Ilya Tocar | 1 | -1442/+1440 |
2015-03-17 | Add znver1 processor | Ganesh Gopalasubramanian | 1 | -0/+3 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-11-17 | Add AVX512VBMI instructions | Ilya Tocar | 1 | -0/+2 |
2014-11-17 | Add AVX512IFMA instructions | Ilya Tocar | 1 | -0/+2 |
2014-11-17 | Add pcommit instruction | Ilya Tocar | 1 | -1/+9 |
2014-11-17 | Add clwb instruction | Ilya Tocar | 1 | -1/+9 |
2014-09-22 | Ignore MOD field for control/debug register move | H.J. Lu | 1 | -32/+8 |
2014-09-10 | Properly handle suffix for iret and sysret | H.J. Lu | 1 | -21/+54 |
2014-07-22 | Add AVX512DQ instructions and their AVX512VL variants. | Ilya Tocar | 1 | -21/+81 |
2014-07-22 | Add support for AVX512BW instructions and their AVX512VL versions. | Ilya Tocar | 1 | -17/+437 |
2014-07-22 | Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions. | Ilya Tocar | 1 | -7/+63 |
2014-06-10 | Only print prefixes before fwait | H.J. Lu | 1 | -2/+4 |
2014-05-09 | Properly display extra data/address size prefixes | H.J. Lu | 1 | -55/+13 |
2014-05-05 | Properly handle multiple opcode prefixes | H.J. Lu | 1 | -114/+135 |
2014-05-02 | Use sigsetjmp/siglongjmp in opcodes | H.J. Lu | 1 | -3/+3 |
2014-05-01 | Handle prefixes before fwait | H.J. Lu | 1 | -1/+7 |
2014-04-04 | Add support for Intel SGX instructions | Ilya Tocar | 1 | -1/+5 |
2014-03-20 | Fix memory size for gather/scatter instructions | Ilya Tocar | 1 | -3/+29 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -3/+1 |
2014-02-12 | Add clflushopt, xsaves, xsavec, xrstors | Ilya Tocar | 1 | -4/+27 |
2014-01-30 | Fix shift for AVX512F gather/scatter instructions | Michael Zolotukhin | 1 | -3/+1 |
2014-01-09 | Fix buffer underrun in i386-dis.c. | Roland McGrath | 1 | -1/+1 |
2013-12-17 | Properly handle ljmp/lcall with invalid MODRM byte | Michael Zolotukhin | 1 | -2/+12 |
2013-10-12 | Only allow 32-bit/64-bit registers for bndcl/bndcu/bndcn | H.J. Lu | 1 | -2/+2 |
2013-10-11 | opcodes/ | Roland McGrath | 1 | -20/+28 |
2013-08-19 | Remove PREFIX_EVEX_0F3A3E and PREFIX_EVEX_0F3A3F | H.J. Lu | 1 | -2/+0 |
2013-07-26 | Add Intel AVX-512 support | H.J. Lu | 1 | -31/+1306 |
2013-07-25 | Support Intel SHA | H.J. Lu | 1 | -7/+49 |
2013-07-24 | Support Intel MPX | H.J. Lu | 1 | -47/+126 |
2013-03-27 | Properly check address mode for SIB | H.J. Lu | 1 | -4/+4 |
2013-02-19 | Implement Intel SMAP instructions | H.J. Lu | 1 | -0/+2 |
2012-10-24 | gas/testsuite/ | Roland McGrath | 1 | -58/+61 |
2012-08-07 | gas/testsuite/ | Roland McGrath | 1 | -0/+30 |
2012-08-06 | gas/testsuite/ | Roland McGrath | 1 | -6/+12 |
2012-08-06 | gas/testsuite/ | Roland McGrath | 1 | -30/+34 |
2012-07-19 | Use vex_len_table in xop_table | H.J. Lu | 1 | -8/+56 |