aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-01x86: correct source used for two non-AVX512 VEXWIG testsJan Beulich2-130/+32
2023-09-01RISC-V: move various alias entriesJan Beulich24-320/+173
2023-09-01RISC-V: Fixed the wrong expansion for pseudo vmsge[u].vx instructions.Nelson Chu2-8/+8
2023-08-31gas init_stab_section and get_stab_string_offsetAlan Modra10-150/+118
2023-08-31gas OBJ_PROCESS_STABAlan Modra10-19/+16
2023-08-30Revert "MIPS: Use 64-bit a ABI by default for `mipsisa64*-*-linux*' targets"Maciej W. Rozycki2-6/+6
2023-08-30RISC-V: Make XVentanaCondOps RV64 onlyTsukasa OI2-0/+6
2023-08-27MIPS: Use 64-bit a ABI by default for `mipsisa64*-*-linux*' targetsYunQiang Su2-6/+6
2023-08-25bfd: correct relocation handling for objcopy COFF -> ELFJan Beulich1-3/+3
2023-08-25gas/ELF: widen use of $dump_opts in testsuiteJan Beulich8-29/+11
2023-08-25gas/ELF: allow "inheriting" section attributes and typeJan Beulich5-3/+162
2023-08-24kvx: use {u,}int32_t and {u,}int64_tPaul Iannetta3-19/+19
2023-08-24kvx: fix handling of STB_GNU_UNIQUE symbolsPaul Iannetta1-6/+4
2023-08-23kvx: O_pseudo_fixupAlan Modra3-23/+36
2023-08-23kvx: ubsan: integer overflowAlan Modra2-4/+4
2023-08-23kvx: asan: out-of-bounds readAlan Modra1-1/+2