aarch64: Fix PSEL opcode mask
[binutils-gdb.git] / gas / config /
2023-03-30 Richard Sandifordaarch64: Add sme-i16i64 and sme-f64f64 aliases
2023-03-28 Alan ModraAvoid undefined behaviour in m68hc11 md_begin
2023-03-27 Alan ModraTidy tc-ppc.c XCOFF auxent access
2023-03-27 Alan ModraUse stdint types in coff internal_auxent
2023-03-21 H.J. Lux86: Check unbalanced braces in memory reference
2023-03-20 Jan Beulichx86: drop identifier_chars[]
2023-03-20 Jan Beulichx86/AT&T: restrict recognition of the "absolute branch...
2023-03-20 Jan Beulichx86: VexVVVV is now merely a boolean
2023-03-20 Jan Beulichx86: re-work build_modrm_byte()'s register assignment
2023-03-16 Cupertino MirandaBPF relocations review / refactoring
2023-03-14 Alan Modragas .include and .incbin
2023-03-10 Jan BeulichArm64/gas: drop redundant feature prereqs
2023-03-10 Jan BeulichArm64/gas: add missing prereq features
2023-03-10 Jan Beulichx86: decouple broadcast type and bytes fields
2023-03-10 Jan Beulichx86: move more disp processing out of md_assemble()
2023-03-10 Jan Beulichx86: use set_rex_vrex() also for short-form handling
2023-03-03 Jan Beulichx86: use swap_2_operands() in build_vex_prefix()
2023-03-03 Jan Beulichx86: drop redundant calculation of EVEX broadcast size
2023-02-24 Jan Beulichx86: allow to request ModR/M encoding
2023-02-24 Jan Beulichx86: MONITOR/MWAIT are not SSE3 insns
2023-02-24 Jan Beulichx86-64: don't permit LAHF/SAHF with "generic64"
2023-02-24 Jan Beulichx86: have insns acting on segment selector values allow...
2023-02-24 Jan Beulichx86: restrict insn templates accepting negative 8-bit...
2023-02-22 Jan Beulichx86: optimize BT{,C,R,S} $imm,%reg
2023-02-16 Alan ModraPR30046, power cmpi leads to unknown architecture
2023-02-16 Jan BeulichRISC-V: as_warn() already emits a newline
2023-02-16 Jan Beulichx86/gas: replace inappropriate assertion when parsing...
2023-02-10 Jan Beulichx86: drop use of VEX3SOURCES
2023-02-10 Jan Beulichx86: drop use of XOP2SOURCES
2023-02-10 Jan Beulichx86: limit use of XOP2SOURCES
2023-02-10 Jan Beulichx86: move (and rename) opcodespace attribute
2023-02-10 Jan Beulichx86: simplify a few expressions
2023-02-10 Jan Beulichx86: improve special casing of certain insns
2023-02-03 Jan Beulichx86: drop LOCK from XCHG when optimizing
2023-02-03 Jan Beulichx86-64: respect {nooptimize} when building VEX prefix
2023-02-03 Jan Beulichx86: respect {nooptimize} for LEA
2023-02-03 Jan Beulichx86-64: respect MOVABS when choosing alternative encodings
2023-02-02 Indu Bhagatgas: use "stack trace" instead of "unwind" for SFrame
2023-02-01 Alan Modraobj-elf.h BYTES_IN_WORD
2023-02-01 Alan Modragas obj_end
2023-01-31 Jan BeulichRISC-V: make C-extension JAL available again for (32...
2023-01-27 Jan Beulichx86: move reg_operands adjustment
2023-01-27 Jan Beulichx86: drop dead SSE2AVX-related code
2023-01-27 Jan Beulichx86: use ModR/M for FPU insns with operands
2023-01-27 Jan Beulichx86/Intel: improve special casing of certain insns
2023-01-27 Alan Modragas macro memory leaks
2023-01-23 Mark HarmstoneAdd support for secidx relocations to aarch64-w64-mingw32
2023-01-20 Jan Beulichx86: avoid strcmp() in a few places
2023-01-20 Jan Beulichx86: move insn mnemonics to a separate table
2023-01-20 Jan Beulichx86: abstract out obtaining of a template's mnemonic
2023-01-17 Stam Markianos-Wrightgas: arm: Change warning message to not reference speci...
2023-01-17 Stam Markianos-Wrightgas: arm: Fix a further IT-predicated vcvt issue in...
2023-01-16 Alan ModraTidy gas/expr.c static state
2023-01-16 Alan ModraPR29991, MicroMIPS flag erased after align directives
2023-01-12 Alan ModraUse __func__ rather than __FUNCTION__
2023-01-11 Jan Beulichgas/RISC-V: adjust assembler for opcode table re-ordering
2023-01-10 Mark Harmstonegas: Restore tc_pe_dwarf2_emit_offset for pe-aarch64
2023-01-10 Mark HarmstoneAdd .secrel32 for pe-aarch64
2023-01-10 Mark HarmstoneAdd pe-aarch64 relocations
2023-01-03 Nick CliftonFix a translation problem in the x86 assembler.
2023-01-02 Alan Modraobsolete target tidy
2023-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2022-12-29 Tsukasa OIRISC-V: Simplify riscv_csr_address logic on state enabl...
2022-12-22 Jan Beulichx86: correct/improve TSX controls
2022-12-22 Jan Beulichx86: add dependencies on SVME
2022-12-22 Jan Beulichx86: add dependencies on VMX
2022-12-22 Jan Beulichx86: add dependencies on AVX2
2022-12-22 Jan Beulichx86: correct SSE dependencies
2022-12-22 Jan Beulichx86: correct what gets disabled by certain ".arch ...
2022-12-22 Jan Beulichx86: re-work ISA extension dependency handling
2022-12-21 Jan Beulichx86: rename CheckRegSize to CheckOperandSize
2022-12-14 Li XuRISC-V: Add string length check for operands in AS
2022-12-14 Jan Beulichx86: adjust type checking constructs
2022-12-12 Jan Beulichx86: further re-work insn/suffix recognition to also...
2022-12-12 Jan Beulichx86: drop (now) stray IsString
2022-12-12 Jan Beulichx86: move bad-use-of-TLS-reloc check
2022-12-12 Jan Beulichx86-64: allow HLE store of accumulator to absolute...
2022-12-12 Jan Beulichix86: don't recognize/derive Q suffix in the common...
2022-12-12 Jan Beulichx86: re-work insn/suffix recognition
2022-12-12 Jan Beulichx86: constify parse_insn()'s input
2022-12-12 Jan Beulichx86: generate template sets data at build time
2022-12-12 Jan Beulichx86: drop sentinel from i386_optab[]
2022-12-12 Jan Beulichx86: instantiate i386_{op,reg}tab[] in gas instead...
2022-12-02 Jan Beulichx86: drop most OPERAND_TYPE_* (and rework the rest)
2022-12-02 Jan Beulichx86: simplify and slightly correct XCHG vs NOP checking
2022-12-02 Jan Beulichx86: also use D for XCHG and TEST
2022-12-01 Jan Beulichx86: rework of match_template()'s suffix checking
2022-12-01 Jan Beulichx86: drop No_ldSuf
2022-12-01 Jan Beulichx86/Intel: drop LONG_DOUBLE_MNEM_SUFFIX
2022-12-01 Jan Beulichx86/Intel: restrict use of LONG_DOUBLE_MNEM_SUFFIX
2022-11-30 Jan Beulichx86/Intel: adjustment to restricted suffix derivation
2022-11-30 Jan Beulichx86: clean up after removal of support for gcc <= 2.8.1
2022-11-30 Jan Beulichx86: drop FloatR
2022-11-29 Max Filippovxtensa: allow dynamic configuration
2022-11-28 Tsukasa OIRISC-V: Better support for long instructions (assembler)
2022-11-25 Christoph Müllnerriscv: Add AIA extension support (Smaia, Ssaia)
2022-11-24 Jan Beulichx86: widen applicability and use of CheckRegSize
2022-11-24 Jan Beulichx86: correct handling of LAR and LSL
2022-11-19 Tsukasa OIRISC-V: Add 'Ssstateen' extension and its CSRs
2022-11-18 Zac WalkerGAS fix alignment for aarch64-pe
next