summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.h
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther2012-09-191-0/+2
* re PR tree-optimization/53081 (memcpy/memset loop recognition)Richard Guenther2012-06-061-4/+1
* tree-data-ref.c (stores_from_loop): Remove.Richard Guenther2012-06-041-10/+18
* tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther2012-06-041-12/+5
* tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther2012-06-041-1/+0
* re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther2012-05-111-3/+4
* tree-affine.h (print_aff): Remove.Richard Guenther2012-03-301-31/+1
* re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther2012-03-021-15/+16
* invoke.texi: Update copyright years.Andrey Belevantsev2012-01-271-1/+1
* re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev2012-01-271-3/+1
* re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek2011-11-071-1/+4
* tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen2011-09-251-1/+1
* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther2011-08-231-1/+1
* invoke.texi (max-stores-to-sink): Document.Ira Rosen2011-03-241-0/+4
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-11/+111
* Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop2011-01-251-2/+2
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-1/+5
* Fix PR43023: fuse_partitions_with_similar_memory_accesses.Sebastian Pop2010-12-101-0/+1
* Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...Sebastian Pop2010-12-021-0/+11
* Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop2010-09-031-1/+2
* Do not check whether memory references accessed in every iteration trap.Sebastian Pop2010-08-241-0/+33
* Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop2010-08-021-0/+1
* tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis2010-04-221-1/+3
* tree-data-ref.h (dot_rdg): Remove prototype.Ben Elliston2009-12-161-1/+0
* Remove trailing white spaces.H.J. Lu2009-11-251-28/+28
* Add a new driver to data reference analysis.Sebastian Pop2009-07-311-0/+2
* tree-data-ref.c (debug_data_references): New.Sebastian Pop2009-07-311-0/+2
* Remove unused function and field in data_reference.Sebastian Pop2009-07-311-7/+0
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-0/+3
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-3/+0
* dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek2009-03-181-12/+12
* re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek2009-01-081-2/+3
* re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)Tomas Bily2008-12-031-1/+1
* re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi...Sebastian Pop2008-10-151-5/+11
* backport: configure: Regenerate.Sebastian Pop2008-09-021-7/+43
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-8/+8
* tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin2008-05-201-6/+72
* re PR tree-optimization/36228 (redundant runtime check while vectorizing)Sebastian Pop2008-05-161-0/+5
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-2/+0
* invoke.texi: Document -ftree-loop-distribution.Sebastian Pop2008-02-281-2/+106
* tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman2007-08-191-0/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-data-ref.c (find_vertex_for_stmt, [...]): New.Sebastian Pop2007-07-231-0/+41
* tree-data-ref.h (data_dependence_relation): New flag reversed_p.Sebastian Pop2007-07-041-0/+4
* tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak2007-05-291-2/+5
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-0/+1
* tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak2007-05-131-103/+65
* * tree-data-ref.h: Remove the prototype for analyze_array.Kazu Hirata2007-03-171-1/+0
* loop.texi: Document the Omega linear constraints solver.Sebastian Pop2007-03-091-5/+7