summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-vectorizer.h (struct _stmt_vec_info): Add new field for pattern def stat...Ira Rosen2011-08-041-1/+55
* re PR middle-end/49603 (177.mesa in SPEC CPU 2000 failed to build)Richard Guenther2011-07-011-12/+7
* re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther2011-06-301-22/+7
* tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen2011-06-301-40/+94
* re PR middle-end/49536 (latent bug with creation of vector of arrays)Richard Guenther2011-06-271-0/+9
* re PR tree-optimization/49483 (unable to vectorize code equivalent to "scalbnf")Richard Guenther2011-06-211-2/+7
* tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen2011-06-151-15/+69
* tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be a pointer.Ira Rosen2011-06-071-12/+35
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen2011-05-181-29/+30
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-05-031-240/+414
* re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen2011-04-281-12/+12
* Revert last patch.Richard Sandiford2011-04-201-414/+240
* md.texi (vec_load_lanes, [...]): Document.Richard Sandiford2011-04-201-240/+414