]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gas/config/tc-i386.c
Fix a translation problem in the x86 assembler.
[thirdparty/binutils-gdb.git] / gas / config / tc-i386.c
2023-01-03  Nick CliftonFix a translation problem in the x86 assembler.
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
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  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-11-30  Jan Beulichx86: clean up after removal of support for gcc <= 2.8.1
2022-11-30  Jan Beulichx86: drop FloatR
2022-11-24  Jan Beulichx86: widen applicability and use of CheckRegSize
2022-11-17  H.J. Lui386: Move i386_seg_prefixes to gas
2022-11-15  Indu Bhagatgas: generate .sframe from CFI directives
2022-11-15  Tejas JoshiAdd AMD znver4 processor support
2022-11-14  Jan Beulichx86: fold special-operand insn attributes into a single...
2022-11-11  Jan Beulichx86: drop stray IsString from PadLock insns
2022-11-11  Jan Beulichx86: drop duplicate sse4a entry from cpu_arch[]
2022-11-10  H.J. Lui386: Check invalid (%dx) usage
2022-11-09  Jan Beulichx86/Intel: don't accept malformed EXTRQ / INSERTQ
2022-11-08  Kong LinglingSupport Intel RAO-INT
2022-11-04  konglin1Support Intel AVX-NE-CONVERT
2022-11-02  Jan Beulichx86: simplify expressions in update_imm()
2022-11-02  Hu, Lin1Support Intel MSRLIST
2022-11-02  Hu, Lin1Support Intel WRMSRNS
2022-11-02  Kong LinglingAdd handler for more i386_cpu_flags
2022-11-02  Haochen JiangSupport Intel CMPccXADD
2022-11-02  Cui,LiliSupport Intel AVX-VNNI-INT8
2022-11-02  Hongyu WangSupport Intel AVX-IFMA
2022-10-31  Jan Beulichx86: minor improvements to optimize_imm() (part III)
2022-10-31  H.J. Lux86: Silence GCC 12 warning on tc-i386.c
2022-10-31  Cui, LiliSupport Intel PREFETCHI
2022-10-21  Cui,LiliSupport Intel AMX-FP16
2022-10-20  H.J. Lux86: Check VEX/EVEX encoding before checking vector...
2022-10-20  Jan Beulichx86: re-work AVX-VNNI support
2022-10-12  Jan Beulichx86: drop "regmask" static variable
2022-10-05  Jan Beulichx86/gas: support quoted address scale factor in AT...
2022-09-30  Jan Beulichx86: improve match_template()'s diagnostics
2022-09-30  Jan Beulichx86/Intel: restrict suffix derivation
2022-09-28  Nick CliftonThe help document of as misses some many options
2022-08-18  Jan Beulichx86: move / quiesce pre-386 non-16-bit warning
2022-08-18  Jan Beulichx86: insert "no error" enumerator in i386_error enumeration
2022-08-04  Alan ModraDon't use BFD_VMA_FMT in binutils
2022-08-03  Jan Beulichx86: improve/shorten vector zeroing-idiom optimization...
2022-08-03  Jan Beulichx86: also use D for MOVBE
2022-08-01  Alan ModraGet rid of fprintf_vma and sprintf_vma
2022-07-09  Alan Modrai386 gas: don't leak op_hash or reg_hash memory
2022-07-06  Jan Beulichx86: make D attribute usable for XOP and FMA4 insns
2022-07-06  Jan Beulichx86: fold two switch() statements in match_template()
2022-07-06  Jan Beulichx86: fix 3-operand insn reverse-matching
2022-07-06  Jan Beulichx86: introduce a state stack for .arch
2022-07-06  Jan Beulichx86: generalize disabling of sub-architectures
2022-07-06  Jan Beulichx86: permit "default" with .arch
2022-07-06  Jan Beulichx86: don't leak sub-architecture accumulated strings
2022-07-05  Jan Beulichx86: introduce fake processor type to mark sub-arch...
2022-07-05  Jan Beulichx86: macro-ize cpu_arch[] entries
2022-07-05  Jan Beulichx86: de-duplicate sub-architecture strings accumulation
2022-07-04  Jan Beulichx86: fold Disp32S and Disp32
2022-07-04  Jan Beulichx86: restore masking of displacement kinds
2022-07-04  Jan Beulichx86-64: improve handling of branches to absolute addresses
2022-06-03  Jan Beulichx86: exclude certain ISA extensions from v3/v4 ISA
2022-05-27  Jan Beulichx86/Intel: allow MASM representation of embedded roundi...
2022-05-27  Jan Beulichx86: re-work AVX512 embedded rounding / SAE
2022-05-27  Jan Beulichx86/Intel: allow MASM representation of embedded broadcast
2022-04-20  Jan Beulichx86: reject all invalid SAE variants
2022-04-19  Jan Beulichx86: don't mistake ordinary immediates for SAE / roundi...
2022-04-12  Jan Beulichx86: make {disp16} work similarly to {disp32}
2022-04-07  Mark HarmstoneAdd support for COFF secidx relocations
2022-03-23  Jan Beulichx86: reject relocations involving registers
2022-03-23  Jan Beulichx86: improve resolution of register equates
2022-03-23  Jan BeulichRevert "PR28977 tc-i386.c internal error in parse_register"
2022-03-23  Jan Beulichx86: don't attempt to resolve equates and alike from...
2022-03-21  Jan Beulichx86: don't suppress overflow diagnostics in x32 mode
2022-03-18  Jan Beulichx86: also fold remaining multi-vector-size shift insns
2022-03-18  Jan Beulichx86: fold certain AVX2 templates into their AVX counter...
2022-03-18  Alan ModraPR28977 tc-i386.c internal error in parse_register
2022-03-17  Jan Beulichx86: don't accept base architectures as extensions
2022-03-17  Jan Beulichx86: drop L1OM/K1OM support from gas
2022-03-17  Jan Beulichx86: assorted IAMCU CPU checking fixes
2022-01-06  Jan Beulichx86: drop NoAVX insn attribute
2022-01-06  Jan Beulichx86-64: restrict PC32 -> PLT32 conversion
2022-01-04  Jan Beulichx86/Intel: correct VFPCLASSP{S,D} handling when displac...
next