Check R_X86_64_32 overflow and allow R_X86_64_64 for x32.
[external/binutils.git] / gas / config / tc-i386.c
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>
2009-12-19 H.J. LuReplace VexNDS, VexNDD and VexLWP with VexVVVV.
2009-12-16 H.J. LuRemove ByteOkIntel.
2009-12-16 H.J. LuReplace Vex0F, Vex0F38, Vex0F3A, XOP08, XOP09 and XOP0A...
2009-12-16 H.J. LuReplace VEX2SOURCES with XOP2SOURCES.
2009-12-16 H.J. LuReplace Vex2Sources and Vex3Sources with VexSources.
2009-12-16 H.J. LuRemove VexW0 and VexW1. Add VexW.
2009-12-15 H.J. LuDefine VEX128 and VEX256.
2009-12-11 Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-12-10 H.J. Lu2009-12-09 H.J. Lu <hongjiu.lu@intel.com>
2009-11-18 Sebastian Pop2009-11-18 Sebastian Pop <sebastian.pop@amd.com>
2009-11-18 Sebastian Pop2009-11-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-14 H.J. LuCheck destination operand for lockable instructions.
2009-11-14 H.J. Lu2009-11-13 H.J. Lu <hongjiu.lu@intel.com>
2009-11-12 H.J. Lugas/
2009-11-12 H.J. Lu2009-11-11 H.J. Lu <hongjiu.lu@intel.com>
2009-11-05 Sebastian Pop2009-11-05 Sebastian Pop <sebastian.pop@amd.com>
2009-10-29 H.J. Lugas/
2009-10-13 H.J. Lu2009-10-13 H.J. Lu <hongjiu.lu@intel.com>
2009-10-13 H.J. Lugas/
2009-10-01 H.J. Lu2009-10-01 H.J. Lu <hongjiu.lu@intel.com>
2009-09-24 H.J. Lugas/
2009-09-21 H.J. Lu2009-09-21 H.J. Lu <hongjiu.lu@intel.com>
2009-09-15 H.J. Lu2009-09-15 H.J. Lu <hongjiu.lu@intel.com>
2009-09-15 H.J. Lu2009-09-15 H.J. Lu <hongjiu.lu@intel.com>
2009-09-14 H.J. Lugas/
2009-09-11 Nick Clifton * po/bfd.pot: Updated by the Translation project.
2009-09-09 Alan Modra * config/tc-i386.c (i386_target_format): Avoid duplica...
2009-08-29 Nick Clifton Updated sources to avoid using the identifier...
2009-08-28 H.J. Lugas/
2009-08-10 Jan Kratochvilgas/
2009-07-29 Alan Modra PR ld/10269
2009-07-25 H.J. Lubfd/
2009-07-24 Jan Beulichgas/
2009-07-21 H.J. Lugas/
2009-07-17 H.J. Lu2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
2009-07-17 H.J. Lu2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
2009-07-16 H.J. Lugas/
2009-07-06 Dwarakanath Rajagopal<gas changes>
2009-07-02 Tristan Gingold2009-07-02 Tristan Gingold <gingold@adacore.com>
2009-06-29 H.J. Lu2009-06-29 H.J. Lu <hongjiu.lu@intel.com>
next