]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-ssa-loop-prefetch.c
decl.c, [...]: Remove redundant enum from machine_mode.
[thirdparty/gcc.git] / gcc / tree-ssa-loop-prefetch.c
2014-10-29  Richard Sandiforddecl.c, [...]: Remove redundant enum from machine_mode.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-07-09  Trevor Saundersremove has_execute
2014-04-17  Trevor Saunderspass cfun to pass::execute
2014-04-17  Trevor Saunderspass current function to opt_pass::gate ()
2014-04-17  Trevor Saundersremove has_gate
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-22  Andrew MacLeodgimple.h: Remove all includes.
2013-11-19  David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  Richard Bienercfgloop.h (struct loop_iterator): C++-ify, add construc...
2013-11-19  Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-14  Andrew MacLeodgimplify-be.h: New file.
2013-11-13  Andrew Macleodgimple-walk.h: New File.
2013-11-12  Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-10-23  Andrew MacLeodtree-ssa-loop.h: Remove include files.
2013-10-23  Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-09  Andrew MacLeodtree-flow.h: Move some protoypes.
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-12  Andrew MacLeodtree-ssa.h: New.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2013-01-04  Jakub JelinekUpdate Copyright years for files modified in 2011 and...
2012-11-20  Diego NovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-10-09  Venkataramanan KumarFix for PR53397 by making prefecthing less agressive
2012-08-01  Richard Guenthertree-flow.h (struct gimple_df): Remove syms_to_rename...
2012-07-16  Steven Bosschersystem.h (dump_file): Do not define.
2012-06-17  Steven Bosschercfgloop.h: Do not include rtl.h.
2012-05-31  Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-07  Richard Guenthertree-ssa-loop-prefetch.c (determine_loop_nest_reuse...
2012-04-12  Richard Guenthertree-parloops.c (parallelize_loops): Also consult the...
2012-04-12  Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2011-10-11  Michael MeissnerConvert standard builtin functions from being arrays...
2011-08-18  Paolo Carlinire PR tree-optimization/49963 (ICE: in abs_hwi, at...
2011-08-02  Paolo Carlinire PR bootstrap/49914 (call to abs(long long) in gcc...
2011-07-19  Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-06-14  Zdenek Dvorakre PR middle-end/45098 (Missed induction variable optim...
2011-01-25  Sebastian PopPass to dr_analyze_indices the analysis loop for subscr...
2010-11-30  Joseph Myersdiagnostic-core.h: Include bversion.h.
2010-09-06  Richard Guenthertree.def (MISALIGNED_INDIRECT_REF): Remove.
2010-09-02  Ian Boltontree-ssa-loop-prefetch.c: Fix comment at head of file.
2010-08-23  Changpeng FangFix a typo in the previous commit
2010-08-23  Changpeng Fangpr45260 Don't generate prefetch if the address of base...
2010-08-20  Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
2010-07-21  Changpeng FangFix PR 44955: Strip off the real and complex parts.
2010-07-16  Nathan Froydtree.c (build_common_builtin_nodes): Use build_function...
2010-07-15  Anatoly Sokolovtree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-09  Changpeng Fangpr44576 Avoid un-necessary prefetch analysis by distrib...
2010-07-08  Manuel López-Ibáñeztoplev.h: Do not include diagnostic-core.h.
2010-07-05  Richard Guenthertree-ssa-loop-im.c (for_each_index): Do not handle...
2010-07-04  Richard Sandifordoptabs.h (optab_handler, [...]): Turn into inline funct...
2010-07-02  Changpeng FangReduce the cost in miss rate computation.
2010-07-02  Changpeng FangPR 44576: miss rate computation improvement for prefetc...
2010-06-14  Changpeng FangAccount prefetch_mod and unroll_factor for the computat...
2010-06-09  Changpeng FangLimit non-constant step prefetching only to the innermo...
2010-06-09  Changpeng FangAdjust the threshold value of PREFETCH_MOD_TO_UNROLL_FA...
2010-06-01  Steven Bosschergimplify.c: Do not include except.h and optabs.h.
2010-05-25  Christian Borntraegerre PR middle-end/44203 (New prefetch test failures)
2010-05-21  Joseph Myersdiagnostic.c: Don't include tm.h, tree.h, tm_p.h, langh...
2010-05-21  Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-19  Christian Borntraegertree-ssa-loop-prefetch.c (mem_ref_group, ar_data):...
2010-05-17  Changpeng FangAlso apply the insn to prefetch ratio heuristic to...
2010-05-17  Changpeng FangDefine PREFETCH_MOD_TO_UNROLL_FACTOR_RATIO heuristic.
2010-05-14  Pat Haugentree-ssa-loop.prefetch.c (prune_ref_by_group_reuse...
2010-05-11  Christian Borntraegertree-ssa-loop-prefetch.c (prune_ref_by_group_reuse...
2010-05-11  Christian Borntraegertree-ssa-loop-prefetch.c: Add debug for dropped prefetches.
2010-05-07  Changpeng FangDefine the TRIP_COUNT_TO_AHEAD_RATIO heuristic.
2010-05-07  Changpeng FangAccount for loop unrolling in the insn-to-prefetch...
2010-05-07  Changpeng FangDump a diagnostic info when the insn-to-mem ratio is...
2010-04-30  Steven Bosschertoplev.c: Include varray.h for statistics dumping.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-08-13  Ghassan Shobaki2009-08-13 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-06-09  Ghassan Shobaki2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-06-08  Ghassan Shobaki2009-06-08 Ghassan Shobaki <ghassan.shobaki@amd.com>
2009-04-03  Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-04  Zdenek Dvoraktree-scalar-evolution.c (analyze_scalar_evolution_in_lo...
2008-08-29  Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use optimize_lo...
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-06-24  Jakub Jelinekre PR tree-optimization/36504 (ICE when building xorg...
2008-06-20  Kaveh R. Ghaziggc.h (GGC_RESIZEVAR): New, reorder macros.
2008-06-06  Ralf Wildenhuescgraph.c: Fix typos in comments.
2007-08-09  Jan Hubickaoptabs.c (expand_widen_pattern_expr): Use optabs accestors.
2007-08-01  Zdenek Dvorakinvoke.texi (l1-cache-size): Update documentation.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-09  Zdenek Dvoraktree-scalar-evolution.c (scev_const_prop): Add argument...
2007-06-16  Andrew Pinski[multiple changes]
2007-06-13  Kazu Hirataauto-inc-dec.c, [...]: Fix comment typos.
2007-06-10  Zdenek Dvoraktree-data-ref.c (dr_analyze_alias): Handle case smt...
2007-06-06  Thomas Neumanntree-ssa-alias-warnings.c (maybe_add_match): Cast accor...
2007-05-29  Zdenek Dvoraktree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
2007-04-15  Zdenek Dvoraktree-ssa-loop-prefetch.c (loop_prefetch_arrays): Ignore...
2007-03-16  Zdenek Dvoraktree-ssa-loop-niter.c (record_estimate): Add "upper...
2007-03-01  Zdenek Dvoraktree-ssa-loop-prefetch.c (determine_unroll_factor)...
2007-02-15  Sandra Loosemoretree.h (enum tree_code_class): Add tcc_vl_exp.
2007-01-28  Zdenek Dvoraktree-ssa-loop-unswitch.c: Include tree-inline.h.
2006-12-23  Zdenek Dvoraktree-ssa-loop-niter.c (number_of_iterations_lt_to_ne...
2006-12-22  Zdenek Dvoraktree-ssa-loop-niter.c (zero_p, nonzero_p): Removed.
next