aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+12
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-19/+8
2015-03-18Make parallelize_loops staticTom de Vries1-1/+1
2015-03-12tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener1-1/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-8/+8
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-43/+58
2014-11-13Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries1-11/+7
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-24allow storing values directly in hash tablesTrevor Saunders1-29/+22
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-67/+59
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-04-17pass cfun to pass::executeTrevor Saunders1-12/+12
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-7/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-21tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener1-3/+3
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-4/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-6/+0
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-11/+4
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-0/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+8
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-0/+1
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-0/+59
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-1/+1
2013-08-18re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftr...Jakub Jelinek1-3/+12
2013-05-06re PR tree-optimization/57185 (ICE: Segmentation fault in add_field_for_reduc...Richard Biener1-3/+3
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-5/+0
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-122/+142
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-19/+21
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-1/+0
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-4/+4
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-7/+5
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-18/+21
2012-08-08tree-call-cdce.c (check_pow): Simplify.Richard Guenther1-3/+1
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-2/+2
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-2/+0