summaryrefslogtreecommitdiff
path: root/gcc/config/i386/x86-tune.def
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Add march=knl.Ilya Tocar2014-12-111-23/+24
* constraints.md (Yr): New.Ilya Enkovich2014-12-031-0/+4
* x86-tune.def (X86_TUNE_SSE_PARTIAL_REG_DEPENDENCY): Remove m_SILVERMONT and m...Evgeny Stupachenko2014-10-131-2/+2
* re PR target/62011 (False Data Dependency in popcnt instruction)Uros Bizjak2014-08-181-0/+5
* re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko2014-06-181-0/+5
* x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.Evgeny Stupachenko2014-04-171-0/+4
* x86-tune.def (X86_TUNE_ACCUMULATE_OUTGOING_ARGS): Enable for generic and rece...Jan Hubicka2014-01-231-1/+1
* Add X86_TUNE_AVOID_LEA_FOR_ADDRH.J. Lu2014-01-171-27/+41
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Use proper Intel processor names for -march=/-mtune=H.J. Lu2013-12-231-42/+42
* Enable TARGET_LOOP_UNROLL_ADJUST for bdver3/bdver4Ganesh Gopalasubramanian2013-12-191-0/+6
* Turn on SEE unaligned load and store for HaswellH.J. Lu2013-11-121-2/+2
* Properly handle AVX256 unaligned load and storeH.J. Lu2013-11-121-5/+5
* re PR target/58853 (ICE in expand_set_or_movmem_prologue_epilogue_by_misalign...Uros Bizjak2013-11-111-7/+7
* i386.c (memory_address_length): Extract a part of code to rip_relative_addr_p.Wei Mi2013-11-041-4/+22
* i386-c.c (ix86_target_macros_internal): Separate PROCESSOR_COREI7_AVX out fro...Wei Mi2013-11-041-2/+2
* i386.h (TARGET_MISALIGNED_MOVE_STRING_PROLOGUES_EPILOGUES): New tuning flag.Jan Hubicka2013-10-221-0/+9
* * config/i386/i386-tune.def: Add comment; organize into categoriesJan Hubicka2013-10-211-280/+329
* x86-tune.def (X86_TUNE_SLOW_IMUL_IMM32_MEM, [...]): Keep enabled only for K8 ...Jan Hubicka2013-10-201-3/+3
* i386.h (ACCUMULATE_OUTGOING_ARGS): Disable accumulation for cold functions.Jan Hubicka2013-10-191-5/+34
* x86-tune.def: Enable X86_TUNE_SSE_TYPELESS_STORES for generic...Jan Hubicka2013-10-101-6/+4
* x86-tune.def (DEF_TUNE): Remove m_CORE_ALL.Wei Mi2013-10-011-1/+1
* x86-tune.def: Add documentation for each of the options; add whitespace.Jan Hubicka2013-09-291-22/+193
* x86-tune.def (X86_TUNE_SSE_UNALIGNED_LOAD_OPTIMAL): Enable for generic.Jan Hubicka2013-09-291-7/+6
* x86-tune.def (partial_reg_stall): Disable for CoreI7 and newer.Jan Hubicka2013-09-211-7/+9
* i386.h (TARGET_GENERIC32, [...]): Remove.Jan Hubicka2013-09-191-8/+5
* x86-tune.def: Turn on X86_TUNE_AVOID_MEM_OPND_FOR_CMOVE for SLM.Yuri Rumyantsev2013-09-121-1/+2
* Implement -mno-default, option documentation and code refactoringXinliang David Li2013-08-141-78/+213
* Implement -mtune-crl=..Xinliang David Li2013-08-071-0/+97