aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+16
2012-10-09Fix for PR53397 by making prefecthing less agressiveVenkataramanan Kumar1-17/+60
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-06-17cfgloop.h: Do not include rtl.h.Steven Bosscher1-1/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-07tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile...Richard Guenther1-5/+9
2012-04-12tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther1-1/+3
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-2/+2
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-3/+3
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini1-1/+1
2011-08-02re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)Paolo Carlini1-2/+3
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+2
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-2/+2
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