aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-13tm.texi: Regenerate.Bill Schmidt1-10/+36
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-06-26re PR regression/53729 (PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and...Ulrich Weigand1-10/+7
2012-06-20tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Allow adjusting alignm...Richard Guenther1-4/+3
2012-06-19re PR middle-end/53708 (Many failures of the objc tests with -O3 -fnext-runti...Richard Guenther1-0/+6
2012-06-15re PR tree-optimization/53636 (SLP may create invalid unaligned memory accesses)Ulrich Weigand1-0/+18
2012-06-14tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.Bill Schmidt1-1/+1
2012-06-05tree-vect-data-refs.c (vect_analyze_data_refs): Fix last change.Richard Guenther1-1/+4
2012-06-05re PR middle-end/30442 (Expanded array initialization can use memset builtin ...Richard Guenther1-4/+16
2012-05-29re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther1-4/+26
2012-05-18re PR tree-optimization/53390 (ICE: tree check: expected integer_cst, have no...Richard Guenther1-0/+5
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-3/+0
2012-05-14re PR bootstrap/53331 (AIX bootstrap failure in tree-vect-data-ref compiling ...Richard Guenther1-0/+5
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-21/+68
2012-05-09re PR tree-optimization/53185 (segmentation fault in vectorizable_load)Michael Matz1-0/+11
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-6/+2
2012-04-17re PR tree-optimization/18437 (vectorizer failed for matrix multiplication)Michael Matz1-5/+60
2012-04-10tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz1-43/+43
2012-03-26re PR tree-optimization/52686 (SLP crashes with WIDEN_LSHIFT_EXPR)Ulrich Weigand1-0/+1
2012-03-16re PR middle-end/52603 (Test failures in gcc.dg/vect: vectorizing unaligned a...Richard Guenther1-6/+6
2012-03-14re PR tree-optimization/52571 (vectorizer changes alignment of common symbols)Richard Guenther1-5/+12
2012-03-02re PR tree-optimization/52406 (likely wrong code bug)Richard Guenther1-17/+3
2012-02-20re PR tree-optimization/52298 (ICE: verify_ssa failed: definition in block fo...Richard Guenther1-1/+2
2011-12-23Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson1-37/+49
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-43/+43
2011-12-13Revert two unintended commitsRichard Henderson1-43/+43
2011-12-13Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson1-43/+43
2011-12-11re PR tree-optimization/51485 (ICE in vectorizable_assignment)Jakub Jelinek1-0/+20
2011-11-24tree-data-ref.c (initialize_data_dependence_relation): UpdateRazya Ladelsky1-1/+0
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek1-16/+330
2011-11-04Unrevert:Ira Rosen1-2/+48
2011-11-03re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen1-48/+2
2011-10-25Implement interleave via permutation.Richard Henderson1-50/+30
2011-10-24re PR tree-optimization/50730 (SLP vectorization confused by unrelated DRs)Ira Rosen1-2/+49
2011-10-23re PR tree-optimization/50819 (missed SLP vectorization)Ira Rosen1-10/+10
2011-09-19re PR tree-optimization/50413 (Incorrect instruction is used to shift value o...Ira Rosen1-16/+2
2011-09-18re PR tree-optimization/50412 (gfortran -Ofast ICE in vect_do_peeling_for_loo...Ira Rosen1-3/+21
2011-09-15tree-vect-data-refs.c (vect_analyze_data_ref_dependence): Allow read-after-re...Ira Rosen1-0/+5
2011-08-10tree.h (get_pointer_alignment): Remove max-align argument.Richard Guenther1-2/+1
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-5/+2
2011-07-05re PR tree-optimization/49518 (ICE in vect_enhance_data_refs_alignment, at tr...Richard Guenther1-1/+11
2011-06-30re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther1-2/+2
2011-06-23tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use get_pointer_alig...Jakub Jelinek1-1/+3
2011-06-12tree-vect-data-refs.c (vect_peeling_hash_get_most_frequent): Take number of i...Ira Rosen1-1/+3
2011-05-31re PR tree-optimization/49093 (ICE in vect_enhance_data_refs_alignment() with...Ira Rosen1-0/+10
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen1-1/+23
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-77/+77
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-8/+76
2011-04-21tree-vect-data-refs.c (vect_drs_dependent_in_basic_block): Use operand_equal_...Richard Sandiford1-10/+2
2011-04-20Revert last patch.Richard Sandiford1-76/+8