aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-02-24PR25333, GAS is slow processing -fdebug-types-sectionsAlan Modra6-21/+15
2024-02-23x86: also permit YMM/ZMM use in CFI directivesJan Beulich5-34/+422
2024-02-23x86/APX: INV{EPT,PCID,VPID} are WIGJan Beulich4-12/+342
2024-02-23LoongArch: gas: Try to avoid R_LARCH_ALIGN associate with a symbolmengqinggang2-31/+53
2024-02-21aarch64: testsuite: move sysreg tests into sysreg sub-directoryMatthieu Longo79-0/+23
2024-02-20kvx: gas: rename: or -> ior, xor -> eorPaul Iannetta12-680/+680
2024-02-20kvx: gas: move the splat modifier to the immediatePaul Iannetta12-4326/+4358
2024-02-20kvx: gas: fix the detection of negative powers of 2Paul Iannetta2-0/+19
2024-02-20bpf: gas: add missing indcall-badoperand.* test filesJose E. Marchesi3-0/+14
2024-02-19bpf: fix bpf expression parsing regression in GASWill Hawkins1-0/+3
2024-02-19arm: Add support for Armv9.5-AClaudio Bantaloukas2-0/+22
2024-02-19aarch64: Add support for the id_aa64isar3_el1 system registerYury Khrustalev5-0/+8
2024-02-16x86: don't use VexWIG in SSE2AVX templatesJan Beulich1-2/+2
2024-02-16SCFI: correct test namesJan Beulich2-2/+2
2024-02-15objdump, as: add callx support for BPF CPU v1Will Hawkins2-4/+4
2024-02-09x86/APX: V{BROADCAST,EXTRACT,INSERT}{F,I}128 can also be expressedJan Beulich3-0/+18
2024-02-08gas: scfi: fix failing test on Solaris2Indu Bhagat1-2/+22
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu2-0/+14
2024-02-06gas: x86: ginsn: handle sub-QWORD ALU with imm and MOV ops correctlyIndu Bhagat4-96/+126
2024-02-06x86: Warn .insn instruction with length > 15 bytesH.J. Lu2-0/+11
2024-02-04LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtabXi Ruoyao2-0/+9
2024-02-02x86: Disallow instructions with length > 15 bytesH.J. Lu5-30/+38
2024-02-02x86: actually implement .nooptJan Beulich5-18/+33
2024-02-01gas: x86: ginsn: adjust ginsns for certain lea opsIndu Bhagat3-0/+77
2024-01-29bpf: there is no ldinddw nor ldabsdw instructionsJose E. Marchesi6-97/+82
2024-01-26gas: scfi: untraceable control flow should be a hard errorIndu Bhagat2-9/+11
2024-01-26x86: testsuite: scfi: adjust COFI testcaseIndu Bhagat5-14/+37
2024-01-26x86: make "-msyntax=intel -mnaked-reg" match ".intel_syntax noprefix"Jan Beulich5-3/+12
2024-01-26x86/APX: optimize MOVBEJan Beulich2-0/+6
2024-01-26LoongArch: gas: Add support for s9 registermengqinggang3-0/+4
2024-01-24LoongArch: gas: Start a new frag after instructions that can be relaxedmengqinggang2-0/+79
2024-01-24LoongArch: gas: Don't define LoongArch .alignmengqinggang3-0/+7
2024-01-22LoongArch: Use tab to indent assembly in TLSDESC test suiteTatsuyuki Ishi2-2/+2
2024-01-22x86/APX: also amend the PUSH2/POP2 testcaseJan Beulich2-0/+2
2024-01-21LoongArch: Do not emit R_LARCH_RELAX for two register macrosmengqinggang2-111/+98
2024-01-19Update x86/APX: VROUND{P,S}{S,D} can generally be encodedH.J. Lu2-0/+2
2024-01-19x86/APX: VROUND{P,S}{S,D} can generally be encodedJan Beulich5-8/+20
2024-01-19x86/APX: be consistent with insn suffixesJan Beulich1-43/+43
2024-01-19x86: support APX forms of U{RD,WR}MSRJan Beulich3-0/+20
2024-01-15x86-64: Skip SCFI tests for x32 targetsH.J. Lu1-1/+1
2024-01-15aarch64: rcpc3: Add FP load/store insnsVictor Do Nascimento5-0/+90
2024-01-15aarch64: rcpc3: Add integer load/store insnsVictor Do Nascimento6-2/+65
2024-01-15aarch64: Fix tlbi and tlbip instructionsAndrew Carlotti8-142/+231
2024-01-15aarch64: Add SVE2.1 Contiguous load/store instructions.Srinath Parvathaneni3-0/+43
2024-01-15PATCH 5/6][Binutils] aarch64: Add SVE2.1 fmin and fmax instructions.Srinath Parvathaneni3-0/+79
2024-01-15aarch64: Add SVE2.1 dupq, eorqv and extq instructions.Srinath Parvathaneni3-0/+62
2024-01-15aarch64: Add support for FEAT_SVE2p1.Srinath Parvathaneni4-0/+128
2024-01-15aarch64: Add support for FEAT_SME2p1 instructions.Srinath Parvathaneni2-0/+81
2024-01-15aarch64: Add support for FEAT_B16B16 instructions.Srinath Parvathaneni4-0/+319
2024-01-15gas: testsuite: add an x86 testsuite for SCFIIndu Bhagat129-0/+3074