aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-8524/+0
2009-03-24re PR tree-optimization/39529 (ICE on valid code)Ira Rosen1-1/+4
2009-03-18tree-vect-transform.c (vect_loop_versioning): Fold the generated comparisons.Richard Guenther1-2/+2
2009-03-02re PR middle-end/39318 (internal compiler error: verify_stmts failed)Richard Guenther1-0/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-08re PR tree-optimization/37194 (Autovectorization of small constant iteration ...Ira Rosen1-17/+12
2008-12-30re PR tree-optimization/38529 (ICE with nested loops)Dorit Nuzman1-0/+39
2008-11-28re PR tree-optimization/37955 (internal compiler error: in vectorizable_store...Richard Guenther1-10/+0
2008-09-30re PR middle-end/37491 (Revision 140257 causes vectorizer tests failures)Richard Guenther1-24/+24
2008-09-26re PR tree-optimization/37574 (ICE with the vectorizer and GC)Dorit Nuzman1-33/+44
2008-09-22re PR tree-optimization/37482 (definition in block 51 follows the use for SSA...Ira Rosen1-9/+12
2008-09-21re PR tree-optimization/37539 (Hang for -O3)Ira Rosen1-10/+17
2008-09-17re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and func...Richard Guenther1-16/+27
2008-09-11tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther1-7/+11
2008-09-11tree-vect-transform.c (vectorizable_store): Use the rhs vector type for alias...Ira Rosen1-0/+3
2008-09-10re PR middle-end/37385 (ICE in set_mem_alias_set with the vectorizer and func...Ira Rosen1-6/+10
2008-09-07re PR tree-optimization/36630 (ICE in vect_update_ivs_after_vectorizer)Richard Guenther1-0/+1
2008-08-28target.h (struct vectorize): Add new target builtin.Ira Rosen1-28/+377
2008-08-23re PR middle-end/37161 (Revision 139225 caused gfortran.dg/vect/pr33301.f -O)Ira Rosen1-7/+19
2008-08-22re PR middle-end/37078 (ICE in set_value_range, at tree-vrp.c:401 when compil...Richard Guenther1-1/+2
2008-08-19tree-vectorizer.c (supportable_widening_operation): Support multi-step conver...Ira Rosen1-234/+429
2008-08-19re PR bootstrap/37152 (tree-vect-transform.c: use of "=" where "==" may have ...Dorit Nuzman1-2/+2
2008-08-18tree.h (IS_CONVERT_EXPR_CODE_P): Renamed toTomas Bily1-4/+4
2008-08-14tree-vect-transform.c (vect_create_epilog_for_reduction): Takes an additional...Dorit Nuzman1-93/+129
2008-08-12tree-vectorizer.c: Depend on langhooks.h.Ira Rosen1-26/+146
2008-08-08tree-vect-transform.c (vectorizable_conversion): Pass the integral type to ve...Dorit Nuzman1-3/+6
2008-08-06tree-vect-transform.c (vect_model_simple_cost): Return immediately if stmt is...Victor Kaplansky1-3/+14
2008-08-04tree-vect-transform.c (vectorizable_call): Fix tuplification.Richard Guenther1-11/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-655/+742
2008-06-30re PR tree-optimization/36648 (segfault in global constructor with -O3)Ira Rosen1-18/+11
2008-06-16re PR tree-optimization/36493 (vectorizer aliasing bug)Ira Rosen1-11/+38
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-6/+6
2008-05-22defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.H.J. Lu1-1/+2
2008-05-22re PR tree-optimization/36293 (ICE or wrong code in vector-strided gap tests)Ira Rosen1-2/+4
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-35/+62
2008-05-08tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther1-2/+0
2008-05-05re PR tree-optimization/36119 (internal compiler error: in vectorizable_assig...Ira Rosen1-0/+5
2008-04-10re PR tree-optimization/35821 (Internal compiler error: segmentation fault)Ira Rosen1-2/+6
2008-03-12tree-vectorizer.c (free_stmt_vec_info): New function.Victor Kaplansky1-31/+19
2008-03-06tree.def (BIT_FIELD_REF): Constrain result type and its precision.Richard Guenther1-5/+0
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2007-12-27re PR tree-optimization/34591 (internal compiler error: in cost_for_stmt, at ...Dorit Nuzman1-1/+2
2007-12-17tree-vectorizer.h (verbosity_levels): Add new verbosity level REPORT_COST.Dorit Nuzman1-25/+21
2007-12-17re PR tree-optimization/34445 (internal compiler error: in cost_for_stmt, at ...Dorit Nuzman1-10/+11
2007-12-16tree-vect-transform.c (conservative_cost_threshold): Add missing space to "no...Uros Bizjak1-1/+1
2007-12-08re PR tree-optimization/34391 (Vectorizer does not fix up alias information c...Richard Guenther1-0/+1
2007-12-06tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia1-61/+197
2007-11-12re PR tree-optimization/33953 (internal compiler error: vector VEC(tree,base)...Ira Rosen1-11/+38
2007-11-06re PR tree-optimization/33993 (ICE: verify_stmts failed (invalid reference pr...Jakub Jelinek1-3/+13
2007-11-04re PR tree-optimization/33987 (internal compiler error: in get_initial_def_fo...Dorit Nuzman1-10/+13