aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-03-01s390: Lower severity of assembler syntax errors from fatal to errorJens Remus2-7/+7
2024-03-01x86: adjust which Dwarf2 register numbers to useJan Beulich2-23/+9
2024-03-01gas/NEWS: drop mention of Arm64's SVE2.1 and SME2.1Jan Beulich1-5/+1
2024-03-01x86/APX: honor -mevexwig= for byte-size insnsJan Beulich3-0/+171
2024-03-01x86/APX: optimize certain XOR and SUB formsJan Beulich3-0/+76
2024-03-01x86/APX: correct .insn opcode space determination when REX2 is neededJan Beulich4-28/+97
2024-03-01x86/APX: respect {vex}/{vex3}Jan Beulich4-137/+234
2024-02-29aarch64: Fix the 2nd operand in gcsstr and gcssttr instructions.Srinath Parvathaneni3-49/+49
2024-02-29RISC-V: Add assembly support for TLSDESC.Tatsuyuki Ishi3-5/+73
2024-02-29PR23877, bad value (n32r5900) for default CPUAlan Modra1-1/+3
2024-02-27aarch64: rename internals related to PAuth feature to use pauth in their nami...Matthieu Longo1-2/+2
2024-02-24PR25333, GAS is slow processing -fdebug-types-sectionsAlan Modra9-126/+173
2024-02-24xtensa: move xtensa_make_property_section from bfd to gasAlan Modra1-0/+30
2024-02-23x86: rename vec_encoding and vex_encoding_*Jan Beulich2-76/+76
2024-02-23x86: document -moperand-check=Jan Beulich1-0/+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 symbolmengqinggang3-39/+72
2024-02-22Leak in i386_elf_section_change_hookAlan Modra1-1/+1
2024-02-21aarch64: testsuite: move sysreg tests into sysreg sub-directoryMatthieu Longo79-0/+23
2024-02-21RISC-V: Don't generate branch/jump relocation if symbol is local when no-relax.Nelson Chu1-0/+8
2024-02-20kvx: gas: missing aliases for $r14r15 in assembler.Paul Iannetta1-60/+60
2024-02-20kvx: enable magic immediates for integer multiply-accumulate and CMOVE*Paul Iannetta1-2582/+2582
2024-02-20kvx: gas: rename: or -> ior, xor -> eorPaul Iannetta13-6084/+6756
2024-02-20kvx: gas: move the splat modifier to the immediatePaul Iannetta13-9994/+10655
2024-02-20kvx: gas: fix leakPaul Iannetta1-0/+1
2024-02-20kvx: Improve lexing & parsingPaul Iannetta1-18/+35
2024-02-20kvx: gas: fix the detection of negative powers of 2Paul Iannetta3-1/+20
2024-02-20bpf: gas: add missing indcall-badoperand.* test filesJose E. Marchesi3-0/+14
2024-02-19bpf: fix bpf expression parsing regression in GASWill Hawkins3-1/+13
2024-02-19bpf: gas: avoid UB in pointer subtractionJose E. Marchesi2-12/+31
2024-02-19arm: Add support for Armv9.5-AClaudio Bantaloukas5-0/+28
2024-02-19aarch64: Add support for the id_aa64isar3_el1 system registerYury Khrustalev5-0/+8
2024-02-19aarch64: Add new relocations and limit COFF AArch64 relocation offsetsZac Walker1-1/+12
2024-02-16x86: don't use VexWIG in SSE2AVX templatesJan Beulich1-2/+2
2024-02-16SCFI: correct test namesJan Beulich2-2/+2
2024-02-15x86: Display -msse-check= default as noneH.J. Lu1-1/+1
2024-02-15objdump, as: add callx support for BPF CPU v1Will Hawkins3-4/+10
2024-02-15Make various gas symbol predicates and accessors take const argsAlan Modra2-57/+56
2024-02-15PR30308, infinite recursion in i386_intel_simplifyAlan Modra3-10/+39
2024-02-14arc: Put DBNZ instruction to a separate classYuriy Kolerov2-0/+5
2024-02-09PowerPC: Add support for Power11 optionsPeter Bergner2-0/+5
2024-02-09x86/APX: V{BROADCAST,EXTRACT,INSERT}{F,I}128 can also be expressedJan Beulich3-0/+18
2024-02-09x86: change type of Dwarf2 register numbers in register tableJan Beulich1-8/+6
2024-02-08gas: scfi: fix failing test on Solaris2Indu Bhagat1-2/+22
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu3-22/+94
2024-02-06gas: x86: ginsn: handle sub-QWORD ALU with imm and MOV ops correctlyIndu Bhagat5-96/+149
2024-02-06x86: Warn .insn instruction with length > 15 bytesH.J. Lu3-2/+19
2024-02-04LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtabXi Ruoyao3-0/+12
2024-02-02x86: Disallow instructions with length > 15 bytesH.J. Lu6-32/+40