aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2024-04-01LoongArch: gas: Ignore .align if it is at the start of a sectionmengqinggang1-25/+109
2024-03-31BFD: Fix the bug of R_LARCH_AGLIN caused by discard sectionmengqinggang1-4/+1
2024-03-28x86/SSE2AVX: move checkingJan Beulich1-11/+10
2024-03-28x86/SSE2AVX: respect prefixesJan Beulich1-2/+3
2024-03-28RISC-V: Removed privileged spec 1.9.1 support in assembler.Nelson Chu1-2/+3
2024-03-22x86: fix Solaris testsuite failuresJan Beulich1-6/+3
2024-03-19gas, aarch64: Add faminmax extensionSaurabh Jha1-0/+1
2024-03-19LoongArch: Add relaxation for R_LARCH_CALL36mengqinggang1-1/+18
2024-03-18aarch64: Add support for (M)ADDPT and (M)SUBPT instructionsYury Khrustalev1-0/+47
2024-03-15x86/APX: legacy promoted insns can't access %xmm16-%xmm31Jan Beulich1-0/+7
2024-03-13RISC-V: Add -march=help for gasHau Hsu1-0/+6
2024-03-12LoongArch: Scan all illegal operand instructions without interruptionLulu Cai1-5/+6
2024-03-11x86: KeyLocker insn interaction with -msse-check / .sse_checkJan Beulich1-1/+2
2024-03-11x86/APX: permit wider than 4-bit immediates with V{EXTRACT,INSERT}{F,I}128Jan Beulich1-1/+3
2024-03-11x86: don't open-code REG_{SP,FP}Jan Beulich1-2/+2
2024-03-08gas: Fix x86 build with GCC 6.4H.J. Lu1-1/+1
2024-03-06LoongArch: Delete extra instructions when TLS type transitionLulu Cai1-5/+26
2024-03-01s390: Be more verbose about missing operand typeJens Remus1-1/+37
2024-03-01s390: Provide operand number in assembler warning and error messagesJens Remus1-33/+74
2024-03-01s390: Allow to explicitly omit base register operand in assemblyJens Remus1-3/+7
2024-03-01s390: Warn when register name type does not match operandJens Remus1-0/+108
2024-03-01s390: Revise s390-specific assembler option descriptionsJens Remus1-10/+18
2024-03-01s390: Add comments to assembler operand parsing logicJens Remus1-6/+25
2024-03-01s390: Correct setting of highgprs flag in ELF outputJens Remus1-6/+8
2024-03-01s390: Do not erroneously use base operand value for length operandJens Remus1-17/+18
2024-03-01s390: Enhance handling of syntax errors in assemblerJens Remus1-2/+4
2024-03-01s390: Lower severity of assembler syntax errors from fatal to errorJens Remus1-6/+6
2024-03-01x86: adjust which Dwarf2 register numbers to useJan Beulich2-23/+9
2024-03-01x86/APX: honor -mevexwig= for byte-size insnsJan Beulich1-0/+9
2024-03-01x86/APX: optimize certain XOR and SUB formsJan Beulich1-0/+28
2024-03-01x86/APX: correct .insn opcode space determination when REX2 is neededJan Beulich1-28/+33
2024-03-01x86/APX: respect {vex}/{vex3}Jan Beulich2-43/+123
2024-02-29RISC-V: Add assembly support for TLSDESC.Tatsuyuki Ishi1-5/+13
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 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