aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-3/+1
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-1/+1
2011-09-04tree-vectorizer.c (vect_print_dump_info): Print line number when dumping to a...Ira Rosen1-6/+12
2011-08-24tree-vectorizer.c (vect_print_dump_info): Avoid the file and location clutter...Richard Guenther1-1/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+0
2010-11-24common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers1-22/+2
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+1
2010-09-16tree-vectorizer.c: Fix documentation.Ira Rosen1-1/+1
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-2/+3
2009-12-10tree-vectorizer.c (vectorize_loops): Properly guard vectorizer verboseness.Richard Guenther1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-24/+24
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