aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2024-02-24PR25333, GAS is slow processing -fdebug-types-sectionsAlan Modra3-105/+158
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-23LoongArch: gas: Try to avoid R_LARCH_ALIGN associate with a symbolmengqinggang1-8/+19
2024-02-22Leak in i386_elf_section_change_hookAlan Modra1-1/+1
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 Iannetta1-5404/+6076
2024-02-20kvx: gas: move the splat modifier to the immediatePaul Iannetta1-5668/+6297
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 Iannetta1-1/+1
2024-02-19bpf: fix bpf expression parsing regression in GASWill Hawkins1-1/+1
2024-02-19bpf: gas: avoid UB in pointer subtractionJose E. Marchesi1-12/+25
2024-02-19arm: Add support for Armv9.5-AClaudio Bantaloukas1-0/+3
2024-02-15x86: Display -msse-check= default as noneH.J. Lu1-1/+1
2024-02-15PR30308, infinite recursion in i386_intel_simplifyAlan Modra1-9/+13
2024-02-14arc: Put DBNZ instruction to a separate classYuriy Kolerov1-0/+1
2024-02-09PowerPC: Add support for Power11 optionsPeter Bergner1-0/+2
2024-02-09x86: change type of Dwarf2 register numbers in register tableJan Beulich1-8/+6
2024-02-08x86-64: Add R_X86_64_CODE_6_GOTTPOFFH.J. Lu1-22/+80
2024-02-06gas: x86: ginsn: handle sub-QWORD ALU with imm and MOV ops correctlyIndu Bhagat1-0/+23
2024-02-06x86: Warn .insn instruction with length > 15 bytesH.J. Lu1-2/+8
2024-02-04LoongArch: gas: Fix the types of symbols referred with %le_*_r in the symtabXi Ruoyao1-0/+3
2024-02-02x86: Disallow instructions with length > 15 bytesH.J. Lu1-2/+2
2024-02-02x86: move Q-suffix-to-REX.W translation logicJan Beulich1-17/+20
2024-02-02x86: actually implement .nooptJan Beulich1-1/+14
2024-02-01gas: x86: ginsn: adjust ginsns for certain lea opsIndu Bhagat1-65/+57
2024-01-26x86: make "-msyntax=intel -mnaked-reg" match ".intel_syntax noprefix"Jan Beulich1-8/+15
2024-01-26x86/APX: optimize MOVBEJan Beulich1-4/+11
2024-01-26LoongArch: gas: Add support for s9 registermengqinggang1-2/+5
2024-01-24LoongArch: gas: Start a new frag after instructions that can be relaxedmengqinggang1-5/+14
2024-01-24LoongArch: gas: Don't define LoongArch .alignmengqinggang1-13/+0
2024-01-21LoongArch: Do not emit R_LARCH_RELAX for two register macrosmengqinggang1-11/+34
2024-01-19x86/APX: VROUND{P,S}{S,D} can generally be encodedJan Beulich1-2/+4
2024-01-19x86: support APX forms of U{RD,WR}MSRJan Beulich1-3/+3
2024-01-15aarch64: rcpc3: New RCPC3_ADDR operand typesVictor Do Nascimento1-0/+65
2024-01-15aarch64: rcpc3: Add +rcpc3 architectural feature support flagVictor Do Nascimento1-0/+1
2024-01-15aarch64: Fix tlbi and tlbip instructionsAndrew Carlotti1-7/+11
2024-01-15aarch64: Refactor aarch64_sys_ins_reg_supported_pAndrew Carlotti1-3/+2
2024-01-15aarch64: Add SVE2.1 Contiguous load/store instructions.Srinath Parvathaneni1-0/+3
2024-01-15aarch64: Add SVE2.1 dupq, eorqv and extq instructions.Srinath Parvathaneni1-0/+2
2024-01-15aarch64: Add support for FEAT_SVE2p1.Srinath Parvathaneni1-0/+1
2024-01-15aarch64: Add support for FEAT_SME2p1 instructions.Srinath Parvathaneni1-0/+18
2024-01-15aarch64: Add support for FEAT_B16B16 instructions.Srinath Parvathaneni1-0/+1
2024-01-15gas: x86: synthesize CFI for hand-written asmIndu Bhagat3-0/+1152
2024-01-15opcodes: gas: x86: define and use Rex2 as attribute not constraintIndu Bhagat1-1/+1
2024-01-12aarch64: Add +xs flag for existing instructionsAndrew Carlotti1-0/+1
2024-01-12aarch64: Add +wfxt flag for existing instructionsAndrew Carlotti1-0/+1