aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-13tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten overlap c...Richard Sandiford1-6/+6
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-36/+0
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen1-2/+32
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-2/+2
2011-05-13re PR tree-optimization/48172 (incorrect vectorization of loop in GCC 4.5.* w...Richard Guenther1-13/+10
2011-05-12re PR tree-optimization/48172 (incorrect vectorization of loop in GCC 4.5.* w...Richard Guenther1-11/+18
2010-12-28re PR debug/46931 (Subversion id 167184 breaks building perlbench on power7 w...Richard Guenther1-3/+3
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-18re PR tree-optimization/46172 (ICE: in expand_widen_pattern_expr, at optabs.c...Richard Guenther1-0/+35
2010-10-22re PR middle-end/45720 (Revision 164367 miscompiled SPEC CPU 2K)Richard Guenther1-13/+29
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-12/+7
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-01-19re PR tree-optimization/41783 (r151561 (PRE fix) regresses zeusmp)Michael Matz1-3/+19
2010-01-09Update copyright notices of my recent commits.Alexandre Oliva1-2/+2
2010-01-09re PR debug/42604 (VTA ICE in the vectorizer)Alexandre Oliva1-10/+148
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-3/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-123/+123
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-14/+30
2009-06-01re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop")Ira Rosen1-8/+8
2009-05-31tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen1-10/+0
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-1/+1
2009-04-16re PR tree-optimization/39698 (wrong types for vectorized reduction)Richard Guenther1-12/+15
2009-04-14tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther1-4/+5
2009-04-04Makefile.in (tree-ssa-copy.o): Add $(CFGLOOP_H) dependency.Richard Guenther1-61/+106
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1/+1
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-0/+2363