summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-8/+0
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-45/+33
* Fix PR46928: handle "A[p] == A[p]" in data dep analysis with p a parameter of...Sebastian Pop2010-12-151-2/+3
* Fix PR43023: fuse_partitions_with_similar_memory_accesses.Sebastian Pop2010-12-101-15/+20
* Fix PR42327: use build_int_cst.Sebastian Pop2010-12-071-1/+3
* Fix PR45199: do not aggregate memory accesses to the same array for -ftree-lo...Sebastian Pop2010-12-021-1/+23
* re PR tree-optimization/44913 (-ftree-vectorize causes FAIL: gcc.dg/pr44838.c...Richard Guenther2010-10-141-139/+5
* Add back dot_rdg.Sebastian Pop2010-09-171-0/+70
* Use DR_IS_WRITE instead of !DR_IS_READ.Sebastian Pop2010-09-031-7/+7
* tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther2010-09-011-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-33/+33
* Add -ftree-loop-distribute-patterns enabled at -O3.Sebastian Pop2010-08-021-0/+26
* tree-data-ref.c (initialize_data_dependence_relation): Handle mismatching num...Richard Guenther2010-07-021-1/+8
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-4/+42
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-3/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-7/+7