summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/18437 (vectorizer failed for matrix multiplication)Michael Matz2012-04-171-0/+103
* tree-vectorizer.h (_loop_vec_info.strided_stores): Rename to grouped_stores.Michael Matz2012-04-101-50/+50
* tree-nrv.c (tree_nrv): Release VDEFs.Richard Guenther2012-04-051-0/+2
* re PR tree-optimization/52721 (segfault in vect_init_vector)Richard Guenther2012-03-261-18/+17
* re PR tree-optimization/52638 (ice in build_vector_from_val)Richard Guenther2012-03-221-52/+62
* tree-vect-stmts.c (vect_get_vec_def_for_operand): Use VIEW_CONVERT_EXPR to co...Richard Guenther2012-03-161-4/+8
* tree-vect-loop.c (get_initial_def_for_induction): Use build_constructor direc...Richard Guenther2012-03-161-10/+1
* tree.h (TREE_VECTOR_CST_ELTS): Remove.Richard Guenther2012-03-161-5/+4
* tree-vectorizer.h (vect_pattern_recog): Add new argument.Ira Rosen2012-03-151-2/+2
* omp-low.c (extract_omp_for_data): Use signed_type_for.Richard Guenther2012-03-071-3/+2
* Partially revert:Ulrich Weigand2012-02-281-1/+1
* tree-vect-stmts.c (vectorizable_load): Use pre-computed nested_in_vect_loop.Richard Guenther2012-02-211-2/+2
* re PR tree-optimization/52298 (ICE: verify_ssa failed: definition in block fo...Richard Guenther2012-02-201-3/+8
* re PR tree-optimization/50031 (Sphinx3 has a 10% regression going from GCC 4....Bill Schmidt2012-02-101-6/+56
* re PR tree-optimization/50969 (17% degradation in 168.wupwise for interleave ...Bill Schmidt2012-02-061-2/+2
* re PR tree-optimization/52091 (ICE: verify_gimple failed)Ira Rosen2012-02-051-43/+49
* re PR tree-optimization/52073 (ICE: vector VEC(vec_void_p,base) index domain ...Jakub Jelinek2012-02-021-0/+5
* re PR tree-optimization/51914 ([4.7] vect-intfloat-conversion4a/b tests fail ...Jakub Jelinek2012-01-201-3/+7
* Delete VEC_EXTRACT_EVEN/ODD_EXPR.Richard Henderson2011-12-231-2/+2
* Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek2011-12-231-7/+7
* tree-vectorizer.h (struct _stmt_vec_info): Remove pattern_def_stmt field, add...Jakub Jelinek2011-12-151-16/+30
* Revert two unintended commitsRichard Henderson2011-12-131-7/+7
* Delete VEC_INTERLEAVE_*_EXPR.Richard Henderson2011-12-131-7/+7
* re PR tree-optimization/51482 (ice: invalid types in conversion to floating p...Richard Biener2011-12-091-6/+9
* re PR bootstrap/51112 (LTO bootstrap failed with bootstrap-profiled)Ira Rosen2011-11-141-1/+1
* re PR tree-optimization/51058 (ICE: gimple check: expected gimple_assign(erro...Jakub Jelinek2011-11-111-2/+4
* re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt...Jakub Jelinek2011-11-101-1/+21
* tree-vect-stmts.c (vectorizable_call): Add SLP_NODE argument.Jakub Jelinek2011-11-081-15/+105
* re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek2011-11-071-34/+241
* tree-vectorizer.h (vectorizable_condition): Add argument.Ira Rosen2011-11-061-63/+128
* tree-vect-stmts.c (vectorizable_conversion): Rewritten to handle not just FLO...Jakub Jelinek2011-11-041-938/+700
* re PR tree-optimization/50912 (gimple assertion failure at gimple.h:1940 with...Ira Rosen2011-11-031-20/+42
* re PR tree-optimization/50902 (intVar/dinternal.cc ICEs at -O2 -ftree-vectorize)Richard Guenther2011-11-021-2/+11
* tree-vect-stmts.c (vectorizable_shift): If op1 is vect_external_def in a loop...Jakub Jelinek2011-10-311-2/+24
* tree-cfg.c (verify_gimple_assign_unary): Allow vector conversions.Dmitry Plotnikov2011-10-301-15/+22
* tree-vect-stmts.c (vectorizable_shift): Give up if op1 has different vector m...Jakub Jelinek2011-10-281-1/+10
* Change vec_perm checking and expansion level.Richard Henderson2011-10-251-9/+13
* re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek2011-10-251-12/+16
* tree-vect-stmts.c (vect_get_vec_def_for_operand): Convert constants to vector...Richard Guenther2011-10-241-30/+78
* md.texi (vec_widen_ushiftl_hi, [...]): Document.Ira Rosen2011-10-181-8/+46
* tree-vect-stmts.c (vectorizable_load): For SLP without permutation treat the ...Ira Rosen2011-10-161-0/+5
* Use VEC_PERM_EXPR in the vectorizer.Richard Henderson2011-10-151-37/+18
* re PR middle-end/50650 (ICE in vect_is_simple_use_1, at tree-vect-stmts.c:5689)Jakub Jelinek2011-10-071-1/+1
* re PR tree-optimization/50596 (Problems in vectorization of condition express...Jakub Jelinek2011-10-061-3/+19
* tree-vect-stmts.c (vectorizable_type_demotion): Handle basic block vectorizat...Ira Rosen2011-09-271-13/+15
* re PR tree-optimization/27460 (Does not vectorize statements with mixed type ...Richard Guenther2011-09-021-18/+14
* expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ...Richard Guenther2011-09-011-7/+5
* re PR tree-optimization/50162 (Wrong vectorization)Richard Guenther2011-08-231-1/+1
* re PR tree-optimization/50133 (ICE: SIGSEGV in vect_finish_stmt_generation (g...Jakub Jelinek2011-08-221-8/+1
* re PR debug/50017 (-fcompare-debug failure)Jakub Jelinek2011-08-181-2/+9