summaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)Author
2022-08-05gas: fix a testcase broken by new ZSTD supportTsukasa OI
2022-08-05When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra
2022-08-03x86: improve/shorten vector zeroing-idiom optimization conditionalJan Beulich
2022-08-03x86: also use D for MOVBEJan Beulich
2022-08-02arm: Add cfi expression support for ra_auth_codeVictor Do Nascimento
2022-08-02arm: Use DWARF numbering convention for pseudo-register representationVictor Do Nascimento
2022-08-01x86: SKINIT with operand needs IgnoreSizeJan Beulich
2022-08-01opcodes: LoongArch: add "ret" instruction to reduce typingWANG Xuerui
2022-08-01opcodes: LoongArch: make all non-native jumps desugar to canonical b{lt/ge}[u...WANG Xuerui
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra
2022-07-29libopcodes/aarch64: add support for disassembler stylingAndrew Burgess
2022-07-29Arm64: re-work PR gas/27217 fixJan Beulich
2022-07-29RISC-V: Add `OP_V' to .insn named opcodesTsukasa OI
2022-07-26Updated translations for various sub-directoriesNick Clifton
2022-07-25LoongArch: Add testcases for new relocate types.liuzhensong
2022-07-25LoongArch: gas: Add new reloc types.liuzhensong
2022-07-21x86/Intel: correct AVX512F scatter insn element sizesJan Beulich
2022-07-21PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_saveAlan Modra
2022-07-20gas/symbols: introduce md_resolve_symbolDmitry Selyutin
2022-07-18arc: Update missing cipher.Claudiu Zissulescu
2022-07-18x86: correct VMOVSH attributesJan Beulich
2022-07-14Re: PowerPC: implement md_operand to parse register namesAlan Modra
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra
2022-07-12PowerPC md_end: Don't htab_delete(NULL)Alan Modra
2022-07-09gas: tc-tic54x.c hash tablesAlan Modra
2022-07-09gas: use notes_calloc in string hashAlan Modra
2022-07-09gas: target string hash tablesAlan Modra
2022-07-09arc gas: don't leak arc_opcode_hash memoryAlan Modra
2022-07-09i386 gas: don't leak op_hash or reg_hash memoryAlan Modra
2022-07-09ppc gas: don't leak ppc_hash memoryAlan Modra
2022-07-09gas hash.h tidyAlan Modra
2022-07-09gas: rename md_end to md_finishAlan Modra
2022-07-09gas: set up notes obstack earlierAlan Modra
2022-07-09gas: itbl_filesAlan Modra
2022-07-09gas: free sy_hash, macro_hash and po_hashAlan Modra
2022-07-09dw2gencfi.c: use notes obstackAlan Modra
2022-07-09expr.c make_expr_symbol: use notes obstackAlan Modra
2022-07-09read.c assign_symbol: use notes obstack for dummy listing fragAlan Modra
2022-07-09read.c s_include: use notes obstack for pathAlan Modra
2022-07-09macro.c: use string hash from hash.h for macro_hashAlan Modra
2022-07-09read.c: use string hash from hash.h for po_hashAlan Modra
2022-07-09free read_symbol_name stringAlan Modra
2022-07-09gas: output_file_closeAlan Modra
2022-07-09gas: utility notes memory alloc functionsAlan Modra
2022-07-09gas: arm -mwarn-syms duplicatesAlan Modra
2022-07-09Regenerate with automake-1.15.1Alan Modra
2022-07-08Update version to 2.39.50 and regenerate filesNick Clifton
2022-07-08Add markers for 2.39 branchNick Clifton
2022-07-07RISC-V: Added Zfhmin and Zhinxmin.Tsukasa OI