aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-4/+19
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+52
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-11/+12
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03tree-data-ref.c (dump_conflict_function): Use less vertical spacing.Richard Biener1-36/+19
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-194/+185
2012-09-20re PR tree-optimization/54634 (miscompilation with -O3 -ftree-loop-distribut...Richard Guenther1-3/+3
2012-09-19re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther1-1/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-10/+10
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+1
2012-06-04tree-data-ref.c (stores_from_loop): Remove.Richard Guenther1-82/+0
2012-06-04tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther1-146/+26
2012-06-04tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther1-62/+0
2012-05-31tree-data-ref.c (dr_analyze_innermost): Properly convert the MEM_REF offset t...Richard Guenther1-5/+4
2012-05-29re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther1-8/+15
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-2/+3
2012-04-12re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther1-0/+79
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-14/+13
2012-04-03re PR middle-end/52835 (-O3 wrongly optimizes loop __builtin_memcpy away)Jakub Jelinek1-6/+5
2012-03-30tree-affine.h (print_aff): Remove.Richard Guenther1-91/+54
2012-03-15re PR middle-end/52580 (171.swim performance drop on x86 – vectorization do...Richard Guenther1-23/+27
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther1-32/+82
2012-01-27re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev1-19/+25
2012-01-25re PR tree-optimization/51987 (Predictive commoning wrong-code with non-volat...Jakub Jelinek1-2/+2
2011-11-24tree-data-ref.c (initialize_data_dependence_relation): UpdateRazya Ladelsky1-15/+1
2011-11-16re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for...Razya Ladelsky1-26/+23
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek1-4/+2
2011-10-24re PR tree-optimization/50838 (ice in refs_may_alias_p_1 with -O3)Richard Guenther1-17/+25
2011-10-13re PR tree-optimization/50698 (pretending to create versioning for alias when...Richard Guenther1-3/+0
2011-09-25tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen1-12/+31
2011-09-09re PR middle-end/50333 (internal compiler error: in extract_ops_from_tree, at...Richard Guenther1-1/+2
2011-08-24tree-data-ref.c (dr_analyze_indices): Avoid unsharing the ref in the basic-bl...Richard Guenther1-32/+28
2011-08-24re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)Richard Guenther1-12/+19
2011-08-23Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther1-13/+35
2011-08-23tree-data-ref.c (dr_analyze_indices): Add comments, handle REALPART_EXPR and ...Richard Guenther1-2/+23
2011-08-19re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)Richard Guenther1-9/+8
2011-07-26Avoid use of lang_hooks.types.type_for_size.Sebastian Pop1-4/+2
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-2/+1
2011-07-19re PR tree-optimization/49742 (ICE for gcc.dg/vect/O3-pr39675-2.c on ARM)Richard Sandiford1-13/+17
2011-06-30re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther1-28/+0
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-69/+17
2011-05-11re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...Jakub Jelinek1-2/+2
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-03-24invoke.texi (max-stores-to-sink): Document.Ira Rosen1-1/+43
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-1/+1
2011-02-05Fix PR46194: fix the computation of distance vectors.Sebastian Pop1-24/+6
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-0/+174
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-14/+17