]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gas/config/tc-i386.c
x86: drop REGNAM_{AL,AX,EAX}
[thirdparty/binutils-gdb.git] / gas / config / tc-i386.c
2021-03-30  Jan Beulichx86: drop REGNAM_{AL,AX,EAX}
2021-03-30  Jan Beulichx86: adjust st(<N>) parsing
2021-03-30  Jan Beulichx86: integrate rc_op into struct _i386_insn
2021-03-30  Jan Beulichx86: integrate broadcast_op into struct _i386_insn
2021-03-30  Jan Beulichx86: integrate mask_op into struct _i386_insn
2021-03-30  Jan Beulichx86: make swap_2_operands() have unsigned parameters
2021-03-29  Jan Beulichx86: derive opcode encoding space attribute from base...
2021-03-25  Jan Beulichx86: fix CMPXCHG8B special case when disallowing q...
2021-03-25  Jan Beulichx86: fix AMD Zen3 insns
2021-03-25  Jan Beulichx86-64: limit breakage from gcc movdir64b et al workaround
2021-03-24  Jan Beulichx86: derive opcode length from opcode value
2021-03-24  Jan Beulichx86: derive mandatory prefix attribute from base opcode
2021-03-24  Jan Beulichx86: don't use opcode_length to identify pseudo prefixes
2021-03-23  Jan Beulichx86: re-number PREFIX_0X<nn>
2021-03-23  Jan Beulichx86: split opcode prefix and opcode space representation
2021-03-23  Jan Beulichx86: don't open-code PREFIX_NONE
2021-03-23  Jan Beulichx86: unbreak certain MPX insn operand forms
2021-03-22  Martin LiskaAdd startswith function and use it instead of CONST_STRNEQ.
2021-03-09  Jan Beulichx86: fold some prefix related attributes into a single one
2021-02-16  Jan Beulichx86: honor template rather than actual operands when...
2021-02-16  Jan Beulichx86: record register use for SIMD insns without respect...
2021-01-18  Alan ModraPR27198, segv in S_IS_WEAK
2021-01-13  H.J. Lux86: Don't generate GOT_symbol for PLT relocations
2021-01-01  Alan ModraPR27116, Spelling errors found by Debian style checker
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-10-30  H.J. Lux86: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
2020-10-20  Ganesh Gopalasubra... Add AMD znver3 processor support
2020-10-16  Cui,LiliEnhancement for avx-vnni patch
2020-10-14  H.J. Lux86: Support Intel AVX VNNI
2020-10-14  Lili Cuix86: Add support for Intel HRESET instruction
2020-10-14  Lili Cuix86: Support Intel UINTR
2020-10-14  H.J. Lux86: Remove the prefix byte from non-VEX/EVEX base_opcode
2020-10-14  H.J. Lux86: Rename VexOpcode to OpcodePrefix
2020-10-09  H.J. Lux86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker
2020-10-05  T.K. Chiai386: Allow non-absolute segment values for lcall/ljmp
2020-10-03  H.J. Lux86: Update register operand check for AddrPrefixOpReg
2020-09-30  H.J. Lux86: Check register operand for AddrPrefixOpReg
2020-09-24  Cui,LiliAdd support for Intel TDX instructions.
2020-09-23  Terry GuoEnable support to Intel Keylocker instructions
2020-08-23  Alan ModraPR26513, 629310abec breaks assembling PowerPC Linux...
2020-08-21  Alan ModraRearrange symbol_create parameters
2020-08-20  Martin LiskaPort gas/config/* to str_htab.
2020-07-30  H.J. Lux86: Add {disp16} pseudo prefix
2020-07-28  H.J. Lux86: Handle {disp32} for (%bp)/(%ebp)/(%rbp)
2020-07-20  Jan Beulichx86: handle SVR4 escaped binary operators
2020-07-20  Jan Beulichx86: honor absolute section when emitting code
2020-07-19  H.J. Lux86: Change PLT32 reloc against section to PC32
2020-07-13  H.J. Lux86: Remove 32-bit sign extension in offset_in_range
2020-07-11  H.J. Lux86: Support GNU_PROPERTY_X86_FEATURE_2_TMM
2020-07-10  H.J. Lux86: Extract extended states from instruction template
2020-07-10  Lili Cuix86: Add support for Intel AMX instructions
2020-07-09  H.J. Lux86: Properly set YMM/ZMM features
2020-07-02  H.J. Lux86: Add SwapSources
2020-06-30  H.J. LuRemove x86 NaCl target support
2020-06-29  H.J. Lux86: Support VEX base opcode length > 1
2020-06-26  H.J. Lux86: Process ImmExt without operands
2020-06-26  H.J. Lux86: Rename VecSIB to SIB for Intel AMX
2020-06-25  Jan Beulichx86: move ImmExt processing
2020-06-25  Jan Beulichx86: operand sizing prefixes can disambiguate insns
2020-06-25  Jan Beulichx86-64: REX prefix is invalid with VEX etc
2020-06-25  Jan Beulichx86-64: honor REX prefixes for SSE2AVX
2020-06-25  Jan Beulichx86: also refuse data size prefix on SIMD insns
2020-06-25  Jan Beulichx86: drop stray assignment from build_evex_prefix()
2020-06-16  Cui,Lilix86: Correct noavx512_vp2intersect
2020-06-16  Jan Beulichx86: drop SSE4a from SSE check again
2020-06-09  Jan Beulichx86-64: adjust far indirect branch handling
2020-06-09  Jan Beulichx86: don't ignore mandatory pseudo prefixes
2020-06-08  Jan Beulichx86: also handle %k<N> and %bnd<N> in debugging helpers
2020-06-08  Jan Beulichx86: simplify check_byte_reg()
2020-06-08  Jan Beulichx86: restrict %tr<N> visibility
2020-06-08  Jan Beulichx86: also allow %st(N) in CFI directives
2020-06-08  Jan Beulichx86: restrict use of register aliases
2020-05-18  liuhongtDon't handle lret/iret when -mlfence-before-ret=[or...
2020-04-27  Tamar Christinax86: Add i386 PE big-object support
2020-04-26  liuhongtImprove -mlfence-after-load
2020-04-07  Cui,LiliAdd support for intel TSXLDTRK instructions$
2020-04-02  LiliCuiAdd support for intel SERIALIZE instruction
2020-03-11  H.J. Lui386: Generate lfence with load/indirect branch/ret...
2020-03-06  Jan Beulichx86: reduce amount of various VCVT* templates
2020-03-06  Jan Beulichx86: drop/replace IgnoreSize
2020-03-06  Jan Beulichx86: fold (supposed to be) identical code
2020-03-06  Jan Beulichx86: replace NoRex64 on VEX-encoded insns
2020-03-06  Jan Beulichx86: drop Rex64 attribute
2020-03-06  Jan Beulichx86: correct MPX insn w/o base or index encoding in...
2020-03-06  Jan Beulichx86: refine TPAUSE and UMWAIT
2020-03-04  Jan Beulichx86: support VMGEXIT
2020-03-03  H.J. Lux86: Replace IgnoreSize/DefaultSize with MnemonicSize
2020-03-03  Hongtao Liux86: Improve -malign-branch
2020-02-26  Alan ModraIndent labels
2020-02-19  H.J. Lux86: Mark cvtpi2ps and cvtpi2pd as MMX
2020-02-17  H.J. Lux86: Remove CpuABM and add CpuPOPCNT
2020-02-17  Jan Beulichx86: fold AddrPrefixOpReg templates
2020-02-17  Jan Beulichx86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X}
2020-02-17  Jan Beulichx86/Intel: improve diagnostics for ambiguous VCVT*...
2020-02-16  H.J. Lux86: Don't disable SSE4a when disabling SSE4
2020-02-14  Jan Beulichx86: replace adhoc (partly wrong) ambiguous operand...
2020-02-14  Jan Beulichx86: adjust segment override prefix emission
2020-02-14  Jan Beulichx86: optimize away pointless segment overrides
2020-02-14  Jan Beulichx86: extend LEA's segment override warning
2020-02-13  H.J. Lux86: Resolve PLT32 reloc aganst local symbol to section
next