summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+52
* tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener2013-03-181-11/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* tree-data-ref.c (dump_conflict_function): Use less vertical spacing.Richard Biener2013-01-031-36/+19
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-194/+185
* re PR tree-optimization/54634 (miscompilation with -O3 -ftree-loop-distribut...Richard Guenther2012-09-201-3/+3
* re PR tree-optimization/54132 (Incorrect loop transformation with -ftree-loop...Richard Guenther2012-09-191-1/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-10/+10
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+1
* tree-data-ref.c (stores_from_loop): Remove.Richard Guenther2012-06-041-82/+0
* tree-data-ref.c (struct rdg_vertex_info): Remove.Richard Guenther2012-06-041-146/+26
* tree-data-ref.c (have_similar_memory_accesses_1): Remove.Richard Guenther2012-06-041-62/+0
* tree-data-ref.c (dr_analyze_innermost): Properly convert the MEM_REF offset t...Richard Guenther2012-05-311-5/+4
* re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther2012-05-291-8/+15
* re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther2012-05-111-2/+3
* re PR tree-optimization/52943 (likely wrong code bug caused by predictive com...Richard Guenther2012-04-121-0/+79
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-14/+13
* re PR middle-end/52835 (-O3 wrongly optimizes loop __builtin_memcpy away)Jakub Jelinek2012-04-031-6/+5
* tree-affine.h (print_aff): Remove.Richard Guenther2012-03-301-91/+54
* re PR middle-end/52580 (171.swim performance drop on x86 – vectorization do...Richard Guenther2012-03-151-23/+27
* re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther2012-03-021-32/+82
* re PR middle-end/51389 (GCC uses up to 75GB of virtual memory)Andrey Belevantsev2012-01-271-19/+25
* re PR tree-optimization/51987 (Predictive commoning wrong-code with non-volat...Jakub Jelinek2012-01-251-2/+2
* tree-data-ref.c (initialize_data_dependence_relation): UpdateRazya Ladelsky2011-11-241-15/+1
* re PR tree-optimization/49960 (inconsistent outputs when enabling autopar for...Razya Ladelsky2011-11-161-26/+23
* re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek2011-11-071-4/+2
* re PR tree-optimization/50838 (ice in refs_may_alias_p_1 with -O3)Richard Guenther2011-10-241-17/+25
* re PR tree-optimization/50698 (pretending to create versioning for alias when...Richard Guenther2011-10-131-3/+0
* tree-data-ref.c (dr_analyze_innermost): Add new argument.Ira Rosen2011-09-251-12/+31
* re PR middle-end/50333 (internal compiler error: in extract_ops_from_tree, at...Richard Guenther2011-09-091-1/+2
* tree-data-ref.c (dr_analyze_indices): Avoid unsharing the ref in the basic-bl...Richard Guenther2011-08-241-32/+28
* re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)Richard Guenther2011-08-241-12/+19
* Makefile.in (tree-data-ref.o): Add tree-affine.h dependency.Richard Guenther2011-08-231-13/+35
* tree-data-ref.c (dr_analyze_indices): Add comments, handle REALPART_EXPR and ...Richard Guenther2011-08-231-2/+23
* re PR tree-optimization/50067 (Wrong code with -fpredictive-commoning)Richard Guenther2011-08-191-9/+8
* Avoid use of lang_hooks.types.type_for_size.Sebastian Pop2011-07-261-4/+2
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-2/+1
* re PR tree-optimization/49742 (ICE for gcc.dg/vect/O3-pr39675-2.c on ARM)Richard Sandiford2011-07-191-13/+17
* re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther2011-06-301-28/+0
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-69/+17
* re PR debug/48159 (ICE: SIGSEGV in build2_stat (tree.c:3802) with -ftree-loop...Jakub Jelinek2011-05-111-2/+2
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-4/+2
* invoke.texi (max-stores-to-sink): Document.Ira Rosen2011-03-241-1/+43
* gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther2011-03-221-1/+1
* Fix PR46194: fix the computation of distance vectors.Sebastian Pop2011-02-051-24/+6
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-0/+174
* Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop2011-01-251-14/+17
* Use PIP to determine the integer feasibility of a constraint system.Sebastian Pop2011-01-251-1/+3