aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-29tree-vectorizer.c (set_uid_loop_bbs): New.Aditya Kumar1-31/+34
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+14
2015-03-08re PR ipa/65334 (r221099 caused: FAIL: gfortran.fortran-torture/execute/in-pa...Jan Hubicka1-8/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-3/+3
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-24/+24
2014-06-23tree-ssa-loop.c (gate_loop): New function.Richard Biener1-0/+17
2014-06-12tree-vect-data-refs.c (vect_can_force_dr_alignment_p): Reorg to use symtab an...Jan Hubicka1-0/+6
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