aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-27x86: tighten .insn SAE and broadcast checkingJan Beulich1-2/+3
2023-09-27x86-64: REX.W overrides DATA_PREFIXJan Beulich1-2/+5
2023-09-27x86-64: fix suffix-less PUSH of symbol addressJan Beulich3-1/+18
2023-09-27Add support for "pcaddi rd, symbol"mengqinggang6-155/+174
2023-09-26aarch64: Restructure feature flag handlingRichard Sandiford1-300/+162
2023-09-25Revert "arc: Add new GAS tests for ARCv3."Claudiu Zissulescu17-920/+0
2023-09-25Revert "arc: Update ARC's Gnu Assembler backend with ARCv3 ISA."Claudiu Zissulescu6-563/+241
2023-09-25Revert "arc: Update arc's gas tests"Claudiu Zissulescu17-53/+53
2023-09-25Revert "arc: Update NEWS files"Claudiu Zissulescu1-2/+0
2023-09-25arc: Update NEWS filesClaudiu Zissulescu1-0/+2
2023-09-25arc: Update arc's gas testsClaudiu Zissulescu17-53/+53