summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
Commit message (Expand)AuthorAgeFilesLines
* target.c: New file.Jakub Jelinek2013-10-111-1/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-5/+5
* Introduce -ftree-loop-vectorize optionXinliang David Li2013-09-161-6/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Delay base decl's alignment adjustment until transformation happensXinliang David Li2013-09-031-0/+32
* New vectorizer messages; message format change.Xinliang David Li2013-08-291-2/+2
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-2/+265
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-38/+71
* dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson2013-06-031-4/+4
* tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener2013-05-151-4/+4
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-2/+2
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-2/+1
* tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener2013-03-181-1/+10
* re PR tree-optimization/55995 (vect increase_alignment notes missing from dum...Sharad Singhai2013-01-181-0/+2
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+4
* dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai2012-10-241-5/+5
* re PR middle-end/54759 (segfault for gcc.dg/vect/pr49093.c on Solaris)Dehao Chen2012-10-011-2/+4
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-113/+18
* tree-vectorizer.c (vectorize_loops): Do not call mark_virtual_operands_for_re...Richard Guenther2012-08-221-2/+0
* graphite-clast-to-gimple.c (translate_clast_user): Rename virtual operands.Richard Guenther2012-08-011-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* Makefile.in: Fix many dependencies.Steven Bosscher2012-05-311-1/+0
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-3/+1
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-1/+1
* 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