aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-02x86: move Q-suffix-to-REX.W translation logicJan Beulich1-17/+20
2024-02-02x86: actually implement .nooptJan Beulich7-19/+51
2024-02-01gas: x86: ginsn: adjust ginsns for certain lea opsIndu Bhagat4-65/+134
2024-01-31Mention support for AMD/znver5 in GASNick Clifton1-0/+2
2024-01-29bpf: there is no ldinddw nor ldabsdw instructionsJose E. Marchesi8-105/+95
2024-01-26gas: scfi: untraceable control flow should be a hard errorIndu Bhagat3-11/+13
2024-01-26x86: testsuite: scfi: adjust COFI testcaseIndu Bhagat5-14/+37
2024-01-26x86: make "-msyntax=intel -mnaked-reg" match ".intel_syntax noprefix"Jan Beulich6-11/+27
2024-01-26x86/APX: optimize MOVBEJan Beulich3-4/+17