aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.h
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-0/+1
2007-05-13tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak1-103/+65
2007-03-17* tree-data-ref.h: Remove the prototype for analyze_array.Kazu Hirata1-1/+0
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop1-5/+7
2007-01-26tree-data-ref.c (dump_subscript): Use dump_conflict_function.Zdenek Dvorak1-2/+25
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-4/+0
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-13/+43
2006-11-12Makefile.in (tree-data-ref.o): Add langhooks.h dependency.Zdenek Dvorak1-1/+15
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop1-3/+3
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-16/+26
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop1-4/+30
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-9/+7
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-5/+15
2005-09-15tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin1-0/+1