aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-29/+29
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-15/+6
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-17re PR tree-optimization/59523 (r205856 caused internal compiler error: verify...Jakub Jelinek1-2/+5
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-3/+118
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-21tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener1-6/+7
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-2/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-11target.c: New file.Jakub Jelinek1-1/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-6/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-0/+32
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