aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Check R_X86_64_32 overflow and allow R_X86_64_64 for x32.H.J. Lu1-49/+10
2011-07-22Add initial Intel K1OM support.H.J. Lu1-0/+29
2011-06-292011-06-29 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-27/+13
2011-06-10Support AVX Programming Reference (June, 2011).H.J. Lu1-5/+104
2011-05-122011-05-12 Quentin Neill <quentin.neill@amd.com>Quentin Neill1-5/+5
2011-05-102011-05-10 Quentin Neill <quentin.neill@amd.com>Quentin Neill1-4/+6
2011-04-12Start error message with lower case.H.J. Lu1-19/+19
2011-04-112011-04-11 Kai Tietz <ktietz@redhat.com>Kai Tietz1-1/+1
2011-04-11 * config/tc-i386.c (x86_cons): Define even for non-ELF targets.Nick Clifton1-1/+1
2011-03-29Properly handle multiple operands for x32 quad.H.J. Lu1-8/+8
2011-03-28Support .quad for x32.H.J. Lu1-0/+48
2011-03-28Add support for DragonFlyBSD target.Nick Clifton1-0/+1
2011-03-05Revert the last change.H.J. Lu1-10/+3
2011-03-05Set x86_cie_data_alignment to -4 for x32.H.J. Lu1-3/+10
2011-02-25Don't sign-checking 4-byte relocations for x32.H.J. Lu1-1/+1
2011-02-08Use f32_patt in i386_align_code when tuning for i686.H.J. Lu1-1/+1
2011-02-08Also update cpu_arch_isa_flags for ISA extensions.H.J. Lu1-0/+2
2011-01-262011-01-26 Kai Tietz <kai.tietz@onevision.com>Kai Tietz1-0/+5
2011-01-17Add support for TBM instructions.Quentin Neill1-0/+2
2011-01-16Disallow 64bit relocations in x32 mode.H.J. Lu1-17/+27
2011-01-15Don't allow movabs with relocation in x32 mode.H.J. Lu1-11/+24
2011-01-14Rename --n32 to --x32.H.J. Lu1-4/+4
2011-01-10* config/tc-i386.c (x86_elf_abi): Only define for targets that useNick Clifton1-0/+5
2011-01-07Add docs and arch tests to BMI.Quentin Neill1-0/+2
2011-01-05Implement BMI instructions.H.J. Lu1-18/+57
2010-12-31Add x86-64 ILP32 support.H.J. Lu1-10/+67
2010-10-14Add CheckRegSize to instructions which require register size check.H.J. Lu1-3/+2
2010-10-14Add .d32 encoding suffix.H.J. Lu1-7/+17
2010-09-16 PR gas/12011Alan Modra1-2/+2
2010-09-09Check VEXW1 for 2-byte VEX prefix.H.J. Lu1-0/+1
2010-09-03Check flag_code instead of use_rela_relocations for 64bit.H.J. Lu1-2/+2
2010-08-19Fix a typo in comments.H.J. Lu1-1/+1
2010-08-18Check i.imm_operands VEXXDS.H.J. Lu1-3/+3
2010-08-06Re-indent config/tc-i386.c.H.J. Lu1-3/+3
2010-08-06Don't generate multi-byte NOPs for i686.H.J. Lu1-82/+85
2010-08-04Move the first i.error out of the loop.H.J. Lu1-2/+3
2010-07-03Don't call section_symbol() with expr_section.H.J. Lu1-1/+2
2010-07-01Support AVX Programming Reference (June, 2010)H.J. Lu1-0/+8
2010-06-11gas/Jan Beulich1-4/+12
2010-06-10Stop if -march=XXX is invalid.H.J. Lu1-5/+24
2010-06-10gas/Jan Beulich1-45/+10
2010-06-082010-06-08 Quentin Neill <quentin.neill@amd.com>Sebastian Pop1-25/+25
2010-06-032010-06-02 Quentin Neill <quentin.neill@amd.com>Sebastian Pop1-1/+1
2010-04-22Remove i386_is_register.H.J. Lu1-10/+2
2010-04-22Don't use i386_is_register in tc_x86_parse_to_dw2regnum.H.J. Lu1-1/+1
2010-04-22Remove is_intel_syntax from i386_is_register.H.J. Lu1-8/+7
2010-04-21Properly handle ".equ symbol, reg + NUM" in x86 Intel syntax.H.J. Lu1-3/+13
2010-03-22Use STRING_COMMA_LEN to avoid strlen.H.J. Lu1-38/+36
2010-03-22Replace oprand_size_mismatch with operand_size_mismatch.H.J. Lu1-3/+3
2010-03-22Set error instead of err_msg on failure.H.J. Lu1-12/+62