x86: remove pointless 2nd parameter from check_VecOperations()
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
2021-06-07  Jan Beulichx86: remove pointless 2nd parameter from check_VecOpera...
2021-06-07  Jan Beulichx86: immediate operands don't allow for vector operations
2021-06-07  Jan Beulichix86: wrap constants
2021-05-28  H.J. Lux86: Restore PC16 relocation overflow check
2021-05-26  H.J. Lux86: Propery check PC16 reloc overflow in 16-bit mode...
2021-05-07  Jan Beulichx86: don't mix disp and imm processing
2021-05-07  Jan Beulichx86: move register check in immediate operand parsing
2021-05-07  Jan Beulichx86: minor improvements to optimize_imm()
2021-05-03  Jan Beulichx86: fold both instances of lex_got()
2021-04-29  Jan Beulichx86: relax when/how @size can be used
2021-04-29  Jan Beulichx86: allow @size to also (sensibly) apply to sections
2021-04-28  Jan Beulichx86: honor signedness of PC-relative relocations
2021-04-27  H.J. Lux86: Add () to silence GCC 5
2021-04-26  Jan Beulichx86: add IS_ELF to check whether to resolve @size reloc
2021-04-26  Jan Beulichx86: limit 32-bit @size overflow checks to 64-bit objects
2021-04-26  Jan Beulichx86: optimize LEA
2021-04-26  Jan Beulichx86-64: have value properly checked when resolving...
2021-04-23  Jan Beulichx86-64: special case LEA when determining signedness...
2021-04-23  Jan Beulichx86-64: defer 32-bit signed displacement check
2021-04-23  Jan Beulichx86: re-order optimize_disp()
2021-04-23  Jan Beulichx86: don't truncate values in diagnostics and alike
2021-04-19  Jan Beulichgas: drop sprint_value()
2021-04-05  Alan ModraC99 gas configury
2021-04-01  Martin LiskaUse startswith in gas subfolder.
2021-03-31  Alan ModraUse bool in gas
2021-03-30  Jan Beulichx86: drop seg_entry
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
next
This page took 0.306055 seconds and 107 git commands to generate.