summaryrefslogtreecommitdiff
path: root/gcc/config/i386
Commit message (Expand)AuthorAgeFilesLines
* Add --with-abi= support to x86_64-*-*hjl2012-04-031-0/+28
* Don't check TARGET_64BIT if TARGET_64BIT_DEFAULT is falsehjl2012-03-311-2/+2
* i386: Add and use one_operand_p to vec_perm control struct.rth2012-03-301-62/+54
* * config/i386/sse.md (avx_h<plusminus_insn>v4df3): Fix resultsuros2012-03-291-5/+5
* Add ABI_64 and replace ISA_X32 with ABI_X32hjl2012-03-285-7/+68
* * config/i386/i386.c (ix86_modes_tieable_p): Handle 32bit AVX modes.uros2012-03-281-22/+16
* PR target/52736jakub2012-03-281-1/+1
* Remove MaskExists property from config/*/*.opt fileshjl2012-03-271-3/+3
* PR target/52698uros2012-03-273-1/+72
* PR target/52607jakub2012-03-201-0/+123
* * config/i386/i386.c (vselect_insn): New variable.jakub2012-03-201-26/+76
* PR target/52607jakub2012-03-203-15/+62
* * config/i386/i386.c (ix86_decompose_address) <case ZERO_EXTEND>:jakub2012-03-201-0/+2
* * config/i386/i386.md (allocate_stack): Simplify.uros2012-03-191-15/+16
* * builtins.c (expand_builtin_cexpi): Use copy_addr_to_reg instead ofuros2012-03-192-7/+7
* * config/i386/i386.c (get_thread_pointer): Add tp_mode argument.uros2012-03-193-59/+32
* * config/i386/i386.c (ix86_expand_prologue) <CM_LARGE_PIC>: Use Pmodeuros2012-03-191-15/+23
* * config/i386/i386.md: Remove empty predicates and/or constraints.uros2012-03-186-2144/+2144
* 2012-03-16 Richard Guenther <rguenther@suse.de>rguenth2012-03-161-4/+2
* PR target/52568jakub2012-03-151-0/+70
* PR target/52568jakub2012-03-151-28/+14
* Add -maddress-mode=short|long for x86hjl2012-03-144-1/+31
* Remove obsolete Solaris 8 supportro2012-03-141-3/+3
* Revert:uros2012-03-141-3/+5
* * config/i386/i386.c (x86_decompose_address): Fix commit.uros2012-03-131-4/+4
* * config/i386/smmintrin.h: Avoid /* within a comment.jakub2012-03-132-5/+4
* * config/i386/i386.md (xbegin): Remove constraint from expander.uros2012-03-131-3/+3
* * config/i386/predicates.md (constant_call_address_operand): Declareuros2012-03-133-18/+16
* * config/i386/i386.c (ix86_decompose_address): Handle subregs ofuros2012-03-131-3/+7
* * config/i386/predicates.md (tls_symbolic_operand): Declare asuros2012-03-132-13/+13
* * config/i386/i386.c (ix86_decompose_address): Prevent %fs:(%reg)uros2012-03-131-2/+4
* * config/i386/i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.uros2012-03-132-8/+15
* Remove :P on tls_symbolic_operandhjl2012-03-121-2/+2
* Add ix86_gen_tls_global_dynamic_64 and ix86_gen_tls_local_dynamic_base_64hjl2012-03-122-28/+44
* Properly set ix86_gen_xxx function pointershjl2012-03-122-5/+15
* Committing forgotten headers from r185218.kyukhin2012-03-122-0/+121
* ChangeLog entry:kyukhin2012-03-128-1/+127
* 2012-03-12 Uros Bizjak <ubizjak@gmail.com>uros2012-03-121-0/+43
* Use word_mode instead of Pmode in loop expandhjl2012-03-111-8/+8
* * config/i386/i386.c (ix86_zero_extend_to_Pmode): Rewrite usinguros2012-03-111-8/+3
* Check ptr_mode and use Pmode in ix86_trampoline_inithjl2012-03-111-6/+9
* Use Pmode on x86_64 this parameterhjl2012-03-111-1/+1
* Check Pmode in lwp_slwpcbhjl2012-03-111-1/+1
* * config/i386/predicates.md (call_insn_operand): Allowuros2012-03-113-23/+32
* Properly generate x32 TLS IE sequencehjl2012-03-102-0/+39
* PR target/52530uros2012-03-092-24/+41
* Use word_mode to push/pop register for x86hjl2012-03-092-71/+87
* * config/i386/predicates.md (indirect_branch_operand): Simplify.uros2012-03-081-3/+3
* PR target/52530uros2012-03-081-1/+1
* * config/i386/predicates.md (x86_64_zext_general_operand): New.uros2012-03-072-3/+11