x86: don't open code is_any_vex_encoding()
[external/binutils.git] / gas / config / tc-i386.c
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
2016-05-29 H.J. LuAdd .noavx512XX directives to x86 assembler
2016-05-27 H.J. LuUpdate x86 CPU_XXX_FLAGS handling
2016-05-27 H.J. LuReplace CpuAMD64/CpuIntel64 with AMD64/Intel64
2016-05-27 H.J. LuCorrect CpuMax in i386-opc.h
2016-05-27 H.J. LuDon't clear cpu64 nor cpuno64
2016-05-25 H.J. LuRequire another match for AVX512VL
2016-05-25 H.J. LuReimplement .no87/.nommx/.nosse/.noavx directives
2016-05-20 H.J. LuPreserve addend for R_386_GOT32 and R_X86_64_GOT32
2016-05-13 Trevor Saundersuse XNEW and related macros more
2016-05-10 Alexander FominEnable Intel RDPID instruction.
2016-04-05 H.J. LuDon't use vec_disp8 encoding with the .d32 suffix
2016-04-01 Alan ModraConstify more
2016-03-29 Trevor Saundersmake md_parse_option () take a const char *
2016-03-20 Trevor Saunderstc-i386.c: store encoded instructions in unsigned char[]
2016-02-20 H.J. Lu[i386] Check RegVRex in register_number
2016-02-03 H.J. LuAdd -mrelax-relocations= to x86 assembler
2016-01-29 Andrew SenkevichAdd option -mfence-as-lock-add=[no|yes].
2016-01-26 H.J. LuRename OPTION_OMIT_LOCK_PREFIX to OPTION_MOMIT_LOCK_PREFIX
2016-01-01 Alan ModraCopyright update for binutils
2015-12-18 H.J. LuProcess 64-bit imm/disp only for 64-bit BFD
2015-12-09 H.J. LuImplement Intel OSPKE instructions
2015-11-09 Dominik Vogtgas: Fix left shift of negative value.
2015-10-22 H.J. LuAdd R_X86_64_[REX_]GOTPCRELX support to gas and ld
2015-10-22 H.J. LuAdd R_386_GOT32X support to gas and ld
2015-10-19 Nick CliftonAdd a gas configure option to select the default behavi...
2015-08-21 Nick CliftonAllow symbol and label names to be enclosed in double...
2015-08-12 H.J. LuRemove trailing spaces in gas
2015-07-15 H.J. LuMake x86 Linux assembler default to gABI compliant
2015-06-30 Amit PawarAdd support for monitorx/mwaitx instructions
2015-06-28 H.J. LuRemove COMPRESS_DEBUG_ZLIB
2015-05-15 H.J. LuSupport AMD64/Intel ISAs in assembler/disassembler
2015-05-15 H.J. LuAdd -mshared option to x86 ELF assembler
2015-05-13 H.J. LuRevert "Add -mno-shared to x86 assembler"
2015-05-11 H.J. LuDefault e_machine to EM_IAMCU for i?86-*-elfiamcu
2015-05-11 H.J. LuAdd Intel MCU support to gas
2015-05-08 H.J. LuAdd -mno-shared to x86 assembler
2015-05-07 H.J. LuOptimize branches to non-weak symbols with visibility
2015-05-01 H.J. LuRemove i386_elf_emit_arch_note
2015-04-30 H.J. LuUse "else if" on cpu_arch_isa
next