aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23re PR tree-optimization/50162 (Wrong vectorization)Richard Guenther1-1/+1
2011-08-22re PR tree-optimization/50133 (ICE: SIGSEGV in vect_finish_stmt_generation (g...Jakub Jelinek1-8/+1
2011-08-18re PR debug/50017 (-fcompare-debug failure)Jakub Jelinek1-2/+9
2011-08-04tree-vectorizer.h (struct _stmt_vec_info): Add new field for pattern def stat...Ira Rosen1-1/+55
2011-07-01re PR middle-end/49603 (177.mesa in SPEC CPU 2000 failed to build)Richard Guenther1-12/+7
2011-06-30re PR tree-optimization/46787 (Does not vectorize loop with load from scalar ...Richard Guenther1-22/+7
2011-06-30tree-vect-loop.c (vect_determine_vectorization_factor): Handle both pattern a...Ira Rosen1-40/+94
2011-06-27re PR middle-end/49536 (latent bug with creation of vector of arrays)Richard Guenther1-0/+9
2011-06-21re PR tree-optimization/49483 (unable to vectorize code equivalent to "scalbnf")Richard Guenther1-2/+7
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-15/+69
2011-06-07tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be a pointer.Ira Rosen1-12/+35
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-29/+30
2011-05-03md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-240/+414
2011-04-28re PR tree-optimization/48765 (ICE in vect_transform_stmt)Ira Rosen1-12/+12
2011-04-20Revert last patch.Richard Sandiford1-414/+240
2011-04-20md.texi (vec_load_lanes, [...]): Document.Richard Sandiford1-240/+414
2011-04-20tree-vect-stmts.c (vectorizable_store): Only chain one related statement per ...Richard Sandiford1-6/+9
2011-04-18re PR tree-optimization/48616 (-ftree-vectorize -mxop miscompiles right shift)Jakub Jelinek1-10/+31
2011-04-14tree-vectorizer.h (vect_strided_store_supported): Add a HOST_WIDE_INT argument.Richard Sandiford1-34/+16
2011-04-14tree-vectorizer.h (vect_create_data_ref_ptr): Add an extra type parameter.Richard Sandiford1-6/+6
2011-04-14tree-vect-stmts.c (vectorizable_load): Allocate and free dr_chain within the ...Richard Sandiford1-7/+5
2011-04-14tree-vect-stmts.c (vectorizable_load): Print the number of copies in the dump...Richard Sandiford1-1/+1
2011-03-28tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.Eric Botcazou1-4/+3
2011-03-22gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS.Richard Guenther1-5/+3
2011-02-25re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Eric Botcazou1-1/+1
2010-12-02re PR tree-optimization/46723 (internal compiler error: in get_initial_def_fo...Richard Guenther1-2/+4
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-04re PR tree-optimization/45733 (ICE: verify_stmts failed: invalid conversion i...Richard Guenther1-1/+12
2010-11-04tree.def (FMA_EXPR): New tree code.Richard Guenther1-15/+51
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-11-01re PR tree-optimization/46259 (Revision 166102 failed 416.gamess in SPEC CPU ...Nathan Froyd1-1/+9
2010-10-31re PR tree-optimization/46142 (FMA test failures)Uros Bizjak1-1/+2
2010-10-31fold-const.c (build_zero_vector): Use build_vector_from_val.Nathan Froyd1-14/+2
2010-10-22re PR tree-optimization/46126 (Revision 165777 failed to build 254.gap in SPE...Ira Rosen1-1/+1
2010-10-21re PR tree-optimization/46049 (ICE: in expand_widen_pattern_expr, at optabs.c...Ira Rosen1-101/+329
2010-10-15Add fma supportMichael Meissner1-4/+4
2010-10-07machmode.h (mode_for_vector): Declare.Richard Guenther1-8/+34
2010-10-07target.def (units_per_simd_word): Rename to ...Richard Guenther1-5/+10
2010-10-03Revert revision 164914.H.J. Lu1-0/+106
2010-10-02Disallow negative steps in vectorizer.H.J. Lu1-106/+0
2010-09-19re PR tree-optimization/45714 (Vectorization of double pow function causes a ...Ira Rosen1-2/+4
2010-09-17re PR tree-optimization/43432 (Missed vectorization: "complicated access patt...Michael Matz1-0/+106
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-67/+80
2010-09-14Turn UNITS_PER_SIMD_WORD into a target hook.H.J. Lu1-5/+5
2010-09-14Restore bootstrap on x86.H.J. Lu1-0/+1
2010-09-14re PR tree-optimization/45470 (ICE: verify_flow_info failed: BB 2 can not thr...Ira Rosen1-0/+3
2010-09-08re PR tree-optimization/43430 (Missed vectorization: "stmt not supported: con...Michael Matz1-25/+66
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-23/+50
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-4/+4
2010-07-09re PR fortran/44882 (Bogus types in references with mismatched commons)Richard Guenther1-9/+0