]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-loop-prefetch.c
Merge from trunk.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-prefetch.c
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  rguenth2013-11-19 Richard Biener <rguenther@suse.de>
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  rsandifoRemove tree_to_hwi.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/ada/
2013-11-16  mrsMerge in trunk.
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-10-23  amacleod * tree-ssa-loop.h: Remove include files.
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-20  mrsMerge in trunk.
2013-10-09  amacleod * tree-flow.h: Move some protoypes. Include new tree...
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-04  mrsMerge in trunk.
2013-08-13  mrsAdd wide-int branch.
2013-01-10  rsandifoUpdate copyright years in gcc/
2013-01-04  jakubUpdate Copyright years for files modified in 2011 and...
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-10-09  vekumarFix for PR53397 by making prefecthing less agressive
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-07-16  stevengcc/
2012-06-17  steven * cfgloop.h: Do not include rtl.h.
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-07  rguenth2012-05-07 Richard Guenther <rguenther@suse.de>
2012-04-12  rguenth2012-04-12 Richard Guenther <rguenther@suse.de>
2012-04-12  rguenth2012-04-12 Richard Guenther <rguenther@suse.de>
2011-10-11  meissnerConvert standard builtin functions from being arrays...
2011-08-18  paolo2011-08-18 Paolo Carlini <paolo.carlini@oracle.com>
2011-08-02  paolo2011-08-02 Paolo Carlini <paolo.carlini@oracle.com>
2011-07-19  rguenth2011-07-19 Richard Guenther <rguenther@suse.de>
2011-06-14  vries2011-06-14 Zdenek Dvorak <ook@ucw.cz>
2011-01-25  spopPass to dr_analyze_indices the analysis loop for subscr...
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-09-06  rguenth2010-09-06 Richard Guenther <rguenther@suse.de>
2010-09-02  ibolton2010-09-02 Ian Bolton <ian.bolton@arm.com>
2010-08-23  cfangFix a typo in the previous commit
2010-08-23  cfangpr45260 Don't generate prefetch if the address of base...
2010-08-20  froydnjgcc/
2010-07-21  spopFix PR 44955: Strip off the real and complex parts.
2010-07-16  froydnj * tree.c (build_common_builtin_nodes): Use build_funct...
2010-07-15  aesok * tree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-09  spoppr44576 Avoid un-necessary prefetch analysis by distrib...
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-07-05  rguenth2010-07-05 Richard Guenther <rguenther@suse.de>
2010-07-04  rsandifogcc/
2010-07-02  spopReduce the cost in miss rate computation.
2010-07-02  spopPR 44576: miss rate computation improvement for prefetc...
2010-06-14  spopAccount prefetch_mod and unroll_factor for the computat...
2010-06-09  spopLimit non-constant step prefetching only to the innermo...
2010-06-09  spopAdjust the threshold value of PREFETCH_MOD_TO_UNROLL_FA...
2010-06-01  steven * gimplify.c: Do not include except.h and optabs.h.
2010-05-25  krebbel2010-05-25 Christian Borntraeger <borntraeger@de...
2010-05-21  jsm28 * diagnostic.c: Don't include tm.h, tree.h, tm_p.h...
2010-05-21  stevengcc/ChangeLog:
2010-05-19  krebbel2010-05-19 Christian Borntraeger <borntraeger@de...
2010-05-17  spopAlso apply the insn to prefetch ratio heuristic to...
2010-05-17  spopDefine PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.
2010-05-14  pthaugen * tree-ssa-loop.prefetch.c (prune_ref_by_group_reuse...
2010-05-11  krebbel2010-05-11 Christian Borntraeger <borntraeger@de...
2010-05-11  krebbel2010-05-11 Christian Borntraeger <borntraeger@de...
2010-05-07  spopDefine the TRIP_COUNT_TO_AHEAD_RATIO heuristic.
2010-05-07  spopAccount for loop unrolling in the insn-to-prefetch...
2010-05-07  spopDump a diagnostic info when the insn-to-mem ratio is...
2010-04-30  stevengcc/ChangeLog:
2009-11-25  hjlRemove trailing white spaces.
2009-08-13  gshobaki2009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-06-09  gshobaki2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-06-08  dwarak2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-04-03  rguenth2009-04-03 Richard Guenther <rguenther@suse.de>
2009-03-04  rakdver * tree-scalar-evolution.c (analyze_scalar_evolution_in...
2008-08-29  hubicka * loop-unswitch.c (unswitch_single_loop): Use optimize...
2008-07-28  rguenth2008-07-28 Richard Guenther <rguenther@suse.de>
2008-06-24  jakub PR tree-optimization/36504
2008-06-20  ghazi * ggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-06-06  rwildgcc/
2007-08-09  hubicka * optabs.c (expand_widen_pattern_expr): Use optabs...
2007-08-01  rakdver * doc/invoke.texi (l1-cache-size): Update documentation.
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-07-09  rakdver * tree-scalar-evolution.c (scev_const_prop): Add argum...
2007-06-16  pinskia2007-06-15 Andrew Pinski <andrew_pinski@playstation...
2007-06-13  kazu * auto-inc-dec.c, c-incpath.c, config/c4x/libgcc.S,
2007-06-10  rakdver * tree-data-ref.c (dr_analyze_alias): Handle case...
2007-06-06  tneumann * tree-ssa-alias-warnings.c (maybe_add_match): Cast...
2007-05-29  rakdver * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to...
2007-04-15  rakdver * tree-ssa-loop-prefetch.c (loop_prefetch_arrays)...
2007-03-16  rakdver * tree-ssa-loop-niter.c (record_estimate): Add "upper...
2007-03-01  rakdver * tree-ssa-loop-prefetch.c (determine_unroll_factor...
2007-02-15  sandra2007-02-15 Sandra Loosemore <sandra@codesourcery...
next