summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-prefetch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* invoke.texi (l1-cache-size): Update documentation.Zdenek Dvorak2007-08-011-6/+5
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-2/+4
* [multiple changes]Andrew Pinski2007-06-151-3/+3
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-3/+3
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak2007-06-101-21/+204
* tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con...Thomas Neumann2007-06-061-1/+1
* tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak2007-05-291-8/+339
* tree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore cold loops.Zdenek Dvorak2007-04-151-0/+7
* tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.Zdenek Dvorak2007-03-161-1/+7
* tree-ssa-loop-prefetch.c (determine_unroll_factor): Bound the unroll factor b...Zdenek Dvorak2007-03-011-17/+28
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-6/+3
* tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak2007-01-281-1/+2
* tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer...Zdenek Dvorak2006-12-231-8/+3
* tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.Zdenek Dvorak2006-12-221-1/+1
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-6/+2
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-9/+8
* tree-ssa-loop-prefetch.c (schedule_prefetches): Cleanup and improve comments.Zdenek Dvorak2006-11-121-53/+50
* params.c (set_param_value): Initialize the "set" field.Zdenek Dvorak2006-11-121-15/+17
* tree-ssa-loop.c (pass_loop_prefetch): Change name to aprefetch.Zdenek Dvorak2006-11-111-3/+4
* decl.c: Include langhooks.h.Rafael Ávila de Espíndola2006-10-231-3/+3
* re PR tree-optimization/28887 (rejects valid code (bitfields and loops) with ...Roger Sayle2006-09-181-4/+8
* re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski2006-09-051-3/+5