aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-18fix pr46851 and pr60340: remove unmaintained omega dependence testSebastian Pop1-6/+0
2015-05-27re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener1-0/+5
2015-03-18tree-data-ref.h (struct access_matrix): Remove.Richard Biener1-66/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-08-15re PR tree-optimization/62031 (Different results between O2 and O2 -fpredicti...Richard Biener1-5/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-17rm a bunch of _stat allocation functionsTrevor Saunders1-1/+1
2014-01-28tree-data-ref.h (ddr_is_anti_dependent, [...]): Remove.Richard Biener1-26/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-2/+2
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-13tree-data-ref.h (known_dependences_p): Move here ...Richard Biener1-0/+15
2013-09-11tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener1-86/+0
2013-09-10tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener1-5/+1
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