Default e_machine to EM_IAMCU for i?86-*-elfiamcu
[deliverable/binutils-gdb.git] / gas / config / tc-i386.c
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
2015-04-23  Jan Beulichx86: don't require operand size specification for AVX51...
2015-04-08  H.J. LuAdd SHF_COMPRESSED support to gas and objcopy
2015-03-27  H.J. LuRemove the unused cpu_flags_set
2015-03-20  H.J. LuLimit multi-byte nop instructions to 10 bytes
2015-03-17  Ganesh Gopalasubra... Add znver1 processor
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-12-14  H.J. LuCompress debug sections for Linux/x86 by default
2014-11-18  Igor ZamyatinAdd -z bndplt to generate BND prefix in PLT entries
2014-11-17  Ilya TocarAdd AVX512VBMI instructions
2014-11-17  Ilya TocarAdd AVX512IFMA instructions
2014-11-17  Ilya TocarAdd pcommit instruction
2014-11-17  Ilya TocarAdd clwb instruction
2014-11-14  H.J. LuCorrect x86 assembler manual
2014-11-13  H.J. LuAdd assembler support for @gotplt
2014-11-12  Alan ModraFix x86 non-ELF build breakage
2014-11-07  H.J. LuX32: Add REX prefix to encode R_X86_64_GOTTPOFF
2014-10-18  Alan ModraFix PR17493, attempted output of *GAS `reg' section...
2014-10-14  Alan ModraAvoid undefined behaviour with signed expressions
2014-09-23  H.J. LuDisallow VEX/EVEX encoded instructions in 16-bit mode
2014-09-16  Ilya TocarAdd -mevexrcig={rne|rd|ru|rz} option to x86 assembler.
2014-09-15  H.J. LuRename OPTION_omit_lock_prefix to OPTION_OMIT_LOCK_PREFIX
2014-09-12  Alan ModraFix tc-i386.c -Werror=logical-not-parentheses error
2014-08-06  Ilya TocarAdd -momit_lock_prefix=[no|yes] option
2014-07-22  Ilya TocarAdd AVX512DQ instructions and their AVX512VL variants.
2014-07-22  Ilya TocarAdd support for AVX512BW instructions and their AVX512V...
2014-07-22  Ilya TocarAdd support for AVX512VL. Add AVX512VL versions of...
2014-07-17  Ilya TocarProperly handle EVEX register aliases
2014-06-16  Alan ModraReport an error on x86 pcrel BFD_RELOC_SIZE64
2014-05-19  Nick CliftonExtend the fix already created for PR 16858 so that...
2014-04-28  Nick CliftonThis fixes a bootstrapping problem with gcc 4.9 in...
2014-04-09  Alan Modragas TC_PARSE_CONS_EXPRESSION communication with TC_CONS...
2014-04-04  Ilya TocarAdd support for Intel SGX instructions
2014-03-13  Tristan GingoldAdd pe/x86_64 bigobj file format.
2014-03-05  Alan ModraUpdate copyright years
2014-02-21  Ilya TocarAdd support for CPUID PREFETCHWT1
2014-02-12  Ilya TocarAdd clflushopt, xsaves, xsavec, xrstors
2014-01-22  Michael ZolotukhinRemove regzmm from AVX2 gather assert
2014-01-22  Michael ZolotukhinAdd check for invalid register in AVX512 gathers
2014-01-08  H.J. LuRemove regbnd and vec_disp8
2013-11-18  H.J. LuAdd a dummy "int bnd_prefix" argument
2013-11-17  H.J. LuAdd R_X86_64_PC32_BND and R_X86_64_PLT32_BND
2013-11-15  Michael ZolotukhinReorder invalid default mask check
2013-11-04  Jan Beulichx86-64/gas: fix an asymmetry in suffix/register checking
2013-10-08  Jan Beulichgas/
2013-09-30  Saravanan EkanathanAdd AMD bdver4 support.
2013-07-26  H.J. LuAdd Intel AVX-512 support
2013-07-25  H.J. LuSupport Intel SHA
2013-07-24  H.J. LuSupport Intel MPX
2013-05-31  H.J. LuDon't align text/data/bss sections for ELF
2013-03-07  H.J. LuRewrote i386_index_check
2013-02-28  H.J. LuReplace have_hle with hle_prefix
2013-02-28  H.J. LuOptimize REP prefix check
2013-02-19  H.J. LuImplement Intel SMAP instructions
2013-01-18  H.J. LuSupport size relocation only for ELF
2013-01-17  H.J. LuAdd x86 size relocation support to gas
2013-01-15  H.J. LuIncrement length by 1 if the relocation token is removed
2013-01-10  H.J. LuRemove trailing white spaces on gas
2013-01-09  Steve Ellcey2013-01-09 Steve Ellcey <sellcey@mips.com>
2012-10-09  Nagajyothi EggoneAdd AMD bdver3 support.
2012-09-20  H.J. LuReplace CpuSSE3 with CpuCX16 for cmpxchg16b
2012-08-17  H.J. LuAdd AMD btver1 and btver2 support
2012-08-14  H.J. LuTerminate register name when reporting bad register
2012-08-07  Jan BeulichDespite them being ignored by the CPU, gas issues segme...
2012-08-07  Jan BeulichThe VGATHER group of instructions requires that all...
2012-08-07  Jan BeulichThere were several cases where the registers in the...
2012-08-07  Nick Clifton * config/tc-i386.c (lex_got): Provide implementation...
2012-07-31  Jan BeulichThe current error message for bad imm4 operands wasn...
2012-07-31  Jan BeulichSince the word to byte register conversion isn't active...
2012-07-31  Jan BeulichAt the point where check_VecOperands()/VEX_check_operan...
2012-07-16  H.J. LuImplement RDRSEED, ADX and PRFCHW instructions
2012-06-22  Roland McGrathgas/
2012-06-13  H.J. LuFix .dc.a for x32
2012-05-12  H.J. LuRemove x32 addend overflow for BFD_RELOC_64
2012-05-11  H.J. LuUse int and bfd_signed_vma in x32 addend overflow check
2012-05-10  H.J. LuDisplay signed hex number in x32 addend overflow check
2012-05-10  H.J. LuUse fits_in_signed_long to check x32 addend overflow
2012-05-10  H.J. LuCheck 64-bit relocation addend overflow for x32
2012-05-04  H.J. LuAdd `instruction' to unsupported error message
2012-05-04  H.J. LuReformat output_insn
2012-05-04  H.J. LuRemove the extra VEX check
2012-05-04  H.J. LuImprove unsupported error message
2012-03-13  Roland McGrathgas/
2012-02-21  H.J. LuAdd HLEPrefixNone/HLEPrefixLock/HLEPrefixAny/HLEPrefixR...
2012-02-08  H.J. LuImplement Intel Transactional Synchronization Extensions
2012-01-23  Roland McGrath* configure.tgt (i386-*-nacl*): Match it.
2012-01-20  H.J. LuAdd .d8 suffix support to x86 assembler
2012-01-13  H.J. LuAdd vmfunc
2012-01-06  Tristan Gingold2012-01-06 Tristan Gingold <gingold@adacore.com>
2011-08-01  H.J. LuCheck R_X86_64_32 overflow and allow R_X86_64_64 for...
2011-07-22  H.J. LuAdd initial Intel K1OM support.
2011-06-29  Tristan Gingold2011-06-29 Tristan Gingold <gingold@adacore.com>
2011-06-10  H.J. LuSupport AVX Programming Reference (June, 2011).
2011-05-12  Quentin Neill2011-05-12 Quentin Neill <quentin.neill@amd.com>
2011-05-10  Quentin Neill2011-05-10 Quentin Neill <quentin.neill@amd.com>
next
This page took 0.460804 seconds and 107 git commands to generate.