aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-04-20x86: reject all invalid SAE variantsJan Beulich2-0/+10
2022-04-20Revert "as: Reject unknown -gXXX option" testsuiteAlan Modra4-6/+0
2022-04-19as: Reject unknown -gXXX optionH.J. Lu4-0/+6
2022-04-19x86: don't mistake ordinary immediates for SAE / rounding controlJan Beulich2-3/+10
2022-04-19x86: VCMPSH is Evex.LLIGJan Beulich5-0/+61
2022-04-19x86/Intel: test non-legacy VCVT{,U}SI2SH insn formsJan Beulich2-6/+6
2022-04-19x86: correct and simplify NOP disassemblyJan Beulich3-43/+12
2022-04-12gas: further adjust file/line handling for .macroJan Beulich1-6/+6
2022-04-12gas: further adjust file/line handling for .irp and alikeJan Beulich14-1203/+1316
2022-04-12x86: make {disp16} work similarly to {disp32}Jan Beulich4-1/+19
2022-04-09Don't run pr27228 test for hppaAlan Modra1-1/+1
2022-04-08gas: Port "copy st_size only if unset" to aarch64 and riscvFangrui Song1-0/+2
2022-04-07Add support for COFF secidx relocationsMark Harmstone3-1/+121
2022-04-07gas/Dwarf: record functionsJan Beulich6-0/+219
2022-04-07Arm64: arrange for line number emission for .instJan Beulich3-0/+19
2022-04-07Arm32: arrange for line number emission for .instJan Beulich1-0/+21
2022-04-07RISC-V: add testcase to check line number emission for .insnJan Beulich1-0/+71
2022-04-06Add code to display the contents of .debug_loclists sections which contain of...Nick Clifton1-1/+1
2022-04-04gas: copy st_size only if unsetFangrui Song3-0/+38
2022-03-31aarch64: Relax check for RNG system registersRichard Sandiford2-0/+13
2022-03-29gas/Dwarf: special-case .linefile only for macrosJan Beulich2-0/+27
2022-03-29RISC-V: correct FCVT.Q.L[U]Jan Beulich1-2/+2
2022-03-25Re: gas/Dwarf: improve debug info generation from .irp and alike blocksAlan Modra1-2/+2
2022-03-23x86: reject relocations involving registersJan Beulich1-0/+6
2022-03-23x86: improve resolution of register equatesJan Beulich2-2/+18
2022-03-23x86: don't attempt to resolve equates and alike from i386_parse_name()Jan Beulich3-0/+29
2022-03-23gas/Dwarf: improve debug info generation from .irp and alike blocksJan Beulich3-0/+112
2022-03-23ELF32: don't silently truncate relocation addendsJan Beulich6-9/+23
2022-03-23gas: retain whitespace between stringsJan Beulich3-0/+43
2022-03-21x86: don't suppress overflow diagnostics in x32 modeJan Beulich2-0/+28
2022-03-21z80 assembler: Fix new unexpected overflow warning in v2.37Nick Clifton2-0/+23
2022-03-18RISC-V: Cache management instructionsTsukasa OI10-0/+70
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI5-0/+27
2022-03-17x86: don't accept base architectures as extensionsJan Beulich3-0/+4
2022-03-17x86: add another IAMCU testcaseJan Beulich2-2/+7
2022-03-17x86: drop L1OM/K1OM support from gasJan Beulich7-532/+0
2022-03-17x86: assorted IAMCU CPU checking fixesJan Beulich3-0/+6
2022-03-16PowerPC VLE extended instructions in powerpc_macrosAlan Modra1-5/+5
2022-03-16PowerPC32 extended instructions in powerpc_macrosAlan Modra2-17/+17
2022-03-16PowerPC64 extended instructions in powerpc_macrosAlan Modra2-14/+14
2022-03-09Constant fold view increment expressionsAlan Modra1-2/+1
2022-03-04RISC-V: make .insn actually work for 64-bit insnsJan Beulich2-0/+8
2022-03-04x86: drop redundant x86-64-code16-2 testJan Beulich2-5/+0
2022-02-23RISC-V: PR28733, add missing extension info to 'unrecognized opcode' errorPatrick O'Neill2-22/+22
2022-02-23RISC-V: PR28733, add missing extension info to 'invalid CSR' errorPatrick O'Neill4-696/+696
2022-02-23RISC-V: Updated CSRs to privileged spec v1.12 and debug spec v1.0.Nelson Chu11-245/+288
2022-02-23RISC-V: Add Privileged Architecture 1.12 CSRsTsukasa OI11-0/+1249
2022-02-23RISC-V: Reorganize testcases for CFI directivesTsukasa OI2-13/+86
2022-01-12gas: add visibility support using GNU syntax on XCOFFClément Chigot4-0/+47
2022-01-12gas: add visibility support for XCOFFClément Chigot6-32/+253