summaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
Commit message (Expand)AuthorAgeFilesLines
* Add transform_to_exit_first_loop_altTom de Vries2015-06-051-12/+393
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* remove need for store_values_directlyTrevor Saunders2015-04-181-12/+12
* Mark omp thread functions as parallelizedTom de Vries2015-03-211-19/+8
* Make parallelize_loops staticTom de Vries2015-03-181-1/+1
* tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener2015-03-121-1/+2
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-8/+8
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-43/+58
* Run pass_expand_omp_ssa after pass_paralellize_loopsTom de Vries2014-11-131-11/+7
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+11
* remove has_executeTrevor Saunders2014-07-091-1/+0
* allow storing values directly in hash tablesTrevor Saunders2014-06-241-29/+22
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-67/+59
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-1/+1
* pass cfun to pass::executeTrevor Saunders2014-04-171-12/+12
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-7/+1
* remove has_gateTrevor Saunders2014-04-171-1/+0
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* merge auto_vec and stack_vecTrevor Saunders2013-12-201-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+5
* tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener2013-11-211-3/+3
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-4/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod2013-11-171-0/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez2013-11-071-6/+0
* Replace some heap vectors with stack vectors.Trevor Saunders2013-11-011-11/+4
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-0/+3
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+8
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod2013-10-171-0/+1
* tree-flow.h: Remove all remaining prototypes...Andrew MacLeod2013-10-091-0/+59
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-1/+1
* re PR tree-optimization/58006 (ICE compiling VegaStrike with -ffast-math -ftr...Jakub Jelinek2013-08-181-3/+12
* re PR tree-optimization/57185 (ICE: Segmentation fault in add_field_for_reduc...Richard Biener2013-05-061-3/+3
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-5/+0
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-122/+142
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-19/+21
* invoke.texi: Add documentation for the new option.Sharad Singhai2012-10-011-1/+0
* Integrate lexical block into source_location.Dehao Chen2012-09-191-0/+1
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+4
* tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther2012-08-101-7/+5
* tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther2012-08-101-18/+21
* tree-call-cdce.c (check_pow): Simplify.Richard Guenther2012-08-081-3/+1