aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-02-17x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X}Jan Beulich7-0/+105
2020-02-17x86/Intel: improve diagnostics for ambiguous VCVT* operandsJan Beulich8-5/+62
2020-02-14x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZXJan Beulich27-68/+1596
2020-02-14x86: adjust segment override prefix emissionJan Beulich2-1/+14
2020-02-14x86: optimize away pointless segment overridesJan Beulich2-0/+14
2020-02-14x86: extend LEA's segment override warningJan Beulich4-0/+20
2020-02-13x86: Resolve PLT32 reloc aganst local symbol to sectionH.J. Lu5-0/+50
2020-02-12x86: correct VFPCLASSP{S,D} operand size handlingJan Beulich4-2/+22
2020-02-12x86-64: Intel64 adjustments for insns dealing with far pointersJan Beulich7-0/+54
2020-02-12x86: also disallow non-byte/-word registers with byte/word suffixJan Beulich5-26/+39
2020-02-10[binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson11-0/+1103
2020-02-10[binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson7-0/+960
2020-02-10x86: Accept Intel64 only instruction by defaultH.J. Lu2-1/+7
2020-02-10gas: error for section type, attr, or entsize changeAlan Modra2-5/+6
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov6-0/+3499
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu10-0/+98
2020-02-06x86: Run unique tests only for ELF targetsH.J. Lu3-4/+2
2020-02-06xfail x86 gas unique testAlan Modra2-0/+2
2020-02-06mbind gas tests and supports_gnu_osabi testsuite infrastructureAlan Modra4-12/+8
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu13-0/+317
2020-02-02elf/section13.s: Replace @nobits with %nobitsH.J. Lu1-1/+1
2020-01-31arm: PR gas/25472 Enable DSP instructions with +mveAndre Vieira1-0/+140
2020-01-31[ARM]: Add support for vldmia/vldmdb/vstmia/vstmdb instructions in MVE.Srinath Parvathaneni2-0/+56
2020-01-31aarch64: Fix MOVPRFX markup for bf16 conversionsRichard Sandiford5-2/+86
2020-01-30x86: prevent undue use of GOT32X and alike relocationsJan Beulich3-28/+59
2020-01-30cpu,opcodes,gas: fix neg and neg32 instructions in BPFJose E. Marchesi4-4/+4
2020-01-30x86-64: honor vendor specifics for near RETJan Beulich7-22/+52
2020-01-30x86-64: also diagnose far returns / IRET with ambiguous operand sizeJan Beulich15-41/+101
2020-01-27x86-64: Properly encode and decode movsxdH.J. Lu11-0/+230
2020-01-27Replace deprecated tcl case statements with switch statementsAlan Modra4-104/+106
2020-01-27AArch64: Fix cfinv disassembly issuesTamar Christina2-0/+4
2020-01-22RISC-V: Change -march parsing.Jim Wilson7-1/+12
2020-01-22x86: Always disallow double word suffix with word general registerH.J. Lu4-12/+17
2020-01-21x86: testsuite adjustments after commit 1a0351246a5cJan Beulich4-0/+8
2020-01-21x86: replace adhoc ambiguous operand checking for CRC32Jan Beulich11-6/+24
2020-01-21x86: improve handling of insns with ambiguous operand sizesJan Beulich43-95/+961
2020-01-21x86: VCVTNEPS2BF16{X,Y} should permit broadcastingJan Beulich4-0/+16
2020-01-20x86-64: Fix TLSDESC relaxation for x32H.J. Lu2-0/+4
2020-01-17x86: Add {vex} pseudo prefixH.J. Lu2-6/+6
2020-01-17Forgot to add testcases to commit for [binutils][arm] PR25376 Change MVE ...Andre Vieira4-0/+30
2020-01-16x86: VPEXTRQ/VPINSRQ are unavailable outside of 64-bit modeJan Beulich3-0/+36
2020-01-15MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz3-0/+28
2020-01-14x86: Updated align branch tests for Darwin and i686-pc-elfLili Cui21-179/+221
2020-01-14Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov6-9/+53
2020-01-13[ARC][committed] Code cleanup and improvements.Claudiu Zissulescu1-1/+1
2020-01-13ubsan: wasm32: signed integer overflowAlan Modra1-2/+2
2020-01-10HPUX gas testsuite fixesAlan Modra2-2/+3
2020-01-09x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMDJan Beulich6-0/+51
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton4-0/+12
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov1-3/+3