aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2024-08-09gas: sparc: Fix faligndatai assembly and disassemblyRichard Henderson1-8/+9
2024-08-07score: drop TC_ALPHA codeJan Beulich2-24/+0
2024-08-07VAX: drop OBJ_VMS leftoversJan Beulich2-55/+7
2024-08-06RISC-V: Add support for XCvBitmanip extension in CV32E40PMary Bennett1-0/+26
2024-08-02gas: drop unnecessary use of tc_comment_charsJan Beulich8-22/+5
2024-08-01gas: x86: ginsn: handle previously missed indirect call and jmp opsIndu Bhagat1-44/+57
2024-07-31x86: move ginsn stuffJan Beulich2-1102/+1123
2024-07-26microMIPS: Add MT ASE instruction set supportYunQiang Su1-1/+1
2024-07-26x86: accept whitespace around prefix separatorJan Beulich1-19/+30
2024-07-26x86/APX: optimize certain {nf}-form insns to BMI2 onesJan Beulich1-0/+107
2024-07-19bfin: drop _ASSIGN_BANGJan Beulich2-6/+5
2024-07-19x86: accept whitespace inside curly bracesJan Beulich1-5/+18
2024-07-19x86: undo '{' being a symbol-start characterJan Beulich2-14/+108
2024-07-19x86: split pseudo-prefix state from i386_insnJan Beulich2-198/+199
2024-07-19x86/APX: add CMPcc/CTESTcc cases to noreg64 testsJan Beulich1-11/+29
2024-07-19bfin: free the allocated memoryzhangxianting1-0/+2
2024-07-19MIPS/GAS: Handle --trap command-line option dynamicallyMaciej W. Rozycki1-11/+25
2024-07-18gas: aarch64: add experimental support for SCFIIndu Bhagat3-0/+999
2024-07-13Revert "MIPS/GAS: Omit LI 0 for condition trap"Maciej W. Rozycki1-8/+3
2024-07-12aarch64: Add support for sme2.1 movaz instructions.Srinath Parvathaneni1-0/+1
2024-07-12x86/APX: remove two inconsistenciesJan Beulich1-18/+23
2024-07-12x86/APX: correct TEST/CTESTcc with 1st operand being a memory oneJan Beulich1-4/+8
2024-07-12MIPS/GAS: Omit LI 0 for condition trapYunQiang Su1-3/+8
2024-07-12aarch64: disable feature b16b16Matthieu Longo1-1/+3
2024-07-08aarch64: Add support for sve2p1 pmov instruction.srinath1-3/+25
2024-07-05x86-64: Fix support for APX NF TLS IE with 2 operandsLingling Kong1-3/+2
2024-07-05aarch64: fix build with old glibcJan Beulich1-3/+3
2024-07-04RISC-V: Fix BFD_RELOC_RISCV_PCREL_LO12_S patch issueSun Sunny1-1/+4
2024-07-04RISC-V: hash with segment id and pcrel_hi address while recording pcrel_hiLifang Xia1-7/+17
2024-07-04mve: Fix encoding for vcvt[bt] single-half float conversion instructionsAndre Vieira1-4/+13
2024-07-04gas: Enhance arch-specific SFrame configuration descriptionsJens Remus4-14/+19
2024-07-04x86: Remove unused SFrame CFI RA register variableJens Remus1-1/+0
2024-07-04Support APX CFCMOVCui, Lili1-1/+1
2024-07-03x86-64: Support APX NF TLS IE with 2 operandsLingling Kong1-2/+8
2024-06-28aarch64: Add support for Armv9.5-A architectureClaudio Bantaloukas1-0/+1
2024-06-28x86/APX: apply NDD-to-legacy transformation to further CMOVcc formsJan Beulich1-1/+16
2024-06-28x86/APX: extend TEST-by-imm7 optimization to CTESTccJan Beulich1-2/+8
2024-06-28x86/APX: optimize {nf}-form IMUL-by-power-of-2 to SHLJan Beulich1-0/+70
2024-06-28x86-64: restrict by-imm31 optimizationJan Beulich1-12/+15
2024-06-28x86/APX: optimize certain {nf}-form insns to LEAJan Beulich1-8/+236
2024-06-28x86/APX: optimize {nf}-form rotate-by-width-less-1Jan Beulich1-1/+21
2024-06-28x86/APX: optimize {nf} forms of ADD/SUB with specific immediatesJan Beulich1-1/+83
2024-06-25aarch64: Treat operand ADDR_SIMPLE as address with base registerJens Remus1-3/+3
2024-06-25aarch64: Fix sve2p1 ld[1-4]/st[1-4]q instruction operands.Srinath Parvathaneni1-3/+1
2024-06-25aarch64: Fix sve2p1 extq instruction operands.Srinath Parvathaneni1-1/+1
2024-06-24aarch64: Add SME FP8 multiplication instructionsAndrew Carlotti1-0/+11
2024-06-24aarch64: Add FP8 Neon and SVE multiplication instructionsAndrew Carlotti1-2/+24
2024-06-24aarch64: Add support for virtual featuresAndrew Carlotti1-19/+45
2024-06-24aarch64: Move struct definition towards its usageAndrew Carlotti1-8/+8
2024-06-24gas, aarch64: Add SME2 lutv2 extensionsaurabh.jha@arm.com1-4/+88