aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2023-01-23Add support for secidx relocations to aarch64-w64-mingw32Mark Harmstone1-0/+26
2023-01-20x86: avoid strcmp() in a few placesJan Beulich1-11/+11
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich1-1/+2
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich2-75/+79
2023-01-17gas: arm: Change warning message to not reference specific A-class architectu...Stam Markianos-Wright1-2/+2
2023-01-17gas: arm: Fix a further IT-predicated vcvt issue in the presense of MVE vcvtnStam Markianos-Wright1-10/+17
2023-01-16Tidy gas/expr.c static stateAlan Modra4-105/+108
2023-01-16PR29991, MicroMIPS flag erased after align directivesAlan Modra1-0/+5
2023-01-12Use __func__ rather than __FUNCTION__Alan Modra3-14/+14
2023-01-11gas/RISC-V: adjust assembler for opcode table re-orderingJan Beulich1-0/+11
2023-01-10gas: Restore tc_pe_dwarf2_emit_offset for pe-aarch64Mark Harmstone2-0/+16
2023-01-10Add .secrel32 for pe-aarch64Mark Harmstone2-19/+60
2023-01-10Add pe-aarch64 relocationsMark Harmstone1-7/+17
2023-01-03Fix a translation problem in the x86 assembler.Nick Clifton1-7/+19
2023-01-02obsolete target tidyAlan Modra1-23/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra241-241/+241
2022-12-29RISC-V: Simplify riscv_csr_address logic on state enable extensionsTsukasa OI1-7/+9
2022-12-22x86: correct/improve TSX controlsJan Beulich1-2/+3
2022-12-22x86: add dependencies on SVMEJan Beulich1-4/+4
2022-12-22x86: add dependencies on VMXJan Beulich1-3/+3
2022-12-22x86: add dependencies on AVX2Jan Beulich1-2/+2
2022-12-22x86: correct SSE dependenciesJan Beulich1-4/+4
2022-12-22x86: correct what gets disabled by certain ".arch .no*"Jan Beulich1-18/+18
2022-12-22x86: re-work ISA extension dependency handlingJan Beulich1-27/+27
2022-12-21x86: rename CheckRegSize to CheckOperandSizeJan Beulich1-2/+2
2022-12-14RISC-V: Add string length check for operands in ASLi Xu1-1/+2
2022-12-14x86: adjust type checking constructsJan Beulich1-2/+2
2022-12-12x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich1-1/+5
2022-12-12x86: drop (now) stray IsStringJan Beulich1-9/+7
2022-12-12x86: move bad-use-of-TLS-reloc checkJan Beulich1-32/+35
2022-12-12x86-64: allow HLE store of accumulator to absolute 32-bit addressJan Beulich1-5/+2
2022-12-12ix86: don't recognize/derive Q suffix in the common caseJan Beulich2-25/+81
2022-12-12x86: re-work insn/suffix recognitionJan Beulich2-159/+169
2022-12-12x86: constify parse_insn()'s inputJan Beulich1-7/+8
2022-12-12x86: generate template sets data at build timeJan Beulich1-15/+10
2022-12-12x86: drop sentinel from i386_optab[]Jan Beulich1-22/+11
2022-12-12x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodesJan Beulich1-0/+2
2022-12-02x86: drop most OPERAND_TYPE_* (and rework the rest)Jan Beulich1-47/+81
2022-12-02x86: simplify and slightly correct XCHG vs NOP checkingJan Beulich1-5/+3
2022-12-02x86: also use D for XCHG and TESTJan Beulich1-4/+8
2022-12-01x86: rework of match_template()'s suffix checkingJan Beulich1-27/+5
2022-12-01x86: drop No_ldSufJan Beulich1-2/+0
2022-12-01x86/Intel: drop LONG_DOUBLE_MNEM_SUFFIXJan Beulich2-24/+24
2022-12-01x86/Intel: restrict use of LONG_DOUBLE_MNEM_SUFFIXJan Beulich1-7/+7
2022-11-30x86/Intel: adjustment to restricted suffix derivationJan Beulich1-3/+8
2022-11-30x86: clean up after removal of support for gcc <= 2.8.1Jan Beulich1-14/+17
2022-11-30x86: drop FloatRJan Beulich1-4/+8
2022-11-28xtensa: allow dynamic configurationMax Filippov3-20/+3
2022-11-28RISC-V: Better support for long instructions (assembler)Tsukasa OI1-9/+32
2022-11-25riscv: Add AIA extension support (Smaia, Ssaia)Christoph Müllner1-0/+22