aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-21tree-vectorizer.c (increase_alignment): Handle nested arrays.Paul Brook1-2/+5
2009-05-31tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen1-8/+1
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-10/+91
2009-04-28tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen1-12/+13
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+2
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-3/+1
2009-03-30tree-vect-loop-manip.c: New file.Ira Rosen1-2670/+68
2009-03-18tree-vect-transform.c (vect_loop_versioning): Fold the generated comparisons.Richard Guenther1-4/+4
2008-09-26re PR tree-optimization/37574 (ICE with the vectorizer and GC)Dorit Nuzman1-2/+2
2008-09-11tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther1-5/+5
2008-09-02backport: configure: Regenerate.Sebastian Pop1-1/+1
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-10/+11
2008-08-28target.h (struct vectorize): Add new target builtin.Ira Rosen1-1/+2
2008-08-19tree-vectorizer.c (supportable_widening_operation): Support multi-step conver...Ira Rosen1-63/+95
2008-08-12tree-vectorizer.c: Depend on langhooks.h.Ira Rosen1-10/+88
2008-07-30[multiple changes]H.J. Lu1-3/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-233/+253
2008-06-20ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi1-1/+1
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-14/+15
2008-05-22defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.H.J. Lu1-8/+10
2008-05-20tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther1-0/+1
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner1-6/+6
2008-05-09pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily1-4/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+5
2008-03-12tree-vectorizer.c (free_stmt_vec_info): New function.Victor Kaplansky1-12/+19
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-18/+5
2008-02-22* tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.Tomas Bily1-1/+1
2008-02-21tree.def (PAREN_EXPR): New tree code.Richard Guenther1-1/+7
2007-12-10re PR tree-optimization/34371 (verify_stmts failed (incorrect sharing of tree...Jakub Jelinek1-5/+6
2007-12-06tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia1-20/+206
2007-10-30re PR target/32893 (zlib segfault in inflate_table() compiled w/ -O -msse2 ft...Dorit Nuzman1-6/+3
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen1-1/+10
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-1/+1
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-4/+93
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-30/+119
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky1-2/+6
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-6/+6
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+10
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-0/+1
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-0/+2
2007-06-06re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak1-6/+19
2007-06-05re PR tree-optimization/32215 (ICE in supportable_narrowing_operation, at tre...Uros Bizjak1-0/+11
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-4/+75
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-2/+2
2007-05-01tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is invariant.Jan Hubicka1-1/+7