aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-11-15Finalized intl-update patchesArsen Arsenovi?6-1358/+3522
2023-11-15MIPS: Fix Irix gas testcases about pdr sectionYunQiang Su10-7/+40
2023-11-13Regenerate gas/config.in and ld/configureMark Wielaard1-3/+3
2023-11-13Add documentation for the MIPS assembler's -march=from-abi command line optionNick Clifton1-0/+5
2023-11-10GAS/MIPS: Fix testcase module-defer-warn2 for r2+ triplesYunQiang Su4-1/+14
2023-11-10GAS/MIPS: Add mips16-e-irix.d testcaseYunQiang Su2-1/+51
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang4-16/+16
2023-11-10Add support for ilp32 register alias.Lulu Cai1-23/+18
2023-11-09aarch64: Fix error in THE system register checkingVictor Do Nascimento2-0/+10
2023-11-09x86: rework UWRMSR operand swappingJan Beulich1-15/+8
2023-11-09x86: do away with is_evex_encoding()Jan Beulich1-30/+15
2023-11-09x86: split insn templates' CPU fieldJan Beulich1-92/+81
2023-11-09x86: Cpu64 handling improvementsJan Beulich1-5/+13
2023-11-08gas: S_GET_{NAME,SEGMENT}() don't alter their input symbolJan Beulich2-4/+4
2023-11-07aarch64: Add LSE128 instructionsVictor Do Nascimento3-0/+67
2023-11-07aarch64: Add arch support for LSE128 extensionVictor Do Nascimento2-0/+3
2023-11-07aarch64: Add LSE128 instruction operand supportVictor Do Nascimento1-0/+5
2023-11-07aarch64: Add THE system register supportVictor Do Nascimento4-0/+13
2023-11-07RISC-V: Add support for XCValu extension in CV32E40PMary Bennett31-0/+671
2023-11-07RISC-V: Add support for XCVmac extension in CV32E40PMary Bennett10-0/+557
2023-11-06RISC-V: Make sure rv32q conflict won't affect the fp-q-insns-32 gas testcase.Nelson Chu1-1/+1
2023-11-03gas: correct ignoring of C-style number suffixesJan Beulich4-4/+116
2023-11-03RISC-V: reduce redundancy in load/store macro insn handlingJan Beulich1-85/+6
2023-11-03RISC-V: Lx/Sx macro insn testsJan Beulich2-0/+70
2023-11-03RISC-V: add F- and D-extension testcasesJan Beulich10-0/+1111
2023-11-03RISC-V: make FLQ/FSQ macro-insns workJan Beulich5-0/+516
2023-11-02aarch64: Add GCS system registers.Srinath Parvathaneni4-0/+73
2023-11-02aarch64: Add support for GCSB DSYNC instruction.Srinath Parvathaneni7-64/+45
2023-11-02aarch64: Add support for GCS extension.srinath7-0/+126
2023-11-02aarch64: Add support for Check Feature Status Extension.Srinath Parvathaneni9-10/+67
2023-11-02aarch64: Add support for Armv8.9-A and Armv9.4-A Architectures.srinath3-2/+6
2023-10-31Support Intel USER_MSRHu, Lin112-5/+208
2023-10-30gas: bpf: new test for MOV with C-like numbers ll suffixJose E. Marchesi4-0/+11
2023-10-28gas: tc-bpf.c: fix formatting of commentJose E. Marchesi1-4/+5
2023-10-27RISC-V: Clarify the behaviors of SET/ADD/SUB relocations.Nelson Chu1-0/+1
2023-10-24as: fixed internal error when immediate value of relocation overflow.Lulu Cai7-1/+21
2023-10-23gas: make .nops output visible in listingJan Beulich5-2/+71
2023-10-23x86: fold NOP testcase expectations where possibleJan Beulich14-2340/+14
2023-10-23x86: fold a few of the "alternative" NOP patternsJan Beulich1-6/+3
2023-10-23x86: add a few more NOP patternsJan Beulich32-2270/+465
2023-10-23x86: don't record full i386_cpu_flags in struct i386_tc_frag_dataJan Beulich2-4/+4
2023-10-23x86: i686 != PentiumProJan Beulich2-3/+6
2023-10-23x86: respect ".arch nonop" when selecting which NOPs to emitJan Beulich5-27/+23
2023-10-23x86: don't use operand size override with NOP in 16-bit codeJan Beulich4-11/+12
2023-10-23x86: don't use 32-bit LEA as NOP surrogate in 64-bit codeJan Beulich3-197/+41
2023-10-23x86: i386_generate_nops() may not derive decisions from global variablesJan Beulich7-2/+43
2023-10-23x86: record flag_code in tc_frag_dataJan Beulich2-14/+16
2023-10-20gas: testsuite: microblaze: cosmetic fixNeal Frager1-1/+1
2023-10-20bfd: microblaze: Add 32_NONE reloc typeNeal Frager3-1/+12
2023-10-19opcodes: microblaze: Fix bit masking bugNeal Frager1-2/+2