aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-08-06Re: Add tests for Intel AVX512_FP16 instructionsAlan Modra1-0/+1
2021-08-05[PATCH 2/2] Add tests for Intel AVX512_FP16 instructionsCui,Lili30-0/+26033
2021-08-04IBM Z: Remove lpswey parameterAndreas Krebbel2-2/+2
2021-07-29gas: improve C_BSTAT and C_STSYM symbols handling on XCOFFClément Chigot4-0/+63
2021-07-26PATCH [9/10] arm: add 'pacg' instruction for Armv8.1-M pacbti extensionAndrea Corallo2-0/+2
2021-07-26PATCH [8/10] arm: add 'autg' instruction for Armv8.1-M pacbti extensionAndrea Corallo2-0/+2
2021-07-26PATCH [7/10] arm: add 'bxaut' instruction for Armv8.1-M pacbti extensionAndrea Corallo2-1/+3
2021-07-26PATCH [4/10] arm: add 'pac' instruction for Armv8.1-M pacbti extensionAndrea Corallo4-0/+8
2021-07-26PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbti extensionAndrea Corallo4-0/+8
2021-07-26PATCH [2/10] arm: add 'pacbti' instruction for Armv8.1-M pacbti extensionAndrea Corallo5-0/+19
2021-07-26PATCH [1/10] arm: add 'bti' instruction for Armv8.1-M pacbti extensionAndrea Corallo2-0/+15
2021-07-24Revert: PowerPC: Don't generate unused section symbolsAlan Modra3-0/+3
2021-07-23x86: express unduly set rounding control bits in disassemblyJan Beulich6-26/+28
2021-07-22x86: drop dq{b,d}_modeJan Beulich5-84/+84
2021-07-22x86: correct EVEX.V' handling outside of 64-bit modeJan Beulich1-2/+2
2021-07-22x86-64: properly bounds-check %bnd<N> in OP_G()Jan Beulich2-0/+16
2021-07-22x86-64: generalize OP_G()'s EVEX.R' handlingJan Beulich3-0/+6
2021-07-22x86: correct VCVT{,U}SI2SD rounding mode handlingJan Beulich4-1/+28
2021-07-21as_bad_subtractAlan Modra3-63/+63
2021-07-20RISC-V: Minor updates for architecture parser.Nelson Chu2-2/+2
2021-07-14x86: Add int1 as one byte opcode 0xf1H.J. Lu6-0/+12
2021-07-07IBM Z: Add another arch14 instructionAndreas Krebbel2-0/+2
2021-07-07Fix problems translating messages when a percentage sign appears at the end o...Nick Clifton1-4/+4
2021-06-22picojava assembler and disassembler fixesAlan Modra2-169/+149
2021-06-19ppc raw test failure when 32-bit bfdAlan Modra2-2/+2
2021-06-18gas: fold symbol table entries generated for .startof.() / .sizeof.()Jan Beulich3-0/+17
2021-06-17Fix an assertion failure in the AArch64 assembler triggered by incorrect inst...Nick Clifton3-0/+5
2021-06-17gas: ensure sections contents is zero for BFD_RELOC_PPC*_TLSM on XCOFF.Clément Chigot4-0/+85
2021-06-16gas: fix hex float parsing from .dcb.? directivesJan Beulich1-0/+16
2021-06-16gas: fix overflow diagnosticsJan Beulich3-0/+56
2021-06-15x86: bring "gas --help" output for --32 etc in sync with realityJan Beulich1-1/+1
2021-06-15x86: harmonize disp with imm handlingJan Beulich3-0/+41
2021-06-15x86: off-by-1 in offset_in_range()Jan Beulich5-0/+79
2021-06-15x86: permit parenthesized expressions again as addressing scale factorJan Beulich3-0/+12
2021-06-10x86: suppress LEA optimization in a specific 16-bit caseJan Beulich3-3/+54
2021-06-08x86: cover a.out in recently added testsJan Beulich3-41/+41
2021-06-08x86-64: avoid bogus warnings with 32-bit addressingJan Beulich7-0/+76
2021-06-07x86: honor quoted figure braces in i386_att_operand()Jan Beulich2-0/+4
2021-06-07x86: better respect quotes in parse_operands()Jan Beulich2-0/+7
2021-06-07x86: allow unary operators to start a memory operandJan Beulich3-0/+29
2021-06-07x86: make symbol quotation check consistent in i386_att_operand()Jan Beulich3-0/+27
2021-06-07ix86: wrap constantsJan Beulich4-0/+128
2021-06-03PR1202, mcore disassembler: wrong address looptAlan Modra1-1/+1
2021-05-29PowerPC table driven -Mraw disassemblyAlan Modra3-0/+115
2021-05-29MIPS/GAS/testsuite: Add C0, C1, C2, C3 opcode testsMaciej W. Rozycki53-0/+7524
2021-05-29MIPS/GAS/testsuite: Run RFE test across all ISAsMaciej W. Rozycki7-7/+29
2021-05-29MIPS/GAS/testsuite: Run coprocessor tests across all ISAsMaciej W. Rozycki95-467/+1547
2021-05-29MIPS/opcodes: Accurately record coprocessor opcode CPU/ISA membershipMaciej W. Rozycki2-2/+47
2021-05-29MIPS/GAS/testsuite: Add tests for coprocessor branch instructionsMaciej W. Rozycki15-0/+197
2021-05-29MIPS/opcodes: Disassemble the RFE instructionMaciej W. Rozycki3-0/+20