aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/x86-tune.def
AgeCommit message (Expand)AuthorFilesLines
2013-12-23Use proper Intel processor names for -march=/-mtune=H.J. Lu1-42/+42
2013-12-19Enable TARGET_LOOP_UNROLL_ADJUST for bdver3/bdver4Ganesh Gopalasubramanian1-0/+6
2013-11-12Turn on SEE unaligned load and store for HaswellH.J. Lu1-2/+2
2013-11-12Properly handle AVX256 unaligned load and storeH.J. Lu1-5/+5
2013-11-11re PR target/58853 (ICE in expand_set_or_movmem_prologue_epilogue_by_misalign...Uros Bizjak1-7/+7
2013-11-04i386.c (memory_address_length): Extract a part of code to rip_relative_addr_p.Wei Mi1-4/+22
2013-11-04i386-c.c (ix86_target_macros_internal): Separate PROCESSOR_COREI7_AVX out fro...Wei Mi1-2/+2
2013-10-22i386.h (TARGET_MISALIGNED_MOVE_STRING_PROLOGUES_EPILOGUES): New tuning flag.Jan Hubicka1-0/+9
2013-10-21* config/i386/i386-tune.def: Add comment; organize into categoriesJan Hubicka1-280/+329
2013-10-20x86-tune.def (X86_TUNE_SLOW_IMUL_IMM32_MEM, [...]): Keep enabled only for K8 ...Jan Hubicka1-3/+3
2013-10-19i386.h (ACCUMULATE_OUTGOING_ARGS): Disable accumulation for cold functions.Jan Hubicka1-5/+34
2013-10-10x86-tune.def: Enable X86_TUNE_SSE_TYPELESS_STORES for generic...Jan Hubicka1-6/+4
2013-10-01x86-tune.def (DEF_TUNE): Remove m_CORE_ALL.Wei Mi1-1/+1
2013-09-29x86-tune.def: Add documentation for each of the options; add whitespace.Jan Hubicka1-22/+193
2013-09-29x86-tune.def (X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL): Enable for generic.Jan Hubicka1-7/+6
2013-09-21x86-tune.def (partial_reg_stall): Disable for CoreI7 and newer.Jan Hubicka1-7/+9
2013-09-19i386.h (TARGET_GENERIC32, [...]): Remove.Jan Hubicka1-8/+5
2013-09-12x86-tune.def: Turn on X86_TUNE_AVOID_MEM_OPND_FOR_CMOVE for SLM.Yuri Rumyantsev1-1/+2
2013-08-14Implement -mno-default, option documentation and code refactoringXinliang David Li1-78/+213
2013-08-07Implement -mtune-crl=..Xinliang David Li1-0/+97