summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/56695 (ICE in expand_vec_cond_expr, at optabs.c:6751)Marek Polacek2013-03-281-9/+7
* re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener2013-03-281-2/+16
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-051-0/+5
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-041-4/+2
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-041-15/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+2
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-1/+1
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-02-281-16/+16
* re PR middle-end/56443 (internal compiler error: verify_gimple failed at -O[1...Jakub Jelinek2013-02-261-1/+2
* re PR tree-optimization/53342 (rnflow.f90 is ~5% slower after revision 187340)Richard Biener2013-02-051-29/+16
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* revert: [multiple changes]Richard Biener2013-01-031-15/+12
* re PR tree-optimization/55857 (ICE: verify_ssa failed)Richard Biener2013-01-031-1/+2
* tree-vect-stmts.c (vectorizable_load): When vectorizing an invariant load do ...Richard Biener2013-01-021-11/+13
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-21/+21
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-271/+256
* re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w...Jakub Jelinek2012-11-131-2/+12
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai2012-10-241-122/+122
* re PR tree-optimization/54976 (FAIL: gcc.dg/torture/pr47975.c (internal compi...Richard Biener2012-10-191-4/+9
* re PR tree-optimization/54889 (Revision 191983 gives compfail for 465.tonto i...Jakub Jelinek2012-10-161-5/+11
* re PR tree-optimization/54894 (internal compiler error: in vect_get_vec_def_f...Richard Biener2012-10-121-5/+5
* re PR testsuite/54772 (vectorization broken in gfortran on x86_64-*-freebsd)Sharad Singhai2012-10-021-0/+1
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-298/+396
* statistics.h (CXX_MEM_STAT_INFO): New define.Richard Guenther2012-09-181-7/+7
* tree-vect-stmts.c (vect_finish_stmt_generation): Update virtual SSA form.Richard Guenther2012-08-231-0/+26
* tree-sra.c (modify_function): Free redirect_callers vector.Richard Guenther2012-08-171-17/+1
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-4/+2
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-11/+6
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* tm.texi: Regenerate.Bill Schmidt2012-07-251-84/+86
* Introduce and use unknown_optabRichard Henderson2012-07-241-1/+1
* Fix 0 != CODE_FOR_nothing thinkoRichard Henderson2012-07-191-1/+1
* tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther2012-07-171-3/+0
* Clean up supportable_widening_operation.Richard Henderson2012-07-171-15/+8
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-4/+4
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-1/+1
* tm.texi: Regenerate.Bill Schmidt2012-07-131-58/+133
* Use VEC_WIDEN_MULT_EVEN/ODD_EXPR in supportable_widening_operationRichard Henderson2012-07-101-46/+50
* Move vector highpart emulation to the optabs layerRichard Henderson2012-07-101-152/+19
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-1/+1
* tree-vect-stmts.c (vectorizable_operation): Check both VEC_WIDEN_MULT_LO_EXPR...Jakub Jelinek2012-06-291-2/+7
* re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek2012-06-281-11/+153
* re PR regression/53729 (PR53636 fix caused bb-slp-16.c to FAIL on sparc64 and...Ulrich Weigand2012-06-261-0/+20
* re PR tree-optimization/51581 (Integer division by constant is not vectorized)Jakub Jelinek2012-06-151-1/+5
* tree-vectorizer.h (vect_get_stmt_cost): Move from tree-vect-stmts.c.Bill Schmidt2012-06-141-42/+0
* targhooks.c (default_builtin_vectorized_conversion): Handle vec_construct, us...Bill Schmidt2012-06-131-4/+6
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-1/+0
* tree-vect-data-refs.c (vect_setup_realignment): Remove call to mark_symbols_f...Richard Guenther2012-05-141-13/+0
* re PR bootstrap/53331 (AIX bootstrap failure in tree-vect-data-ref compiling ...Richard Guenther2012-05-141-4/+13
* re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther2012-05-111-31/+36