Age | Commit message (Expand) | Author | Files | Lines |
2020-02-06 | x86: Run unique tests only for ELF targets | H.J. Lu | 3 | -4/+2 |
2020-02-06 | xfail x86 gas unique test | Alan Modra | 2 | -0/+2 |
2020-02-06 | mbind gas tests and supports_gnu_osabi testsuite infrastructure | Alan Modra | 4 | -12/+8 |
2020-02-02 | ELF: Add support for unique section ID to assembler | H.J. Lu | 13 | -0/+317 |
2020-02-02 | elf/section13.s: Replace @nobits with %nobits | H.J. Lu | 1 | -1/+1 |
2020-01-31 | arm: PR gas/25472 Enable DSP instructions with +mve | Andre Vieira | 1 | -0/+140 |
2020-01-31 | [ARM]: Add support for vldmia/vldmdb/vstmia/vstmdb instructions in MVE. | Srinath Parvathaneni | 2 | -0/+56 |
2020-01-31 | aarch64: Fix MOVPRFX markup for bf16 conversions | Richard Sandiford | 5 | -2/+86 |
2020-01-30 | x86: prevent undue use of GOT32X and alike relocations | Jan Beulich | 3 | -28/+59 |
2020-01-30 | cpu,opcodes,gas: fix neg and neg32 instructions in BPF | Jose E. Marchesi | 4 | -4/+4 |
2020-01-30 | x86-64: honor vendor specifics for near RET | Jan Beulich | 7 | -22/+52 |
2020-01-30 | x86-64: also diagnose far returns / IRET with ambiguous operand size | Jan Beulich | 15 | -41/+101 |
2020-01-27 | x86-64: Properly encode and decode movsxd | H.J. Lu | 11 | -0/+230 |
2020-01-27 | Replace deprecated tcl case statements with switch statements | Alan Modra | 4 | -104/+106 |
2020-01-27 | AArch64: Fix cfinv disassembly issues | Tamar Christina | 2 | -0/+4 |
2020-01-22 | RISC-V: Change -march parsing. | Jim Wilson | 7 | -1/+12 |
2020-01-22 | x86: Always disallow double word suffix with word general register | H.J. Lu | 4 | -12/+17 |
2020-01-21 | x86: testsuite adjustments after commit 1a0351246a5c | Jan Beulich | 4 | -0/+8 |
2020-01-21 | x86: replace adhoc ambiguous operand checking for CRC32 | Jan Beulich | 11 | -6/+24 |
2020-01-21 | x86: improve handling of insns with ambiguous operand sizes | Jan Beulich | 43 | -95/+961 |
2020-01-21 | x86: VCVTNEPS2BF16{X,Y} should permit broadcasting | Jan Beulich | 4 | -0/+16 |
2020-01-20 | x86-64: Fix TLSDESC relaxation for x32 | H.J. Lu | 2 | -0/+4 |
2020-01-17 | x86: Add {vex} pseudo prefix | H.J. Lu | 2 | -6/+6 |
2020-01-17 | Forgot to add testcases to commit for [binutils][arm] PR25376 Change MVE ... | Andre Vieira | 4 | -0/+30 |
2020-01-16 | x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit mode | Jan Beulich | 3 | -0/+36 |
2020-01-15 | MSP430: Fix relocation overflow when using #lo(EXP) macro | Jozef Lawrynowicz | 3 | -0/+28 |
2020-01-14 | x86: Updated align branch tests for Darwin and i686-pc-elf | Lili Cui | 21 | -179/+221 |
2020-01-14 | Fix various assembler testsuite failures for the Z80 target. | Sergey Belyashov | 6 | -9/+53 |
2020-01-13 | [ARC][committed] Code cleanup and improvements. | Claudiu Zissulescu | 1 | -1/+1 |
2020-01-13 | ubsan: wasm32: signed integer overflow | Alan Modra | 1 | -2/+2 |
2020-01-10 | HPUX gas testsuite fixes | Alan Modra | 2 | -2/+3 |
2020-01-09 | x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMD | Jan Beulich | 6 | -0/+51 |
2020-01-08 | Make the assembler generate an error if there is an attempt to define a secti... | Nick Clifton | 4 | -0/+12 |
2020-01-03 | Allow individual targets to decide if string escapes should be allowed. Disa... | Sergey Belyashov | 1 | -3/+3 |
2020-01-03 | Arm64: correct address index operands for LD1RO{H,W,D} | Jan Beulich | 2 | -24/+24 |
2020-01-03 | Arm64: correct {su,us}dot SIMD encodings | Jan Beulich | 2 | -12/+28 |
2020-01-03 | Arm64: correct uzp{1,2} mnemonics | Jan Beulich | 2 | -8/+8 |
2020-01-03 | Arm64: correct 64-bit element fmmla encoding | Jan Beulich | 2 | -3/+3 |
2020-01-02 | Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A... | Sergey Belyashov | 62 | -57/+9634 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 190 | -190/+190 |
2019-12-27 | x86: adjust ignored prefix warning for branches | Jan Beulich | 3 | -8/+12 |
2019-12-27 | x86-64: correct / adjust prefix emission | Jan Beulich | 8 | -51/+45 |
2019-12-27 | x86-64: fix Intel64 handling of branch with data16 prefix | Jan Beulich | 4 | -19/+19 |
2019-12-27 | x86: consolidate Disp<NN> handling a little | Jan Beulich | 1 | -0/+1 |
2019-12-12 | i386: Also check R12-R15 registers when optimizing testq to testb | H.J. Lu | 3 | -0/+12 |
2019-12-12 | i386: Add tests for -malign-branch-boundary and -malign-branch | H.J. Lu | 54 | -0/+2562 |
2019-12-11 | [gas][arm] Add -mwarn-restrict-it | Andre Vieira | 8 | -8/+8 |
2019-12-11 | x86: further refine SSE check (SSE4a, SHA, GFNI) | Jan Beulich | 5 | -25/+75 |
2019-12-10 | [gas][arm] Set context table for '.arch_extension' | Andre Vieira | 2 | -0/+13 |
2019-12-09 | x86/Intel: support "mmword ptr" | Jan Beulich | 5 | -3/+8 |