Age | Commit message (Expand) | Author | Files | Lines |
2021-04-19 | aarch64: New instructions for maintenance of GPT entries cached in a TLB | Przemyslaw Wirkus | 2 | -0/+10 |
2021-04-19 | aarch64: Add new data cache maintenance operations | Przemyslaw Wirkus | 2 | -0/+7 |
2021-04-19 | arm64: add two initializers | Jan Beulich | 2 | -2/+8 |
2021-04-16 | aarch64: Define RME system registers | Przemyslaw Wirkus | 2 | -0/+8 |
2021-04-16 | Update the ChangeLog, and add the missing entries. | Nelson Chu | 1 | -0/+5 |
2021-04-16 | RISC-V: compress "addi d,CV,z" to "c.mv d,CV" | Lifang Xia | 1 | -0/+1 |
2021-04-13 | ENABLE_CHECKING in bfd, opcodes, binutils, ld | Alan Modra | 4 | -2/+42 |
2021-04-09 | AArch64: Fix Atomic LD64/ST64 classification. | Tejas Belagod | 2 | -4/+9 |
2021-04-09 | PowerPC disassembly of pcrel references | Alan Modra | 2 | -10/+143 |
2021-04-08 | PR27684, PowerPC missing mfsprg0 and others | Alan Modra | 2 | -4/+10 |
2021-04-08 | PR27676, PowerPC missing extended dcbt, dcbtst mnemonics | Alan Modra | 2 | -7/+90 |
2021-04-06 | Return symbol from symbol_at_address_func | Alan Modra | 3 | -23/+14 |
2021-04-05 | C99 opcodes configury | Alan Modra | 8 | -1248/+528 |
2021-04-01 | Remove strneq macro and use startswith. | Martin Liska | 5 | -18/+9 |
2021-04-01 | PR27675, PowerPC missing extended mnemonic mfummcr2 | Alan Modra | 2 | -0/+7 |
2021-03-31 | Use bool in opcodes | Alan Modra | 49 | -1573/+1591 |
2021-03-31 | Remove bfd_stdint.h | Alan Modra | 12 | -11/+25 |
2021-03-30 | x86: drop seg_entry | Jan Beulich | 3 | -21/+17 |
2021-03-30 | x86: drop REGNAM_{AL,AX,EAX} | Jan Beulich | 2 | -5/+4 |
2021-03-30 | x86: adjust st(<N>) parsing | Jan Beulich | 4 | -12/+13 |
2021-03-29 | x86: move some opcode table entries | Jan Beulich | 3 | -489/+500 |
2021-03-29 | x86: VPSADBW's source operands are also commutative | Jan Beulich | 3 | -6/+12 |
2021-03-29 | x86: fold SSE2AVX and their base MMX/SSE templates | Jan Beulich | 4 | -924/+645 |
2021-03-29 | x86: undo Prefix_0X<nn> use in opcode table | Jan Beulich | 3 | -375/+383 |
2021-03-29 | x86: shrink some struct insn_template fields | Jan Beulich | 2 | -4/+10 |
2021-03-29 | x86: derive opcode encoding space attribute from base opcode | Jan Beulich | 3 | -1601/+1641 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 5 | -54/+68 |
2021-03-29 | opcodes int vs bfd_boolean fixes | Alan Modra | 3 | -10/+15 |
2021-03-26 | x86-64: don't accept supposedly disabled MOVQ forms | Jan Beulich | 3 | -4/+10 |
2021-03-25 | [NIOS2] Fix disassembly of br.n instruction. | Hafiz Abid Qadeer | 2 | -1/+6 |
2021-03-25 | x86: flag bad S/G insn operand combinations | Jan Beulich | 3 | -16/+86 |
2021-03-25 | x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clear | Jan Beulich | 2 | -0/+12 |
2021-03-25 | x86: fix AMD Zen3 insns | Jan Beulich | 3 | -4/+66 |
2021-03-25 | PR27647 PowerPC extended conditional branch mnemonics | Alan Modra | 2 | -476/+486 |
2021-03-24 | x86: derive opcode length from opcode value | Jan Beulich | 5 | -7463/+7468 |
2021-03-24 | x86: derive mandatory prefix attribute from base opcode | Jan Beulich | 3 | -5027/+5028 |
2021-03-24 | x86: don't use opcode_length to identify pseudo prefixes | Jan Beulich | 5 | -34/+40 |
2021-03-23 | x86: re-number PREFIX_0X<nn> | Jan Beulich | 3 | -153/+160 |
2021-03-23 | x86: re-order two fields of struct insn_template | Jan Beulich | 4 | -12106/+12112 |
2021-03-23 | x86: split opcode prefix and opcode space representation | Jan Beulich | 5 | -9314/+9341 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 11 | -68/+86 |
2021-03-16 | RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions | Kuan-Lin Chen | 2 | -4/+53 |
2021-03-12 | aarch64: Add few missing system registers | Przemyslaw Wirkus | 2 | -0/+15 |
2021-03-12 | Re: x86: correct decoding of nop/reserved space (0f18 ... 0x1f) | Alan Modra | 2 | -1/+5 |
2021-03-11 | x86: re-order logic in OP_XMM() | Jan Beulich | 2 | -35/+35 |
2021-03-11 | x86: drop a few redundant EVEX-related checks | Jan Beulich | 2 | -4/+10 |
2021-03-11 | x86: remove stray uses of xmmq_mode | Jan Beulich | 2 | -4/+6 |
2021-03-10 | x86/Intel: correct AVX512 S/G disassembly | Jan Beulich | 6 | -114/+42 |
2021-03-10 | x86: re-arrange enumerator and table entry order | Jan Beulich | 2 | -77/+100 |
2021-03-10 | x86: reuse further VEX entries for EVEX | Jan Beulich | 6 | -98/+46 |