* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / gas / config / tc-i386.c
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>
2011-04-12 H.J. LuStart error message with lower case.
2011-04-11 Kai Tietz2011-04-11 Kai Tietz <ktietz@redhat.com>
2011-04-11 Nick Clifton * config/tc-i386.c (x86_cons): Define even for non...
2011-03-29 H.J. LuProperly handle multiple operands for x32 quad.
2011-03-28 H.J. LuSupport .quad for x32.
2011-03-28 Nick CliftonAdd support for DragonFlyBSD target.
2011-03-05 H.J. LuRevert the last change.
2011-03-05 H.J. LuSet x86_cie_data_alignment to -4 for x32.
2011-02-25 H.J. LuDon't sign-checking 4-byte relocations for x32.
2011-02-08 H.J. LuUse f32_patt in i386_align_code when tuning for i686.
2011-02-08 H.J. LuAlso update cpu_arch_isa_flags for ISA extensions.
2011-01-26 Kai Tietz2011-01-26 Kai Tietz <kai.tietz@onevision.com>
2011-01-17 Quentin NeillAdd support for TBM instructions.
2011-01-16 H.J. LuDisallow 64bit relocations in x32 mode.
2011-01-15 H.J. LuDon't allow movabs with relocation in x32 mode.
2011-01-14 H.J. LuRename --n32 to --x32.
2011-01-10 Nick Clifton* config/tc-i386.c (x86_elf_abi): Only define for targe...
2011-01-07 Quentin NeillAdd docs and arch tests to BMI.
2011-01-05 H.J. LuImplement BMI instructions.
2010-12-31 H.J. LuAdd x86-64 ILP32 support.
2010-10-14 H.J. LuAdd CheckRegSize to instructions which require register...
2010-10-14 H.J. LuAdd .d32 encoding suffix.
2010-09-16 Alan Modra PR gas/12011
2010-09-09 H.J. LuCheck VEXW1 for 2-byte VEX prefix.
2010-09-03 H.J. LuCheck flag_code instead of use_rela_relocations for...
2010-08-19 H.J. LuFix a typo in comments.
2010-08-18 H.J. LuCheck i.imm_operands VEXXDS.
2010-08-06 H.J. LuRe-indent config/tc-i386.c.
2010-08-06 H.J. LuDon't generate multi-byte NOPs for i686.
2010-08-04 H.J. LuMove the first i.error out of the loop.
2010-07-03 H.J. LuDon't call section_symbol() with expr_section.
2010-07-01 H.J. LuSupport AVX Programming Reference (June, 2010)
2010-06-11 Jan Beulichgas/
2010-06-10 H.J. LuStop if -march=XXX is invalid.
2010-06-10 Jan Beulichgas/
2010-06-08 Sebastian Pop2010-06-08 Quentin Neill <quentin.neill@amd.com>
2010-06-03 Sebastian Pop2010-06-02 Quentin Neill <quentin.neill@amd.com>
2010-04-22 H.J. LuRemove i386_is_register.
2010-04-22 H.J. LuDon't use i386_is_register in tc_x86_parse_to_dw2regnum.
2010-04-22 H.J. LuRemove is_intel_syntax from i386_is_register.
2010-04-21 H.J. LuProperly handle ".equ symbol, reg + NUM" in x86 Intel...
2010-03-22 H.J. LuUse STRING_COMMA_LEN to avoid strlen.
2010-03-22 H.J. LuReplace oprand_size_mismatch with operand_size_mismatch.
2010-03-22 H.J. LuSet error instead of err_msg on failure.
2010-02-25 H.J. LuUpdate x86 assembler error messages.
2010-02-25 H.J. LuImprove x86 assembler error message.
2010-02-11 H.J. LuReformat build_modrm_byte.
2010-02-11 H.J. LuUpdate copyright.
2010-02-11 Sebastian Pop2010-02-10 Quentin Neill <quentin.neill@amd.com>
2010-02-03 Sebastian Pop2010-02-03 Quentin Neill <quentin.neill@amd.com>
2010-01-27 H.J. LuAllow VL=1 on AVX scalar instructions.
2010-01-24 H.J. LuSet the first 3byte VEX prefix individually.
2010-01-15 Sebastian Pop2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
2010-01-06 Sebastian Pop2010-01-06 Quentin Neill <quentin.neill@amd.com>
next