aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-25arc: Update ARC's Gnu Assembler backend with ARCv3 ISA.Claudiu Zissulescu6-241/+563
2023-09-25arc: Add new GAS tests for ARCv3.Claudiu Zissulescu17-0/+920
2023-09-20elf-attrs.c memory allocation failAlan Modra9-81/+137
2023-09-18Fix: Use of uninitialized memoryJacob Navia2-1/+6
2023-09-15LoongArch: Enable gas sort relocsJinyang He1-0/+1
2023-09-15x86: fold CpuLM and Cpu64Jan Beulich1-3/+3
2023-09-15x86: don't play with cpu_arch_flags.cpu{,no}64Jan Beulich1-37/+6
2023-09-15x86: make code size vs CPU arch checking consistentJan Beulich8-6/+25
2023-09-15x86: re-order update_code_flag()Jan Beulich1-19/+16
2023-09-14x86: support AVX10.1 vector size restrictionsJan Beulich25-178/+761
2023-09-14x86: support AVX10.1/512Jan Beulich82-45/+2125
2023-09-09Make sure DW_CFA_advance_loc4 is in the same fragJinyang He1-1/+1
2023-09-08aarch64: Remove unused functionRichard Sandiford1-7/+0
2023-09-08x86: restrict prefix use with .insn VEX/XOP/EVEXJan Beulich1-0/+23
2023-09-08kvx: Add a testcase for bundles with KVXMAXBUNDLEWORDS syllablesPaul Iannetta3-0/+53
2023-09-07Add testcase for generation of 32/64_PCREL.cailulu4-0/+204
2023-09-07Use 32/64_PCREL to replace a pair of ADD32/64 and SUB32/64.cailulu2-12/+22
2023-09-07RISC-V: Clarify the naming rules of vendor operands.Nelson Chu2-86/+99
2023-09-07PR30828, notes obstack memory corruptionAlan Modra1-2/+6
2023-09-05RISC-V: fold duplicate code in vector_macro()Jan Beulich1-40/+5
2023-09-05RISC-V: Fix typo in the testsuiteTsukasa OI1-1/+1
2023-09-05RISC-V: Add 'Smcntrpmf' extension and its CSRsTsukasa OI12-46/+214
2023-09-05RISC-V: Prohibit combination of 'E' and 'H'Tsukasa OI2-0/+5
2023-09-01x86: unindent most of set_cpu_arch()Jan Beulich1-151/+154
2023-09-01x86: rename CpuPCLMULJan Beulich1-3/+3