aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2023-02-17PR30046, power cmpi leads to unknown architectureAlan Modra1-7/+7
2023-02-16RISC-V: as_warn() already emits a newlineJan Beulich1-1/+1
2023-02-16x86/gas: replace inappropriate assertion when parsing registersJan Beulich1-6/+8
2023-02-10x86: drop use of VEX3SOURCESJan Beulich1-16/+9
2023-02-10x86: drop use of XOP2SOURCESJan Beulich1-33/+7
2023-02-10x86: limit use of XOP2SOURCESJan Beulich1-10/+4
2023-02-10x86: move (and rename) opcodespace attributeJan Beulich1-47/+47
2023-02-10x86: simplify a few expressionsJan Beulich1-18/+7
2023-02-10x86: improve special casing of certain insnsJan Beulich1-76/+31
2023-02-03x86: drop LOCK from XCHG when optimizingJan Beulich1-6/+12
2023-02-03x86-64: respect {nooptimize} when building VEX prefixJan Beulich1-1/+2
2023-02-03x86: respect {nooptimize} for LEAJan Beulich1-1/+1
2023-02-03x86-64: respect MOVABS when choosing alternative encodingsJan Beulich1-1/+2
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat4-11/+11
2023-02-02obj-elf.h BYTES_IN_WORDAlan Modra1-1/+0
2023-02-02gas obj_endAlan Modra6-28/+65
2023-01-31RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich1-0/+3
2023-01-27x86: move reg_operands adjustmentJan Beulich1-13/+10
2023-01-27x86: drop dead SSE2AVX-related codeJan Beulich1-22/+8
2023-01-27x86: use ModR/M for FPU insns with operandsJan Beulich1-22/+34
2023-01-27x86/Intel: improve special casing of certain insnsJan Beulich1-21/+15
2023-01-27gas macro memory leaksAlan Modra1-11/+5
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