aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-110/+109
2012-10-31re PR middle-end/53708 (Many failures of the objc tests with -O3 -fnext-runti...Jakub Jelinek1-0/+7
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-96/+95
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-314/+413
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-10/+10
2012-08-22tree-vrp.c (find_assert_locations): Skip also edges from the entry block.Jakub Jelinek1-3/+4
2012-08-17tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther1-1/+7
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-20/+8
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-7/+4
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-1/+0
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-8/+0
2012-07-30target.def (vector_alignment): New target hook.Ulrich Weigand1-1/+1
2012-07-25tm.texi: Regenerate.Bill Schmidt1-29/+51
2012-07-19re PR tree-optimization/53970 (-ftree-vectorization does not handle well unal...Richard Guenther1-1/+1
2012-07-18re PR tree-optimization/53970 (-ftree-vectorization does not handle well unal...Richard Guenther1-8/+16
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-18/+7
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
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