aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-2/+44
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-25re PR target/32218 (segfault with -O1 -ftree-vectorize)Steve Ellcey1-2/+3
2007-04-17tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman1-4/+0
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-3/+2
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-6/+4
2007-02-06tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that vectype is n...Ira Rosen1-1/+5
2007-02-05tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther1-1/+1
2006-12-11tree-vect-patterns.c (vect_recog_dot_prod_pattern): Use GIMPLE_STMT_OPERAND.Ira Rosen1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-19/+20
2006-11-30tree-vectorizer.h (vectorizable_function): Export.Richard Guenther1-3/+11
2006-11-21tree-vectorizer.h (NUM_PATTERNS): Increase.Richard Guenther1-1/+90
2006-11-08[multiple changes]Dorit Nuzman1-5/+62
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-1/+1
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2006-01-29re PR tree-optimization/25911 (ice in vect_recog_dot_prod_pattern)Dorit Nuzman1-1/+2
2006-01-19* tree-vect-patterns.c (vect_pattern_recog_1): Prevent parse error.Jan Hubicka1-2/+2
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-0/+637