aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-1/+2
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-3/+0
2010-09-02tree-ssa-loop-prefetch.c: Fix comment at head of file.Ian Bolton1-1/+1
2010-08-23Fix a typo in the previous commitChangpeng Fang1-1/+1
2010-08-23pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang1-0/+4
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-07-21Fix PR 44955: Strip off the real and complex parts.Changpeng Fang1-4/+12
2010-07-16tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd1-4/+2
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-09pr44576 Avoid un-necessary prefetch analysis by distributing the cost modelsChangpeng Fang1-47/+110
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-2/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-1/+1
2010-07-02Reduce the cost in miss rate computation.Changpeng Fang1-19/+20
2010-07-02PR 44576: miss rate computation improvement for prefetching loop arrays.Changpeng Fang1-0/+5
2010-06-14Account prefetch_mod and unroll_factor for the computation of the prefetch co...Changpeng Fang1-5/+32
2010-06-09Limit non-constant step prefetching only to the innermost loops.Changpeng Fang1-0/+4
2010-06-09Adjust the threshold value of PREFETCH_MOD_TO_UNROLL_FACTOR_RATIOChangpeng Fang1-4/+4
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+5
2010-05-25re PR middle-end/44203 (New prefetch test failures)Christian Borntraeger1-10/+9
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2010-05-19tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step to tree.Christian Borntraeger1-32/+75
2010-05-17Also apply the insn to prefetch ratio heuristic to loops with known trip count.Changpeng Fang1-14/+15
2010-05-17Define PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.Changpeng Fang1-0/+17
2010-05-14tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs() result to uns...Pat Haugen1-1/+1
2010-05-11tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset prefetch_before to...Christian Borntraeger1-0/+6
2010-05-11tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.Christian Borntraeger1-2/+11
2010-05-07Define the TRIP_COUNT_TO_AHEAD_RATIO heuristic.Changpeng Fang1-1/+13
2010-05-07Account for loop unrolling in the insn-to-prefetch ratio heuristic.Changpeng Fang1-8/+13
2010-05-07Dump a diagnostic info when the insn-to-mem ratio is too small.Changpeng Fang1-1/+7
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-56/+56
2009-08-132009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki1-15/+64
2009-06-092009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki1-3/+4
2009-06-082009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki1-26/+117
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1/+1
2009-03-04tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak1-1/+2
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-32/+33
2008-06-24re PR tree-optimization/36504 (ICE when building xorg-server with -O3 -fprefe...Jakub Jelinek1-0/+3
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-3/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-1/+1
2007-08-01invoke.texi (l1-cache-size): Update documentation.Zdenek Dvorak1-6/+5
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-2/+4
2007-06-15[multiple changes]Andrew Pinski1-3/+3
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-3/+3