summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-3/+3
* re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini2011-08-181-1/+1
* re PR bootstrap/49914 (call to abs(long long) in gcc/fold-const.c)Paolo Carlini2011-08-021-2/+3
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-4/+2
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-2/+2
* Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop2011-01-251-1/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-3/+0
* tree-ssa-loop-prefetch.c: Fix comment at head of file.Ian Bolton2010-09-021-1/+1
* Fix a typo in the previous commitChangpeng Fang2010-08-231-1/+1
* pr45260 Don't generate prefetch if the address of base could not be taken.Changpeng Fang2010-08-231-0/+4
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* Fix PR 44955: Strip off the real and complex parts.Changpeng Fang2010-07-211-4/+12
* tree.c (build_common_builtin_nodes): Use build_function_type_list instead of ...Nathan Froyd2010-07-161-4/+2
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-1/+1
* pr44576 Avoid un-necessary prefetch analysis by distributing the cost modelsChangpeng Fang2010-07-091-47/+110
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-2/+1
* optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford2010-07-041-1/+1
* Reduce the cost in miss rate computation.Changpeng Fang2010-07-021-19/+20
* PR 44576: miss rate computation improvement for prefetching loop arrays.Changpeng Fang2010-07-021-0/+5
* Account prefetch_mod and unroll_factor for the computation of the prefetch co...Changpeng Fang2010-06-141-5/+32
* Limit non-constant step prefetching only to the innermost loops.Changpeng Fang2010-06-091-0/+4
* Adjust the threshold value of PREFETCH_MOD_TO_UNROLL_FACTOR_RATIOChangpeng Fang2010-06-091-4/+4
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+5
* re PR middle-end/44203 (New prefetch test failures)Christian Borntraeger2010-05-251-10/+9
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-1/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-3/+0
* tree-ssa-loop-prefetch.c (mem_ref_group, ar_data): Change step to tree.Christian Borntraeger2010-05-191-32/+75
* Also apply the insn to prefetch ratio heuristic to loops with known trip count.Changpeng Fang2010-05-171-14/+15
* Define PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.Changpeng Fang2010-05-171-0/+17
* tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse): Cast abs() result to uns...Pat Haugen2010-05-141-1/+1
* tree-ssa-loop-prefetch.c (prune_ref_by_group_reuse): Reset prefetch_before to...Christian Borntraeger2010-05-111-0/+6
* tree-ssa-loop-prefetch.c: Add debug for dropped prefetches.Christian Borntraeger2010-05-111-2/+11
* Define the TRIP_COUNT_TO_AHEAD_RATIO heuristic.Changpeng Fang2010-05-071-1/+13
* Account for loop unrolling in the insn-to-prefetch ratio heuristic.Changpeng Fang2010-05-071-8/+13
* Dump a diagnostic info when the insn-to-mem ratio is too small.Changpeng Fang2010-05-071-1/+7
* toplev.c: Include varray.h for statistics dumping.Steven Bosscher2010-04-301-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-56/+56
* 2009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki2009-08-131-15/+64
* 2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki2009-06-091-3/+4
* 2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>Ghassan Shobaki2009-06-081-26/+117
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-1/+1
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments.Zdenek Dvorak2009-03-041-1/+2
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-32/+33
* re PR tree-optimization/36504 (ICE when building xorg-server with -O3 -fprefe...Jakub Jelinek2008-06-241-0/+3
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-3/+3
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-1/+1