aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-02Enable Intel AVX512_4VNNIW instructionsIgor Tsimbalist1-0/+3
2016-11-02Enable Intel AVX512_4FMAPS instructionsIgor Tsimbalist1-0/+22
2016-10-21X86: Remove pcommit instructionH.J. Lu1-2/+0
2016-10-06-Wimplicit-fallthrough warning fixesAlan Modra1-0/+35
2016-09-08Allow PROCESSOR_IAMCU for Intel MCUH.J. Lu1-1/+1
2016-09-07X86: Allow additional ISAs for IAMCU in assemblerH.J. Lu1-21/+2
2016-08-24X86: Add ptwrite instructionH.J. Lu1-0/+2
2016-07-05x86: fix register check in check_qword_reg()Jan Beulich1-1/+1
2016-07-01x86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP-relative addressingJan Beulich1-0/+17
2016-07-01x86/MPX: fix address size handlingJan Beulich1-4/+9
2016-07-01x86/Intel: don't accept bogus instructionsJan Beulich1-5/+27
2016-07-01x86/Intel: fix operand checking for MOVSDJan Beulich1-1/+53
2016-05-29Add .noavx512XX directives to x86 assemblerH.J. Lu1-0/+9
2016-05-27Update x86 CPU_XXX_FLAGS handlingH.J. Lu1-5/+20
2016-05-27Replace CpuAMD64/CpuIntel64 with AMD64/Intel64H.J. Lu1-7/+4
2016-05-27Correct CpuMax in i386-opc.hH.J. Lu1-8/+11
2016-05-27Don't clear cpu64 nor cpuno64H.J. Lu1-2/+0
2016-05-25Require another match for AVX512VLH.J. Lu1-0/+15
2016-05-25Reimplement .no87/.nommx/.nosse/.noavx directivesH.J. Lu1-163/+253
2016-05-20Preserve addend for R_386_GOT32 and R_X86_64_GOT32H.J. Lu1-5/+0
2016-05-13use XNEW and related macros moreTrevor Saunders1-7/+7
2016-05-10Enable Intel RDPID instruction.Alexander Fomin1-0/+2
2016-04-04Don't use vec_disp8 encoding with the .d32 suffixH.J. Lu1-1/+3
2016-04-01Constify moreAlan Modra1-2/+2
2016-03-29make md_parse_option () take a const char *Trevor Saunders1-1/+1
2016-03-20tc-i386.c: store encoded instructions in unsigned char[]Trevor Saunders1-33/+33
2016-02-20[i386] Check RegVRex in register_numberH.J. Lu1-0/+3
2016-02-03Add -mrelax-relocations= to x86 assemblerH.J. Lu1-3/+27
2016-01-29Add option -mfence-as-lock-add=[no|yes].Andrew Senkevich1-0/+35
2016-01-25Rename OPTION_OMIT_LOCK_PREFIX to OPTION_MOMIT_LOCK_PREFIXH.J. Lu1-3/+3
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-12-18Process 64-bit imm/disp only for 64-bit BFDH.J. Lu1-0/+6
2015-12-09Implement Intel OSPKE instructionsH.J. Lu1-0/+2
2015-11-09gas: Fix left shift of negative value.Dominik Vogt1-1/+1
2015-10-22Add R_X86_64_[REX_]GOTPCRELX support to gas and ldH.J. Lu1-1/+9
2015-10-22Add R_386_GOT32X support to gas and ldH.J. Lu1-14/+63
2015-10-19Add a gas configure option to select the default behaviour for the generation...Nick Clifton1-6/+0
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-16/+20
2015-08-12Remove trailing spaces in gasH.J. Lu1-1/+1
2015-07-15Make x86 Linux assembler default to gABI compliantH.J. Lu1-1/+1
2015-06-30Add support for monitorx/mwaitx instructionsAmit Pawar1-0/+30
2015-06-28Remove COMPRESS_DEBUG_ZLIBH.J. Lu1-1/+1
2015-05-15Support AMD64/Intel ISAs in assembler/disassemblerH.J. Lu1-0/+22
2015-05-15Add -mshared option to x86 ELF assemblerH.J. Lu1-3/+32
2015-05-13Revert "Add -mno-shared to x86 assembler"H.J. Lu1-17/+0
2015-05-11Default e_machine to EM_IAMCU for i?86-*-elfiamcuH.J. Lu1-1/+23
2015-05-11Add Intel MCU support to gasH.J. Lu1-3/+55
2015-05-08Add -mno-shared to x86 assemblerH.J. Lu1-0/+17
2015-05-07Optimize branches to non-weak symbols with visibilityH.J. Lu1-4/+20