aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-patterns.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02re PR tree-optimization/46663 (ICE: SIGSEGV in vect_recog_pow_pattern (gimple...Richard Guenther1-0/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-10-26re PR tree-optimization/46167 (ICE: SIGSEGV in flow_bb_inside_loop_p (cfgloop...Ira Rosen1-1/+1
2010-10-07tree-vect-patterns.c (vect_recog_widen_mult_pattern): Add NULL check for vect...Tejas Belagod1-0/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+1
2010-08-12pr45241 give up dot_prod pattern searching if stmt is outside the loop.Changpeng Fang1-0/+5
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04optabs.h (optab_handler, [...]): Turn into inline functions that return an in...Richard Sandiford1-2/+1
2010-06-15tree-vect-patterns.c (vect_pattern_recog_1): Bail out if we don't get a vecto...Alexandre Oliva1-0/+2
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-1/+2
2010-04-19re PR tree-optimization/37027 (SLP loop vectorization missing support for red...Ira Rosen1-1/+9
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther1-13/+19
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-6/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-45/+45
2009-08-19omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz1-12/+10
2009-06-16tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio...Ira Rosen1-12/+2
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-3/+4
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-4/+4
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-1/+1
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-3/+1
2008-08-19tree-vectorizer.c (supportable_widening_operation): Support multi-step conver...Ira Rosen1-2/+3
2008-08-12tree-vectorizer.c: Depend on langhooks.h.Ira Rosen1-1/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-135/+153
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-1/+2
2008-02-12re PR tree-optimization/35171 (ICE in vect_recog_dot_prod_pattern)Richard Guenther1-5/+4
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
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