Age | Commit message (Expand) | Author | Files | Lines |
2021-06-07 | x86: honor quoted figure braces in i386_att_operand() | Jan Beulich | 4 | -8/+43 |
2021-06-07 | x86: better respect quotes in parse_operands() | Jan Beulich | 4 | -14/+40 |
2021-06-07 | x86: allow unary operators to start a memory operand | Jan Beulich | 5 | -14/+40 |
2021-06-07 | x86: make symbol quotation check consistent in i386_att_operand() | Jan Beulich | 5 | -7/+44 |
2021-06-07 | x86: correct absolute branch check with segment override | Jan Beulich | 2 | -9/+14 |
2021-06-07 | x86/Intel: drop unnecessary bracket matching from parse_operands() | Jan Beulich | 2 | -13/+8 |
2021-06-07 | x86: remove pointless 2nd parameter from check_VecOperations() | Jan Beulich | 3 | -6/+11 |
2021-06-07 | x86: immediate operands don't allow for vector operations | Jan Beulich | 2 | -10/+4 |
2021-06-07 | ix86: wrap constants | Jan Beulich | 6 | -6/+165 |
2021-06-03 | PR1202, mcore disassembler: wrong address loopt | Alan Modra | 2 | -1/+6 |
2021-05-29 | PowerPC table driven -Mraw disassembly | Alan Modra | 4 | -0/+121 |
2021-05-29 | MIPS/GAS/testsuite: Add C0, C1, C2, C3 opcode tests | Maciej W. Rozycki | 54 | -0/+7580 |
2021-05-29 | MIPS/GAS/testsuite: Run RFE test across all ISAs | Maciej W. Rozycki | 8 | -7/+39 |
2021-05-29 | MIPS/GAS/testsuite: Run coprocessor tests across all ISAs | Maciej W. Rozycki | 96 | -467/+1646 |
2021-05-29 | MIPS/opcodes: Accurately record coprocessor opcode CPU/ISA membership | Maciej W. Rozycki | 3 | -2/+53 |
2021-05-29 | MIPS/GAS/testsuite: Add tests for coprocessor branch instructions | Maciej W. Rozycki | 16 | -0/+215 |
2021-05-29 | MIPS/opcodes: Disassemble the RFE instruction | Maciej W. Rozycki | 4 | -0/+26 |
2021-05-29 | MIPS/opcodes: Add legacy CP1 control register names | Maciej W. Rozycki | 9 | -29/+47 |
2021-05-29 | MIPS/GAS/testsuite: Add tests for coprocessor access instructions | Maciej W. Rozycki | 27 | -0/+2180 |
2021-05-29 | MIPS/opcodes: Do not use CP0 register names for control registers | Maciej W. Rozycki | 2 | -4/+11 |
2021-05-29 | MIPS/opcodes: Add TX39 CP0 register names | Maciej W. Rozycki | 3 | -0/+49 |
2021-05-29 | microMIPS/opcodes: Refer FPRs rather than FCRs with DMTC1 | Maciej W. Rozycki | 7 | -321/+331 |
2021-05-29 | MIPS/GAS: Use FCSR rather than RA with CFC1/CTC1 | Maciej W. Rozycki | 2 | -4/+11 |
2021-05-28 | x86: Restore PC16 relocation overflow check | H.J. Lu | 4 | -47/+27 |
2021-05-27 | PowerPC: Add new xxmr and xxlnot extended mnemonics | Peter Bergner | 3 | -0/+13 |
2021-05-27 | nds32: __builtin_strncpy bound equals destination size | Alan Modra | 2 | -8/+14 |
2021-05-26 | x86: Propery check PC16 reloc overflow in 16-bit mode instructions | H.J. Lu | 6 | -18/+80 |
2021-05-26 | i386: Replace movsb with movsxb | Sebastien Villemot | 2 | -1/+7 |
2021-05-26 | RISC-V: Allow to link the objects with unknown prefixed extensions. | Nelson Chu | 2 | -0/+6 |
2021-05-25 | Arm: Fix forward thumb references [PR gas/25235] | Tamar Christina | 4 | -1/+72 |
2021-05-24 | RISC-V: PR25212, Report errors for invalid march and mabi combinations. | Nelson Chu | 27 | -16/+72 |
2021-05-22 | Re: Fix offset for ia64 PCREL60B relocation on HP-UX | Alan Modra | 3 | -3/+17 |
2021-05-20 | Fix overflow detection in the Z80 assembler. | Sergey Belyashov | 5 | -200/+227 |
2021-05-20 | PR27888, fix link of gas with zlib by libtool 2.4.6 | Nicolas Boulenguez | 3 | -2/+11 |
2021-05-19 | Fix offset for ia64 PCREL60B relocation on HP-UX | John David Anglin | 1 | -1/+10 |
2021-05-17 | arm: Fix bugs with MVE vmov from two GPRs to vector lanes | Alex Coplan | 5 | -3/+340 |
2021-05-12 | SAFE_BYTE_GET64 | Alan Modra | 3 | -3/+8 |
2021-05-11 | Report illegal Z80 load instructions. | Sergey Belyashov | 5 | -0/+95 |
2021-05-10 | Add support for 8-bit and 24-bit shifts in the z80 assembler. | Sergey Belyashov | 4 | -2/+35 |
2021-05-08 | support generating multi-html pages in parallel | Mike Frysinger | 3 | -2/+17 |
2021-05-08 | generate single html manual page by default | Mike Frysinger | 3 | -2/+9 |
2021-05-07 | Add a generic .bss directive for ELF based targets. | Nick Clifton | 4 | -14/+65 |
2021-05-07 | Fix .dwsect generation for XCOFF. Handle .function generated with DWARF on X... | Cl?ment Chigot | 11 | -5/+217 |
2021-05-07 | x86-64/ELF: clear src_mask for all reloc types | Jan Beulich | 4 | -0/+33 |
2021-05-07 | x86: don't mix disp and imm processing | Jan Beulich | 2 | -1/+6 |
2021-05-07 | x86: move register check in immediate operand parsing | Jan Beulich | 2 | -7/+13 |
2021-05-07 | x86: minor improvements to optimize_imm() | Jan Beulich | 2 | -8/+11 |
2021-05-06 | or1k: Implement relocation R_OR1K_GOT_AHI16 for gotha() | Stafford Horne | 3 | -1/+14 |
2021-05-03 | RISC-V: PR27764, Add tests for A extension | Jim Wilson | 1 | -0/+8 |
2021-05-03 | RISC-V: PR27764, Add tests for A extension | Christoph Muellner | 4 | -0/+550 |