aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-01Remove i386_elf_emit_arch_noteH.J. Lu1-42/+0
2015-04-30Use "else if" on cpu_arch_isaH.J. Lu1-1/+1
2015-04-23x86: don't require operand size specification for AVX512 broadcastsJan Beulich1-0/+1
2015-04-08Add SHF_COMPRESSED support to gas and objcopyH.J. Lu1-1/+2
2015-03-27Remove the unused cpu_flags_setH.J. Lu1-17/+0
2015-03-20Limit multi-byte nop instructions to 10 bytesH.J. Lu1-98/+15
2015-03-17Add znver1 processorGanesh Gopalasubramanian1-0/+6
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-12-14Compress debug sections for Linux/x86 by defaultH.J. Lu1-0/+5
2014-11-18Add -z bndplt to generate BND prefix in PLT entriesIgor Zamyatin1-45/+15
2014-11-17Add AVX512VBMI instructionsIlya Tocar1-0/+2
2014-11-17Add AVX512IFMA instructionsIlya Tocar1-0/+2
2014-11-17Add pcommit instructionIlya Tocar1-0/+2