]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/tree-data-ref.h
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-data-ref.h
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-08  Richard Bienertree-data-ref.h (lambda_int): New typedef.
2018-10-04  David MalcolmReport vectorization problems via a new opt_problem...
2018-03-24  Richard SandifordUse SCEV information when aligning for vectorisation...
2018-01-13  Richard SandifordSupport for aliasing with variable strides
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-21  Richard Sandifordpoly_int: prune_runtime_alias_test_list
2017-10-13  Richard Bienerre PR tree-optimization/82451 ([GRAPHITE] codegen error...
2017-08-04  Richard SandifordPool alignment information for common bases
2017-08-04  Richard SandifordUse base inequality for some vector alias checks
2017-08-04  Richard SandifordHandle data dependence relations with different bases
2017-07-03  Richard SandifordAdd a helper for getting the overall alignment of a DR
2017-07-03  Richard SandifordAdd DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENT
2017-07-03  Richard SandifordAdd DR_STEP_ALIGNMENT
2017-07-03  Richard SandifordRename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENT
2017-07-03  Richard SandifordMake dr_analyze_innermost operate on innermost_loop_beh...
2017-06-07  Bin Chengtree-vect-data-refs.c (vect_mark_for_runtime_alias_test...
2017-05-31  Bin Cheng* tree-vect-loop-manip.c (create_intersect_range_checks...
2017-05-26  Bin Chengtree-vect-data-refs.c (Operator==, [...]): Move from ...
2017-05-26  Bin Chengtree-vect-data-refs.c (compare_tree): Rename and move ...
2017-05-03  Richard SandifordWrap tree-data-ref.h macro arguments
2017-01-01  Jakub JelinekUpdate copyright years.
2016-04-20  Bin Chengre PR tree-optimization/56625 (After if-conversion...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-06  Aditya Kumarmove dr->alias_set to a helper structure
2015-10-06  Aditya Kumarremove unused struct base_alias_pair
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-08  Aditya KumarRemove limit_scops
2015-07-18  Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-05-27  Richard Bienerre PR tree-optimization/66272 (wrong code at -O3 on...
2015-03-18  Richard Bienertree-data-ref.h (struct access_matrix): Remove.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-08-15  Richard Bienerre PR tree-optimization/62031 (Different results betwee...
2014-05-17  Trevor Saundersuse templates instead of gengtype for typed allocation...
2014-05-17  Trevor Saundersrm a bunch of _stat allocation functions
2014-01-28  Richard Bienertree-data-ref.h (ddr_is_anti_dependent, [...]): Remove.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-12-10  Oleg Endocgraph.h (cgraph_node_set_iterator, [...]): Remove...
2013-10-09  Andrew MacLeodtree-flow.h: Remove all remaining prototypes...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-13  Richard Bienertree-data-ref.h (known_dependences_p): Move here ...
2013-09-11  Richard Bienertree-data-ref.c (dump_rdg_vertex, [...]): Move ...
2013-09-10  Richard Bienertree-data-ref.h (build_rdg): Drop all parameters but...
2013-03-29  Lawrence CrowlAdd uniform debug dump function names.
2013-03-18  Richard Bienertree-data-ref.h (find_data_references_in_loop): Declare.
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-09-19  Richard Guentherre PR tree-optimization/54132 (Incorrect loop transform...
2012-06-06  Richard Guentherre PR tree-optimization/53081 (memcpy/memset loop recog...
2012-06-04  Richard Guenthertree-data-ref.c (stores_from_loop): Remove.
2012-06-04  Richard Guenthertree-data-ref.c (struct rdg_vertex_info): Remove.
2012-06-04  Richard Guenthertree-data-ref.c (have_similar_memory_accesses_1): Remove.
2012-05-11  Richard Guentherre PR tree-optimization/53295 (Vectorizer support for...
2012-03-30  Richard Guenthertree-affine.h (print_aff): Remove.
2012-03-02  Richard Guentherre PR tree-optimization/52406 (likely wrong code bug)
2012-01-27  Andrey Belevantsevinvoke.texi: Update copyright years.
2012-01-27  Andrey Belevantsevre PR middle-end/51389 (GCC uses up to 75GB of virtual...
2011-11-07  Jakub Jelinekre PR tree-optimization/50789 (Gather vectorization)
2011-09-25  Ira Rosentree-data-ref.c (dr_analyze_innermost): Add new argument.
2011-08-23  Richard GuentherMakefile.in (tree-data-ref.o): Add tree-affine.h depend...
2011-03-24  Ira Roseninvoke.texi (max-stores-to-sink): Document.
2011-01-25  Sebastian PopRemove the lambda framework and make -ftree-loop-linear...
2011-01-25  Sebastian PopPass to dr_analyze_indices the analysis loop for subscr...
2011-01-03  Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-12-23  Sebastian PopFix PR47002: memory leaks.
2010-12-10  Sebastian PopFix PR43023: fuse_partitions_with_similar_memory_accesses.
2010-12-02  Sebastian PopFix PR45199: do not aggregate memory accesses to the...
2010-09-03  Sebastian PopUse DR_IS_WRITE instead of !DR_IS_READ.
2010-08-24  Sebastian PopDo not check whether memory references accessed in...
2010-08-02  Sebastian PopAdd -ftree-loop-distribute-patterns enabled at -O3.
2010-04-22  Laurynas Biveinistree-parloops.c (loop_parallel_p): New argument parloop...
2009-12-16  Ben Ellistontree-data-ref.h (dot_rdg): Remove prototype.
2009-11-25  H.J. LuRemove trailing white spaces.
2009-07-31  Sebastian PopAdd a new driver to data reference analysis.
2009-07-31  Sebastian Poptree-data-ref.c (debug_data_references): New.
2009-07-31  Sebastian PopRemove unused function and field in data_reference.
2009-05-24  Ira Rosenpasses.texi (Tree-SSA passes): Document SLP pass.
2009-04-03  Richard Guentherre PR middle-end/13146 (inheritance for nonoverlapping_...
2009-03-18  Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2009-01-08  Jakub Jelinekre PR tree-optimization/37031 (ICE for h264ref in gathe...
2008-12-03  Tomas Bilyre PR middle-end/38250 (ICE with -O2 -ftree-loop-distri...
2008-10-15  Sebastian Popre PR tree-optimization/37686 (Building of CPU2000...
2008-09-02  Sebastian Popbackport: configure: Regenerate.
2008-07-28  Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2008-05-20  Jan Sjodintree-loop-linear.c (gather_interchange_stats): Look...
2008-05-16  Sebastian Popre PR tree-optimization/36228 (redundant runtime check...
2008-05-08  Richard Guenthertree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.
2008-02-28  Sebastian Popinvoke.texi: Document -ftree-loop-distribution.
2007-08-19  Dorit Nuzmantree-data-refs.c (split_constant_offset): Expose.
2007-07-26  Nick CliftonChange copyright header to refer to version 3 of the...
2007-07-23  Sebastian Poptree-data-ref.c (find_vertex_for_stmt, [...]): New.
2007-07-04  Sebastian Poptree-data-ref.h (data_dependence_relation): New flag...
2007-05-29  Zdenek Dvoraktree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.
2007-05-24  Zdenek Dvorakpasses.texi: Document predictive commoning.
2007-05-13  Zdenek Dvoraktree-scalar-evolution.c (resolve_mixers): Exported.
2007-03-17  Kazu Hirata* tree-data-ref.h: Remove the prototype for analyze_array.
2007-03-09  Sebastian Poploop.texi: Document the Omega linear constraints solver.
2007-01-26  Zdenek Dvoraktree-data-ref.c (dump_subscript): Use dump_conflict_fun...
2006-12-10  Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-02  Kazu Hiratabuiltins.c, [...]: Fix comment typos.
next