aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-28This fixes a bootstrapping problem with gcc 4.9 in an x86 PE environment.Nick Clifton1-1/+4
2014-04-09gas TC_PARSE_CONS_EXPRESSION communication with TC_CONS_FIX_NEWAlan Modra1-6/+7
2014-04-04Add support for Intel SGX instructionsIlya Tocar1-0/+2
2014-03-13Add pe/x86_64 bigobj file format.Tristan Gingold1-1/+23
2014-03-05Update copyright yearsAlan Modra1-4/+1
2014-02-21Add support for CPUID PREFETCHWT1Ilya Tocar1-0/+2
2014-02-12Add clflushopt, xsaves, xsavec, xrstorsIlya Tocar1-0/+6
2014-01-22Remove regzmm from AVX2 gather assertMichael Zolotukhin1-4/+2
2014-01-22Add check for invalid register in AVX512 gathersMichael Zolotukhin1-0/+16
2014-01-08Remove regbnd and vec_disp8H.J. Lu1-3/+1
2013-11-18Add a dummy "int bnd_prefix" argumentH.J. Lu1-2/+3
2013-11-17Add R_X86_64_PC32_BND and R_X86_64_PLT32_BNDH.J. Lu1-13/+42
2013-11-15Reorder invalid default mask checkMichael Zolotukhin1-8/+8
2013-11-04x86-64/gas: fix an asymmetry in suffix/register checkingJan Beulich1-5/+6
2013-10-08gas/Jan Beulich1-14/+8
2013-09-30Add AMD bdver4 support.Saravanan Ekanathan1-0/+2
2013-07-26Add Intel AVX-512 supportH.J. Lu1-57/+960
2013-07-25Support Intel SHAH.J. Lu1-0/+2
2013-07-24Support Intel MPXH.J. Lu1-0/+52
2013-05-31Don't align text/data/bss sections for ELFH.J. Lu1-9/+0
2013-03-07Rewrote i386_index_checkH.J. Lu1-121/+106
2013-02-28Replace have_hle with hle_prefixH.J. Lu1-14/+7
2013-02-28Optimize REP prefix checkH.J. Lu1-25/+12
2013-02-19Implement Intel SMAP instructionsH.J. Lu1-0/+2
2013-01-18Support size relocation only for ELFH.J. Lu1-0/+6
2013-01-17Add x86 size relocation support to gasH.J. Lu1-3/+35
2013-01-15Increment length by 1 if the relocation token is removedH.J. Lu1-2/+6
2013-01-10Remove trailing white spaces on gasH.J. Lu1-2/+2
2013-01-092013-01-09 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-2/+2
2012-10-09Add AMD bdver3 support.Nagajyothi Eggone1-0/+2
2012-09-20Replace CpuSSE3 with CpuCX16 for cmpxchg16bH.J. Lu1-0/+2
2012-08-17Add AMD btver1 and btver2 supportH.J. Lu1-1/+7
2012-08-14Terminate register name when reporting bad registerH.J. Lu1-0/+6
2012-08-07Despite them being ignored by the CPU, gas issues segment overrideJan Beulich1-10/+6
2012-08-07The VGATHER group of instructions requires that all three involvedJan Beulich1-29/+84
2012-08-07There were several cases where the registers in the REX encoded rangeJan Beulich1-23/+25
2012-08-07 * config/tc-i386.c (lex_got): Provide implementation for PENick Clifton1-0/+103
2012-07-31The current error message for bad imm4 operands wasn't really helpful,Jan Beulich1-1/+1
2012-07-31Since the word to byte register conversion isn't active for x86-64Jan Beulich1-13/+9
2012-07-31At the point where check_VecOperands()/VEX_check_operands() get run,Jan Beulich1-8/+8
2012-07-16Implement RDRSEED, ADX and PRFCHW instructionsH.J. Lu1-0/+6
2012-06-22gas/Roland McGrath1-3/+3
2012-06-13Fix .dc.a for x32H.J. Lu1-0/+11
2012-05-12Remove x32 addend overflow for BFD_RELOC_64H.J. Lu1-19/+0
2012-05-11Use int and bfd_signed_vma in x32 addend overflow checkH.J. Lu1-3/+5
2012-05-10Display signed hex number in x32 addend overflow checkH.J. Lu1-4/+11
2012-05-10Use fits_in_signed_long to check x32 addend overflowH.J. Lu1-2/+1
2012-05-10Check 64-bit relocation addend overflow for x32H.J. Lu1-0/+11
2012-05-04Add `instruction' to unsupported error messageH.J. Lu1-1/+1
2012-05-04Reformat output_insnH.J. Lu1-1/+1