aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-19re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-4/+13
2013-04-18tree-vect-data-refs.c (vect_analyze_group_access): Properly handle negative s...Richard Biener1-1/+7
2013-04-15re PR tree-optimization/56933 (Vectorizer missing read-write dependency for i...Richard Biener1-1/+0
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-21/+1
2013-04-03tree-vect-stmts.c (vectorizable_store): Accept BIT_FIELD_REF.Marc Glisse1-0/+2
2013-03-28re PR tree-optimization/56695 (ICE in expand_vec_cond_expr, at optabs.c:6751)Marek Polacek1-9/+7
2013-03-28re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-2/+16
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+5
2013-03-04re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-4/+2
2013-03-04re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-15/+1
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+2
2013-03-01re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+1
2013-02-28re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-16/+16
2013-02-26re PR middle-end/56443 (internal compiler error: verify_gimple failed at -O[1...Jakub Jelinek1-1/+2
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