]> Git Repo - binutils.git/history - gas/config/tc-i386.c
x86: simplify .dispNN setting
[binutils.git] / gas / config / tc-i386.c
2021-06-15 Jan Beulichx86: simplify .dispNN setting
2021-06-15 Jan Beulichx86: slightly simplify offset_in_range()
2021-06-15 Jan Beulichx86: harmonize disp with imm handling
2021-06-15 Jan Beulichx86: make offset_in_range()'s warning contents useful...
2021-06-15 Jan Beulichx86: off-by-1 in offset_in_range()
2021-06-15 Jan Beulichx86: permit parenthesized expressions again as addressi...
2021-06-11 H.J. Lux86: Always define TC_PARSE_CONS_EXPRESSION
2021-06-10 Jan Beulichx86: suppress LEA optimization in a specific 16-bit...
2021-06-08 Jan Beulichx86: minor improvements to optimize_imm() (part II)
2021-06-08 Jan Beulichx86: minor improvements to optimize_disp() (part II)
2021-06-08 Jan Beulichx86-64: avoid bogus warnings with 32-bit addressing
2021-06-08 Jan Beulichx86: minor improvements to optimize_disp() (part I)
2021-06-07 Jan Beulichx86: honor quoted figure braces in i386_att_operand()
2021-06-07 Jan Beulichx86: better respect quotes in parse_operands()
2021-06-07 Jan Beulichx86: allow unary operators to start a memory operand
2021-06-07 Jan Beulichx86: make symbol quotation check consistent in i386_att...
2021-06-07 Jan Beulichx86: correct absolute branch check with segment override
2021-06-07 Jan Beulichx86/Intel: drop unnecessary bracket matching from parse...
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
next
This page took 0.86612 seconds and 107 git commands to generate.