aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2024-08-27RISC-V: PR32036, Support Zcmp cm.mva01s and cm.mvsa01 instructions.Jiawei1-0/+15
2024-08-23x86: simplify SAE checkingJan Beulich1-12/+10
2024-08-23RISC-V: process rs_align_code also when relaxingJan Beulich1-32/+29
2024-08-19gas: ginsn: x86: pacify Wmaybe-uininitialized compiler warningIndu Bhagat1-0/+2
2024-08-16gas: don't open-code LEX_*NAMEJan Beulich5-6/+6
2024-08-15gas: pru: Fix trailing whitespace handlingDimitar Dimitrov1-0/+8
2024-08-14x86: correct .insn with opcode extension and VEX/XOP/EVEX encodingJan Beulich1-1/+2
2024-08-12Revert "gas: have scrubber retain more whitespace"H.J. Lu7-84/+28
2024-08-12Revert "gas: drop scrubber states 14 and 15"H.J. Lu2-0/+5
2024-08-09gas: drop scrubber states 14 and 15Jan Beulich2-5/+0
2024-08-09gas: have scrubber retain more whitespaceJan Beulich7-28/+84
2024-08-09m32r: move scrubber override to target headerJan Beulich1-0/+3
2024-08-09RISC-V: PR32014, .option directives shuoldn't affect elf attribute.Nelson Chu1-12/+16
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