x86: fold some prefix related attributes into a single one
[binutils-gdb.git] / gas / config / tc-i386.c
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
2020-02-13 Jan Beulichx86: fix SSE4a dependencies of ".arch .nosse*"
2020-02-12 Jan Beulichx86: correct VFPCLASSP{S,D} operand size handling
2020-02-12 Jan Beulichx86-64: Intel64 adjustments for insns dealing with...
2020-02-12 Jan Beulichx86: also disallow non-byte/-word registers with byte...
2020-02-12 Jan Beulichx86/Intel: improve diagnostics
2020-02-11 Jan Beulichx86: drop ShortForm attribute
2020-02-10 H.J. Lux86: Accept Intel64 only instruction by default
2020-01-30 Jan Beulichx86: prevent undue use of GOT32X and alike relocations
2020-01-30 Jan Beulichx86-64: also diagnose far returns / IRET with ambiguous...
2020-01-30 Jan Beulichx86: drop further pointless/bogus DefaultSize
2020-01-27 H.J. Lux86-64: Properly encode and decode movsxd
2020-01-22 H.J. Lux86: Always disallow double word suffix with word gener...
2020-01-21 Jan Beulichx86: replace adhoc ambiguous operand checking for CRC32
2020-01-21 Jan Beulichx86: improve handling of insns with ambiguous operand...
2020-01-20 H.J. Lux86-64: Fix TLSDESC relaxation for x32
2020-01-17 H.J. Lux86: Add {vex} pseudo prefix
2020-01-16 Jan Beulichx86: drop found_cpu_match local variable
2020-01-09 Jan Beulichx86: refine when to trigger optimizations
next