aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2024-01-26LoongArch: gas: Add support for s9 registermengqinggang4-2/+9
2024-01-25gas: Update NEWSAndrew Carlotti1-23/+37
2024-01-24LoongArch: gas: Start a new frag after instructions that can be relaxedmengqinggang3-5/+93
2024-01-24LoongArch: gas: Don't define LoongArch .alignmengqinggang4-13/+7
2024-01-23aarch64: Update Architecture Extensions documentationAndrew Carlotti1-116/+142
2024-01-23[PATCH v2] gas/NEWS, ld/NEWS: Announce LoongArch changes in 2.42Xi Ruoyao1-0/+27
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 macrosmengqinggang3-122/+132
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 Beulich6-10/+24
2024-01-19x86/APX: be consistent with insn suffixesJan Beulich1-43/+43
2024-01-19x86: support APX forms of U{RD,WR}MSRJan Beulich4-3/+23