i386: Add -mbranches-within-32B-boundaries
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
2018-05-07  H.J. LuEnable Intel MOVDIRI, MOVDIR64B instructions
2018-05-07  H.J. Lux86: Replace AddrPrefixOp0 with AddrPrefixOpReg
2018-04-27  Igor TsimbalistRevert "Enable Intel MOVDIRI, MOVDIR64B instructions."
2018-04-26  Igor TsimbalistEnable Intel MOVDIRI, MOVDIR64B instructions.
2018-04-26  Jan Beulichx86: fold various non-memory operand AVX512VL templates
2018-04-26  Jan Beulichx86: also optimize zeroing-masking variants of insns
2018-04-26  Jan Beulichx86: properly force / avoid forcing EVEX encoding
2018-04-26  Jan Beulichx86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask
2018-04-26  Jan Beulichx86: don't recognize bnd<N> as registers without CpuMPX
2018-04-26  Jan Beulichx86: x87-related adjustments
2018-04-26  Jan Beulichx86: fix indentation in build_modrm_byte()
2018-04-26  Jan Beulichx86: move and fold common code in build_modrm_byte()
2018-04-26  Jan Beulichx86: drop VexImmExt
2018-04-26  Jan Beulichx86: tighten assertion in build_modrm_byte()
2018-04-26  Jan Beulichx86: drop dead code from build_modrm_byte()
2018-04-17  Igor TsimbalistEnable Intel CLDEMOTE instruction.
2018-04-16  Alan ModraRemove netware support
2018-04-11  Igor TsimbalistEnable Intel WAITPKG instructions.
2018-03-28  Jan Beulichx86: drop VecESize
2018-03-28  Jan Beulichx86: convert broadcast insn attribute to boolean
2018-03-28  Jan Beulichx86: fold to-scalar-int conversion insns
2018-03-22  Jan Beulichx86: use local variable in check_VecOperands()
2018-03-22  Jan Beulichix86: allow HLE store of accumulator to absolute address
2018-03-22  Jan Beulichx86/Intel: fix fallout from earlier template folding
2018-03-22  Jan Beulichx86: fold a few XOP templates
2018-03-09  H.J. Lux86: Encode EVEX instructions with VEX128 if possible
2018-03-09  H.J. Lux86: Strip whitespace in check_VecOperations
2018-03-09  H.J. Lux86: Optimize with EVEX128 encoding for AVX512VL
2018-03-08  H.J. Lux86-64: Also optimize "clr reg64"
2018-03-08  H.J. Lux86: Remove support for old (<= 2.8.1) versions of gcc
2018-03-08  Jan Beulichx86: fold several AVX512VL templates
2018-03-08  Jan Beulichx86: fold certain AVX512 rotate and shift templates
2018-03-08  Jan Beulichx86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX
2018-03-08  Jan Beulichx86: correct operand size match checks for BMI/BMI2...
2018-03-08  Jan Beulichx86: fold redundant expressions in process_suffix()
2018-03-08  Jan Beulichx86: simplify result processing of cpu_flags_match()
2018-03-08  Jan Beulichx86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_...
2018-03-08  Jan Beulichx86: change AVX512VL handling in cpu_flags_match()
2018-03-08  Jan Beulichx86: drop CPU_FLAGS_32BIT_MATCH
2018-03-08  Jan Beulichx86: simplify AVX checks in cpu_flags_match()
2018-03-08  Jan Beulichx86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_...
2018-03-08  Jan Beulichx86: extend SSE check to PCLMULQDQ, AES, and GFNI insns
2018-03-08  Jan Beulichx86: drop FloatD
2018-03-08  Jan Beulichx86: adjust 4-XMM-register-group related warning
2018-03-08  Jan Beulichx86: fold AVX vcvtpd2ps memory forms
2018-03-07  H.J. Lux86: Rewrite NOP generation for fill and alignment
2018-03-01  H.J. Lux86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128
2018-02-27  H.J. Lux86: Add -O[2|s] assembler command-line options
2018-02-22  H.J. Lux86: Add {rex} pseudo prefix
2018-02-17  H.J. LuAdd .nop assembler directive
2018-02-13  H.J. Lux86-64: Generate branch with PLT32 relocation
2018-02-13  Nick CliftonFix compile time warning messages from gcc version...
2018-01-23  Igor TsimbalistEnable Intel PCONFIG instruction.
2018-01-23  Igor TsimbalistEnable Intel WBNOINVD instruction.
2018-01-17  Igor TsimbalistReplace CET bit with IBT and SHSTK bits.
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-12-18  Jan Beulichx86: fold certain AVX and AVX2 templates
2017-12-18  Jan Beulichx86: fold RegXMM/RegYMM/RegZMM into RegSIMD
2017-12-18  Jan Beulichx86: drop FloatReg and FloatAcc
2017-12-18  Jan Beulichx86: replace Reg8, Reg16, Reg32, and Reg64
2017-12-17  H.J. Lux86: Check pseudo prefix without instruction
2017-12-15  Jan Beulichx86: correct operand type checks
2017-12-15  Jan Beulichx86: correct abort check
2017-11-30  Jan Beulichx86: drop Vec_Disp8
2017-11-24  Jan Beulichx86: reject further invalid AVX-512 masking constructs
2017-11-23  Jan Beulichx86: fix AVX-512 16-bit addressing
2017-11-23  Jan Beulichx86-64: always use unsigned 32-bit reloc for 32-bit...
2017-11-23  Jan Beulichx86: drop redundant VSIB handling code
2017-11-16  Jan Beulichix86/Intel: don't require memory operand size specifier...
2017-11-13  Jan Beulichx86: don't default variable shift count insns to 8...
2017-11-13  Jan Beulichx86-64/Intel: issue diagnostic for out of range displac...
2017-10-26  H.J. Lux86: Check invalid XMM register in AVX512 gathers
2017-10-24  H.J. Lui386: Support .code64 directive only with 64-bit bfd
2017-10-23  Igor TsimbalistEnable Intel AVX512_BITALG instructions.
2017-10-23  Igor TsimbalistEnable Intel AVX512_VNNI instructions.
2017-10-23  Igor TsimbalistEnable Intel VPCLMULQDQ instruction.
2017-10-23  Igor TsimbalistEnable Intel VAES instructions.
2017-10-23  Igor TsimbalistEnable Intel GFNI instructions.
2017-10-23  Igor TsimbalistEnable Intel AVX512_VBMI2 instructions.
2017-09-09  H.J. Lux86: Remove restriction on NOTRACK prefix position
2017-06-21  H.J. Lux86: CET v2.0: Update NOTRACK prefix
2017-05-22  H.J. Lux86: Add NOTRACK prefix support
2017-03-09  H.J. LuX86: Add pseudo prefixes to control encoding
2017-03-06  H.J. LuAdd support for Intel CET instructions
2017-01-23  Nick CliftonFix spelling mistakes and typos in the GAS sources.
2017-01-20  Nick CliftonFix potential array overrun in x86 assembler.
2017-01-12  Igor TsimbalistEnable Intel AVX512_VPOPCNTDQ instructions
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-11-02  Igor TsimbalistEnable Intel AVX512_4VNNIW instructions
2016-11-02  Igor TsimbalistEnable Intel AVX512_4FMAPS instructions
2016-10-21  H.J. LuX86: Remove pcommit instruction
2016-10-05  Alan Modra-Wimplicit-fallthrough warning fixes
2016-09-08  H.J. LuAllow PROCESSOR_IAMCU for Intel MCU
2016-09-07  H.J. LuX86: Allow additional ISAs for IAMCU in assembler
2016-08-24  H.J. LuX86: Add ptwrite instruction
2016-07-05  Jan Beulichx86: fix register check in check_qword_reg()
2016-07-01  Jan Beulichx86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP...
2016-07-01  Jan Beulichx86/MPX: fix address size handling
2016-07-01  Jan Beulichx86/Intel: don't accept bogus instructions
2016-07-01  Jan Beulichx86/Intel: fix operand checking for MOVSD
next
This page took 0.789775 seconds and 107 git commands to generate.