aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2022-09-07LoongArch: fix gas BFD_RELOC_8/16/24 bugmengqinggang1-18/+41
2022-08-30LoongArch: Fix redefinition of "PACKAGE".liuzhensong1-1/+1
2022-08-25GAS: Allow AArch64 pseudo-ops to accept the command line separator character.Nick Clifton1-12/+5
2022-08-24gas: arm: handle multiple .directives on a single line (PR29519)Richard Earnshaw1-20/+44
2022-08-22LoongArch: gas: add support using constant variable in instructions.tangxiaolin2-18/+20
2022-08-18x86: move / quiesce pre-386 non-16-bit warningJan Beulich1-6/+12
2022-08-18x86: insert "no error" enumerator in i386_error enumerationJan Beulich1-0/+1
2022-08-11ppc/svp64: introduce non-zero operand flagDmitry Selyutin1-3/+18
2022-08-11ppc/svp64: support LibreSOC architectureDmitry Selyutin1-0/+2
2022-08-08Mach-O: i18n enablement on some error messages.Tsukasa OI1-2/+2
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra3-13/+13
2022-08-03x86: improve/shorten vector zeroing-idiom optimization conditionalJan Beulich1-12/+7
2022-08-03x86: also use D for MOVBEJan Beulich1-7/+7
2022-08-02arm: Add cfi expression support for ra_auth_codeVictor Do Nascimento1-0/+4
2022-08-02arm: Use DWARF numbering convention for pseudo-register representationVictor Do Nascimento1-67/+92
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra3-43/+17
2022-07-29libopcodes/aarch64: add support for disassembler stylingAndrew Burgess1-1/+44
2022-07-29Arm64: re-work PR gas/27217 fixJan Beulich1-43/+20
2022-07-29RISC-V: Add `OP_V' to .insn named opcodesTsukasa OI1-1/+1
2022-07-25LoongArch: gas: Add new reloc types.liuzhensong4-102/+120
2022-07-18arc: Update missing cipher.Claudiu Zissulescu1-1/+1
2022-07-14Re: PowerPC: implement md_operand to parse register namesAlan Modra2-6/+5
2022-07-14PowerPC: implement md_operand to parse register namesAlan Modra2-87/+66
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 Modra3-4/+5
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 Modra2-2/+12
2022-07-09ppc gas: don't leak ppc_hash memoryAlan Modra2-2/+37
2022-07-09gas: rename md_end to md_finishAlan Modra40-78/+79
2022-07-09macro.c: use string hash from hash.h for macro_hashAlan Modra1-9/+4
2022-07-09free read_symbol_name stringAlan Modra1-0/+4
2022-07-09gas: arm -mwarn-syms duplicatesAlan Modra1-5/+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 Beulich1-2/+4
2022-07-06x86: introduce a state stack for .archJan Beulich1-1/+80
2022-07-06x86: generalize disabling of sub-architecturesJan Beulich1-235/+179
2022-07-06x86: permit "default" with .archJan Beulich1-7/+49
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
2022-07-04x86: fold Disp32S and Disp32Jan Beulich2-75/+42
2022-07-04x86: restore masking of displacement kindsJan Beulich1-16/+15
2022-07-04x86-64: improve handling of branches to absolute addressesJan Beulich1-2/+6
2022-06-29opcodes/aarch64: split off creation of comment text in disassemblerAndrew Burgess1-1/+11
2022-06-28RISC-V: Add 'Sstc' extension and its CSRsTsukasa OI1-0/+14
2022-06-28RISC-V: Add 'Sscofpmf' extension with its CSRsTsukasa OI1-0/+8