aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2023-03-10x86-64: adjust REX-prefix part of SSE2AVX testJan Beulich2-46/+46
2023-03-03x86: avoid .byte in testcases where possibleJan Beulich4-220/+152
2023-02-28[Aarch64] Add Binutils support for MECRichard Ball5-0/+53
2023-02-27gas/testsuite: adjust another test for case insensitive file systemsClément Chigot1-1/+1
2023-02-24x86: allow to request ModR/M encodingJan Beulich4-2/+236
2023-02-24x86: MONITOR/MWAIT are not SSE3 insnsJan Beulich15-27/+137
2023-02-24x86-64: don't permit LAHF/SAHF with "generic64"Jan Beulich10-4/+108
2023-02-24x86: have insns acting on segment selector values allow for consistent operandsJan Beulich6-0/+244
2023-02-24x86: restrict insn templates accepting negative 8-bit immediatesJan Beulich4-51/+51
2023-02-22x86-64: LAR and LSL don't need REX.WJan Beulich2-24/+24
2023-02-22x86: optimize BT{,C,R,S} $imm,%regJan Beulich7-0/+79
2023-02-21gas/testsuite: adjust a test for case insensitive file systemsClément Chigot2-7/+7
2023-02-14gas: correct symbol name comparison in .startof./.sizeof. handlingJan Beulich2-0/+5
2023-02-13PR30120: fix x87 fucomp misassembledMichael Matz2-3/+20
2023-02-11objdump -D of bss sections and -s with -jAlan Modra2-2/+2
2023-02-03x86: drop LOCK from XCHG when optimizingJan Beulich5-0/+12
2023-02-03x86-64: respect {nooptimize} when building VEX prefixJan Beulich2-0/+5
2023-02-03x86: respect {nooptimize} for LEAJan Beulich7-1/+15
2023-02-03RISC-V: don't disassemble unrecognized insns as .byteJan Beulich2-16/+16
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat4-7/+7
2023-02-01[gas] Emit v2 .debug_line for -gdwarf-2Tom de Vries3-15/+6
2023-01-31gas/ppc: Additional tests for DFP instructionsAndrew Burgess3-0/+186
2023-01-31RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich3-0/+50
2023-01-27gas/testsuite: Add -gcodeview test for aarch64-w64-mingw32Mark Harmstone4-0/+350
2023-01-17gas: arm: Change warning message to not reference specific A-class architectu...Stam Markianos-Wright4-222/+222
2023-01-17gas: arm: Fix a further IT-predicated vcvt issue in the presense of MVE vcvtnStam Markianos-Wright4-2/+65
2023-01-16PR29991, MicroMIPS flag erased after align directivesAlan Modra4-0/+30
2023-01-10Add aarch64-w64-mingw32 targetMark Harmstone1-1/+1
2023-01-10Add pe-aarch64 relocationsMark Harmstone2-14/+378
2023-01-02obsolete target tidyAlan Modra6-11/+7
2023-01-01Update year range in copyright notice of binutils filesAlan Modra192-192/+192
2022-12-30PR29948, heap-buffer-overflow in display_debug_lines_decodedAlan Modra1-2/+2
2022-12-27RISC-V: Fix T-Head Fmv vendor extension encodingChristoph Müllner1-2/+2
2022-12-23RISC-V: Relax the order checking for the architecture stringNelson Chu7-14/+8
2022-12-22gas: sframe: testsuite: add testcase for .cfi_b_key_frameIndu Bhagat3-0/+64
2022-12-22gas: re-arrange listing output for .irp and alikeJan Beulich1-2/+2
2022-12-22x86: correct dependencies of a few AVX512 sub-featuresJan Beulich1-6/+6
2022-12-22x86: rework noavx512-1 testcaseJan Beulich3-587/+415
2022-12-16gas: sframe: testsuite: add testcase for .cfi_negate_ra_stateIndu Bhagat3-0/+39
2022-12-16gas: sframe: add support for .cfi_negate_ra_stateIndu Bhagat3-32/+0
2022-12-16gas: restore Dwarf info generation after macro diagnostic adjustmentsJan Beulich4-0/+26
2022-12-14RISC-V: Add string length check for operands in ASLi Xu3-0/+7
2022-12-13gas: re-work line number tracking for macros and their expansionsJan Beulich57-2537/+9605
2022-12-13Arm: avoid unhelpful uses of .macro in testsuiteJan Beulich141-2306/+2237
2022-12-12x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich8-11/+184
2022-12-12x86-64: allow HLE store of accumulator to absolute 32-bit addressJan Beulich3-0/+24
2022-12-12ix86: don't recognize/derive Q suffix in the common caseJan Beulich12-26/+59
2022-12-12x86: re-work insn/suffix recognitionJan Beulich5-4/+26
2022-12-12x86: revert disassembler parts of "x86: Allow 16-bit register source for LAR ...Jan Beulich6-52/+52
2022-12-07PowerPC: Add support for RFC02655 - Saturating Subtract InstructionPeter Bergner5-0/+52