aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-2/+2
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-2/+265
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-38/+71
2013-06-03dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson1-4/+4
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-4/+4
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-2/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-03-18tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener1-1/+10
2013-01-18re PR tree-optimization/55995 (vect increase_alignment notes missing from dum...Sharad Singhai1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+4
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-5/+5
2012-10-01re PR middle-end/54759 (segfault for gcc.dg/vect/pr49093.c on Solaris)Dehao Chen1-2/+4
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-113/+18
2012-08-22tree-vectorizer.c (vectorize_loops): Do not call mark_virtual_operands_for_re...Richard Guenther1-2/+0
2012-08-01graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
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