aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-17Add clwb instructionIlya Tocar1-0/+2
2014-11-14Correct x86 assembler manualH.J. Lu1-10/+10
2014-11-13Add assembler support for @gotpltH.J. Lu1-0/+3
2014-11-12Fix x86 non-ELF build breakageAlan Modra1-0/+2
2014-11-07X32: Add REX prefix to encode R_X86_64_GOTTPOFFH.J. Lu1-0/+9
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra1-1/+1
2014-10-14Avoid undefined behaviour with signed expressionsAlan Modra1-13/+12
2014-09-23Disallow VEX/EVEX encoded instructions in 16-bit modeH.J. Lu1-4/+13
2014-09-16Add -mevexrcig={rne|rd|ru|rz} option to x86 assembler.Ilya Tocar1-1/+23
2014-09-15Rename OPTION_omit_lock_prefix to OPTION_OMIT_LOCK_PREFIXH.J. Lu1-3/+3