aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-07-29RISC-V: Add `OP_V' to .insn named opcodesTsukasa OI4-10/+14
2022-07-26Updated translations for various sub-directoriesNick Clifton3-6619/+7167
2022-07-25LoongArch: Add testcases for new relocate types.liuzhensong13-836/+664
2022-07-25LoongArch: gas: Add new reloc types.liuzhensong4-102/+120
2022-07-21x86/Intel: correct AVX512F scatter insn element sizesJan Beulich2-32/+32
2022-07-21PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra2-3/+3
2022-07-20gas/symbols: introduce md_resolve_symbolDmitry Selyutin2-0/+45
2022-07-18arc: Update missing cipher.Claudiu Zissulescu2-1/+6
2022-07-18x86: correct VMOVSH attributesJan Beulich3-0/+30
2022-07-14Re: PowerPC: implement md_operand to parse register namesAlan Modra2-6/+5
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra6-89/+82
2022-07-12PowerPC md_end: Don't htab_delete(NULL)Alan Modra1-10/+8
2022-07-09gas: tc-tic54x.c hash tablesAlan Modra2-139/+223
2022-07-09gas: use notes_calloc in string hashAlan Modra6-8/+9
2022-07-09gas: target string hash tablesAlan Modra9-81/+45
2022-07-09arc gas: don't leak arc_opcode_hash memoryAlan Modra2-1/+23
2022-07-09i386 gas: don't leak op_hash or reg_hash memoryAlan Modra3-3/+13
2022-07-09ppc gas: don't leak ppc_hash memoryAlan Modra2-2/+37
2022-07-09gas hash.h tidyAlan Modra2-30/+38
2022-07-09gas: rename md_end to md_finishAlan Modra42-80/+84
2022-07-09gas: set up notes obstack earlierAlan Modra3-11/+15
2022-07-09gas: itbl_filesAlan Modra1-20/+2
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra7-0/+33
2022-07-09dw2gencfi.c: use notes obstackAlan Modra1-12/+10
2022-07-09expr.c make_expr_symbol: use notes obstackAlan Modra1-1/+1
2022-07-09read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra1-1/+1
2022-07-09read.c s_include: use notes obstack for pathAlan Modra1-4/+2
2022-07-09macro.c: use string hash from hash.h for macro_hashAlan Modra3-144/+29
2022-07-09read.c: use string hash from hash.h for po_hashAlan Modra1-56/+7
2022-07-09free read_symbol_name stringAlan Modra2-0/+5
2022-07-09gas: output_file_closeAlan Modra4-15/+13
2022-07-09gas: utility notes memory alloc functionsAlan Modra3-10/+90
2022-07-09gas: arm -mwarn-syms duplicatesAlan Modra2-5/+3
2022-07-09Regenerate with automake-1.15.1Alan Modra3-733/+379
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton4-2371/+2751
2022-07-08Add markers for 2.39 branchNick Clifton2-0/+6
2022-07-07RISC-V: Added Zfhmin and Zhinxmin.Tsukasa OI13-32/+64
2022-07-07RISC-V: Fix disassembling Zfinx with -M numericTsukasa OI2-0/+12
2022-07-07RISC-V: Fix requirement handling on Zhinx+{D,Q}Tsukasa OI1-1/+1
2022-07-07PR29320, 'struct obstack' declared inside parameter listAlan Modra2-2/+2
2022-07-06x86: make D attribute usable for XOP and FMA4 insnsJan Beulich1-7/+35
2022-07-06x86: fold two switch() statements in match_template()Jan Beulich1-16/+3
2022-07-06x86: fix 3-operand insn reverse-matchingJan Beulich3-18/+19
2022-07-06x86: introduce a state stack for .archJan Beulich5-2/+159
2022-07-06x86: generalize disabling of sub-architecturesJan Beulich1-235/+179
2022-07-06x86: permit "default" with .archJan Beulich5-8/+85
2022-07-06x86: don't leak sub-architecture accumulated stringsJan Beulich1-0/+3
2022-07-05x86: introduce fake processor type to mark sub-arch entries in cpu_arch[]Jan Beulich2-4/+10
2022-07-05x86: macro-ize cpu_arch[] entriesJan Beulich1-308/+164
2022-07-05x86: de-duplicate sub-architecture strings accumulationJan Beulich1-38/+14