aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-18RISC-V: Make sure rv32q conflict won't affect the zfa gas testcases.Nelson Chu2-2/+2
2023-10-17gas: testsuite: microblaze: Add new bit-field testsNeal Frager2-1/+14
2023-10-16RISC-V: Add "lp64e" ABI supportTsukasa OI5-7/+8
2023-10-16RISC-V: Remove RV64E conflictTsukasa OI2-5/+0
2023-10-15opcodes: microblaze: Add new bit-field instructionsNeal Frager1-1/+82
2023-10-10LoongArch/GAS: Add support for branch relaxationmengqinggang5-41/+355
2023-10-08Add testsuits for new assembler option of mthin-add-sub.gdb-14-branchpointcailulu6-24/+131
2023-10-08as: add option for generate R_LARCH_32/64_PCREL.cailulu2-6/+36
2023-10-07Revert "opcodes: microblaze: Add new bit-field instructions"Michael J. Eager1-76/+1
2023-10-06opcodes: microblaze: Add new bit-field instructionsNeal Frager1-1/+76
2023-10-05aarch64: Enable Cortex-X4 CPUSaurabh Jha4-1/+12
2023-10-02Fix memory leak in RiscV assembler.Nick Clifton2-0/+7
2023-09-29tc-microblaze.c - int compare for X_add_number.Neal Frager1-1/+1
2023-09-28Added support in gas for mlittle-endian and mbig-endian flags as options.Michael J. Eager3-1/+22
2023-09-27x86: prefer VEX encodings over EVEX ones when possibleJan Beulich10-10/+246
2023-09-27x86: drop cpu_arch_tune_flagsJan Beulich1-22/+4
2023-09-27x86: correct cpu_arch_isa_flags maintenanceJan Beulich4-47/+83
2023-09-27x86: fold FMA VEX and EVEX templatesJan Beulich1-0/+4
2023-09-27x86: fold VAES/VPCLMULQDQ VEX and EVEX templatesJan Beulich1-4/+12
2023-09-27x86: fold certain VEX and EVEX templatesJan Beulich2-5/+102