aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-05re PR tree-optimization/53342 (rnflow.f90 is ~5% slower after revision 187340)Richard Biener1-29/+16
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03revert: [multiple changes]Richard Biener1-15/+12
2013-01-03re PR tree-optimization/55857 (ICE: verify_ssa failed)Richard Biener1-1/+2
2013-01-02tree-vect-stmts.c (vectorizable_load): When vectorizing an invariant load do ...Richard Biener1-11/+13
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-21/+21
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-271/+256
2012-11-13re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek1-2/+12
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-122/+122
2012-10-19re PR tree-optimization/54976 (FAIL: gcc.dg/torture/pr47975.c (internal compi...Richard Biener1-4/+9
2012-10-16re PR tree-optimization/54889 (Revision 191983 gives compfail for 465.tonto i...Jakub Jelinek1-5/+11
2012-10-12re PR tree-optimization/54894 (internal compiler error: in vect_get_vec_def_f...Richard Biener1-5/+5
2012-10-02re PR testsuite/54772 (vectorization broken in gfortran on x86_64-*-freebsd)Sharad Singhai1-0/+1
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-298/+396
2012-09-18statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther1-7/+7
2012-08-23tree-vect-stmts.c (vect_finish_stmt_generation): Update virtual SSA form.Richard Guenther1-0/+26
2012-08-17tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther1-17/+1
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-4/+2
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-11/+6
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-07-25tm.texi: Regenerate.Bill Schmidt1-84/+86
2012-07-24Introduce and use unknown_optabRichard Henderson1-1/+1
2012-07-19Fix 0 != CODE_FOR_nothing thinkoRichard Henderson1-1/+1
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-3/+0
2012-07-17Clean up supportable_widening_operation.Richard Henderson1-15/+8
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-4/+4
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-07-13tm.texi: Regenerate.Bill Schmidt1-58/+133
2012-07-10Use VEC_WIDEN_MULT_EVEN/ODD_EXPR in supportable_widening_operationRichard Henderson1-46/+50
2012-07-10Move vector highpart emulation to the optabs layerRichard Henderson1-152/+19
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-1/+1
2012-06-29tree-vect-stmts.c (vectorizable_operation): Check both VEC_WIDEN_MULT_LO_EXPR...Jakub Jelinek1-2/+7
2012-06-28re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-11/+153
2012-06-26re PR regression/53729 (PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and...Ulrich Weigand1-0/+20
2012-06-15re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek1-1/+5
2012-06-14tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.Bill Schmidt1-42/+0
2012-06-13targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt1-4/+6
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-05-14tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther1-13/+0
2012-05-14re PR bootstrap/53331 (AIX bootstrap failure in tree-vect-data-ref compiling ...Richard Guenther1-4/+13
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-31/+36
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-18/+18
2012-04-17re PR tree-optimization/18437 (vectorizer failed for matrix multiplication)Michael Matz1-0/+103
2012-04-10tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz1-50/+50
2012-04-05tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther1-0/+2
2012-03-26re PR tree-optimization/52721 (segfault in vect_init_vector)Richard Guenther1-18/+17
2012-03-22re PR tree-optimization/52638 (ice in build_vector_from_val)Richard Guenther1-52/+62
2012-03-16tree-vect-stmts.c (vect_get_vec_def_for_operand): Use VIEW_CONVERT_EXPR to co...Richard Guenther1-4/+8
2012-03-16tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther1-10/+1
2012-03-16tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther1-5/+4