aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-data-refs.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-15re PR tree-optimization/57275 (Error in data dependence analysis during gathe...Richard Biener1-2/+2
2013-05-10tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener1-17/+12
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-42/+19
2013-04-18tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative s...Richard Biener1-24/+18
2013-04-15re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i...Richard Biener1-19/+28
2013-04-11re PR tree-optimization/56878 (Issue with candidate choice in vect_gen_niters...Richard Biener1-9/+22
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener1-25/+0
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-8/+23
2013-04-04re PR tree-optimization/56213 (strided load vectorization is unnecessarily re...Richard Biener1-54/+2
2013-04-03tree-vect-stmts.c (vectorizable_store): Accept BIT_FIELD_REF.Marc Glisse1-0/+2
2013-04-03re PR tree-optimization/56812 (Simple loop is not SLP-vectorized after r196872)Richard Biener1-0/+7
2013-04-02re PR tree-optimization/56778 (ICE on several benchmarks after r196775.)Richard Biener1-0/+34
2013-03-27re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-0/+4
2013-03-21tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener1-426/+320
2013-03-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Remove cond_expr_...Richard Biener1-67/+33
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-127/+41
2013-03-06re PR lto/50494 (gcc.dg/vect/vect-reduc-2char.c fails spuriously on ppc with ...Richard Biener1-2/+5
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-2/+5
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-2/+5
2013-02-05re PR tree-optimization/53342 (rnflow.f90 is ~5% slower after revision 187340)Richard Biener1-21/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03tree-vect-loop.c (vect_analyze_loop_form): Clarify reason for not vectorizing.Richard Biener1-16/+14
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-3/+3
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