aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+6
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-63/+50
2012-09-19re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther1-0/+2
2012-06-06re PR tree-optimization/53081 (memcpy/memset loop recognition)Richard Guenther1-4/+1
2012-06-04tree-data-ref.c (stores_from_loop): Remove.Richard Guenther1-10/+18
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther1-12/+5
2012-06-04tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther1-1/+0
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-3/+4
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther1-31/+1
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther1-15/+16
2012-01-27invoke.texi: Update copyright years.Andrey Belevantsev1-1/+1
2012-01-27re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev1-3/+1
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek1-1/+4
2011-09-25tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen1-1/+1
2011-08-23Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther1-1/+1
2011-03-24invoke.texi (max-stores-to-sink): Document.Ira Rosen1-0/+4
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-11/+111
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-2/+2
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-1/+5
2010-12-10Fix PR43023: fuse_partitions_with_similar_memory_accesses.Sebastian Pop1-0/+1
2010-12-02Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...Sebastian Pop1-0/+11
2010-09-03Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop1-1/+2
2010-08-24Do not check whether memory references accessed in every iteration trap.Sebastian Pop1-0/+33
2010-08-02Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop1-0/+1
2010-04-22tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis1-1/+3
2009-12-16tree-data-ref.h (dot_rdg): Remove prototype.Ben Elliston1-1/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-28/+28
2009-07-31Add a new driver to data reference analysis.Sebastian Pop1-0/+2
2009-07-31tree-data-ref.c (debug_data_references): New.Sebastian Pop1-0/+2
2009-07-31Remove unused function and field in data_reference.Sebastian Pop1-7/+0
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-0/+3
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-3/+0
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-12/+12
2009-01-08re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek1-2/+3
2008-12-03re PR middle-end/38250 (ICE with -O2 -ftree-loop-distribution)Tomas Bily1-1/+1
2008-10-15re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi...Sebastian Pop1-5/+11
2008-09-02backport: configure: Regenerate.Sebastian Pop1-7/+43
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-8/+8
2008-05-20tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin1-6/+72
2008-05-16re PR tree-optimization/36228 (redundant runtime check while vectorizing)Sebastian Pop1-0/+5
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-2/+0
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-2/+106
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-0/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-23tree-data-ref.c (find_vertex_for_stmt, [...]): New.Sebastian Pop1-0/+41
2007-07-04tree-data-ref.h (data_dependence_relation): New flag reversed_p.Sebastian Pop1-0/+4
2007-05-29tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak1-2/+5