aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-07-13Revert "MIPS/GAS: Omit LI 0 for condition trap"Maciej W. Rozycki4-35/+3
2024-07-12aarch64: Add support for sme2.1 zero instructions.Srinath Parvathaneni6-1/+270
2024-07-12aarch64: Add support for sme2.1 movaz instructions.Srinath Parvathaneni11-0/+329
2024-07-12aarch64: Add support for sme2.1 luti2 and luti4 instructions.Srinath Parvathaneni5-0/+288
2024-07-12x86: drop unnecessary \() from bundle testsJan Beulich3-15/+15
2024-07-12x86/APX: remove two inconsistenciesJan Beulich7-81/+283
2024-07-12x86/APX: correct TEST/CTESTcc with 1st operand being a memory oneJan Beulich6-8/+33
2024-07-12MIPS/GAS: Omit LI 0 for condition trapYunQiang Su4-3/+35
2024-07-12MIPS: Use N64 by default for mips*64*-*-linux-gnuabi64YunQiang Su2-2/+2
2024-07-12aarch64: disable feature b16b16Matthieu Longo4-3/+7
2024-07-12Re: base64: Add support for targets with byte size > octet size.Alan Modra1-1/+1
2024-07-11base64: Add support for targets with byte size > octet size.Nick Clifton5-83/+107
2024-07-11gas: don't open-code IS_WHITESPACE() / IS_NEWLINE()Jan Beulich1-3/+2
2024-07-11gas: multi-byte warning adjustmentsJan Beulich8-11/+41
2024-07-11gas: there's no scrubber state 12Jan Beulich1-4/+1
2024-07-11X86: Update gas/NEWS for Intel APX.Cui, Lili1-0/+6
2024-07-11RISC-V: Add platform property/capability extensionsTsukasa OI3-0/+45
2024-07-11Re: Add support for a .base64 pseudo-op to gasAlan Modra1-18/+14
2024-07-10Add support for a .base64 pseudo-op to gasNick Clifton10-0/+398
2024-07-08aarch64: Add support for sve2p1 pmov instruction.srinath6-3/+349
2024-07-08aarch64: Add support for sve2p1 tbxq instruction.Srinath Parvathaneni5-2/+37
2024-07-08aarch64: Add support for sve2p1 zipq[1-2] instructions.Srinath Parvathaneni5-2/+72
2024-07-08aarch64: Add support for sve2p1 uzpq[1-2] instructions.Srinath Parvathaneni5-2/+72
2024-07-08aarch64: Add support for sve2p1 tblq instruction.Srinath Parvathaneni5-0/+53
2024-07-08aarch64: Add support for sve2p1 orqv instruction.Srinath Parvathaneni5-0/+64
2024-07-05aarch64: add Debug Feature Register 2 (ID_AA64DFR2_EL1)Matthieu Longo2-0/+10
2024-07-05aarch64: add STEP2 feature and its associated registersMatthieu Longo3-0/+9
2024-07-05aarch64: add SPMU2 feature and its associated registersMatthieu Longo3-0/+9
2024-07-05aarch64: add E3DSE feature and its associated registersMatthieu Longo4-0/+32
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-05x86: Correct position of ".s" for CCMPcc in disassemblerCui, Lili2-3/+12
2024-07-05x86: Add {load}/{store} tests for apx instructions.Cui, Lili3-0/+204
2024-07-04RISC-V: Fix BFD_RELOC_RISCV_PCREL_LO12_S patch issueSun Sunny4-40/+114
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 Vieira2-72/+81
2024-07-04gas: Validate SFrame RA tracking and fixed RA offsetJens Remus1-5/+9
2024-07-04gas: Test predicate whether SFrame RA tracking is usedJens Remus1-2/+4
2024-07-04gas: Don't skip SFrame FDE if .cfi_register specifies SP registerJens Remus1-3/+6
2024-07-04gas: Don't skip SFrame FDE if .cfi_register specifies RA w/o trackingJens Remus1-1/+1
2024-07-04gas: Skip SFrame FDE if .cfi_window_saveJens Remus1-3/+22
2024-07-04gas: Skip SFrame FDE if FP without RA on stackJens Remus1-2/+19
2024-07-04gas: User readable warnings if SFrame FDE is not generatedJens Remus5-28/+72
2024-07-04gas: Refactor SFrame CFI opcode DW_CFA_register processingJens Remus1-11/+26
2024-07-04gas: Warn if SFrame FDE is skipped due to non-default return columnJens Remus2-3/+8
2024-07-04gas: Skip SFrame FDE if CFI specifies non-FP/SP base registerJens Remus1-2/+11
2024-07-04gas: Print DWARF call frame insn name in SFrame warning messageJens Remus3-3/+50
2024-07-04readelf/objdump: Display SFrame fixed RA offset as 'f' in dumpJens Remus8-23/+23
2024-07-04readelf/objdump: Dump SFrame CFA fixed FP and RA offsetsJens Remus14-0/+25
2024-07-04gas: Enhance arch-specific SFrame configuration descriptionsJens Remus4-14/+19