summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.h
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/66272 (wrong code at -O3 on x86_64-linux-gnu)Richard Biener2015-05-271-0/+5
* tree-data-ref.h (struct access_matrix): Remove.Richard Biener2015-03-181-66/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR tree-optimization/62031 (Different results between O2 and O2 -fpredicti...Richard Biener2014-08-151-5/+0
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-1/+1
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-171-1/+1
* tree-data-ref.h (ddr_is_anti_dependent, [...]): Remove.Richard Biener2014-01-281-26/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-2/+2
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-data-ref.h (known_dependences_p): Move here ...Richard Biener2013-09-131-0/+15
* tree-data-ref.c (dump_rdg_vertex, [...]): Move ...Richard Biener2013-09-111-86/+0
* tree-data-ref.h (build_rdg): Drop all parameters but loop.Richard Biener2013-09-101-5/+1
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+6
* tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener2013-03-181-0/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-63/+50
* 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