summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vectorizer.c (vect_print_dump_info): Print line number when dumping to a...Ira Rosen2011-09-041-6/+12
* tree-vectorizer.c (vect_print_dump_info): Avoid the file and location clutter...Richard Guenther2011-08-241-1/+4
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+0
* common.opt (user_vect_verbosity_level): New Variable entry.Joseph Myers2010-11-241-22/+2
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+1
* tree-vectorizer.c: Fix documentation.Ira Rosen2010-09-161-1/+1
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-2/+3
* tree-vectorizer.c (vectorize_loops): Properly guard vectorizer verboseness.Richard Guenther2009-12-101-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-24/+24
* tree-vectorizer.c (increase_alignment): Handle nested arrays.Paul Brook2009-07-211-2/+5
* tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Don't mark phis ...Ira Rosen2009-05-311-8/+1
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-10/+91
* tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR...Ira Rosen2009-04-281-12/+13
* combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor2009-04-241-2/+2
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-3/+1
* tree-vect-loop-manip.c: New file.Ira Rosen2009-03-301-2670/+68
* tree-vect-transform.c (vect_loop_versioning): Fold the generated comparisons.Richard Guenther2009-03-181-4/+4
* re PR tree-optimization/37574 (ICE with the vectorizer and GC)Dorit Nuzman2008-09-261-2/+2
* tree-vectorizer.c (slpeel_add_loop_guard): Fix types.Richard Guenther2008-09-111-5/+5
* backport: configure: Regenerate.Sebastian Pop2008-09-021-1/+1
* parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka2008-08-301-10/+11
* target.h (struct vectorize): Add new target builtin.Ira Rosen2008-08-281-1/+2
* tree-vectorizer.c (supportable_widening_operation): Support multi-step conver...Ira Rosen2008-08-191-63/+95
* tree-vectorizer.c: Depend on langhooks.h.Ira Rosen2008-08-121-10/+88
* [multiple changes]H.J. Lu2008-07-301-3/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-233/+253
* ggc.h (GGC_RESIZEVAR): New, reorder macros.Kaveh R. Ghazi2008-06-201-1/+1
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-14/+15
* defaults.h (UNITS_PER_SIMD_WORD): Add scalar mode as argument.H.J. Lu2008-05-221-8/+10
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics infrastructure.Richard Guenther2008-05-201-0/+1
* Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner2008-05-141-6/+6
* pa.c (reloc_needed): Use CASE_CONVERT.Tomas Bily2008-05-091-4/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+5
* tree-vectorizer.c (free_stmt_vec_info): New function.Victor Kaplansky2008-03-121-12/+19
* invoke.texi: Document -ftree-loop-distribution.Sebastian Pop2008-02-281-18/+5
* * tree-vectorizer.c (vect_is_simple_reduction): Fix comment typo.Tomas Bily2008-02-221-1/+1
* tree.def (PAREN_EXPR): New tree code.Richard Guenther2008-02-211-1/+7
* re PR tree-optimization/34371 (verify_stmts failed (incorrect sharing of tree...Jakub Jelinek2007-12-101-5/+6
* tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia2007-12-061-20/+206
* re PR target/32893 (zlib segfault in inflate_table() compiled w/ -O -msse2 ft...Dorit Nuzman2007-10-301-6/+3
* tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen2007-09-091-1/+10
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-1/+1
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-2/+2
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-1/+1
* tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman2007-08-191-4/+93
* tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman2007-08-191-30/+119
* tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky2007-08-161-2/+6
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-1/+1