aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-1/+1
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-6/+0
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-4/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-11/+5
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-5/+11
2012-06-22[multiple changes]Richard Guenther1-1/+1
2012-05-21tree-parloops.c: Add myself to contributors, update TODO list, add link to wiki.Razya Ladelsky1-5/+5
2012-05-20tree-parloops.c (gen_parallel_loop): Change many_iterations_cond for outer lo...Razya Ladelsky1-3/+20
2012-04-22Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886Razya Ladelsky1-42/+4
2012-04-12tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther1-3/+6
2012-04-12cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther1-1/+1
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+2
2012-03-05cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther1-0/+4
2012-02-29re PR tree-optimization/52429 (ICE in separate_decls_in_region_debug, at tree...Jakub Jelinek1-1/+1
2012-02-08re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...Richard Guenther1-1/+4
2012-01-27invoke.texi: Update copyright years.Andrey Belevantsev1-1/+1
2012-01-25tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...Andrey Belevantsev1-2/+9
2011-07-0507-05-2011 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky1-0/+34
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-11/+21
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-1/+1
2011-01-25Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop1-0/+119
2010-12-30re PR tree-optimization/47060 (ICE: SIGSEGV in reduction_phi (tree-parloops.c...Jakub Jelinek1-1/+1
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-5/+1
2010-12-23Fix PR47002: memory leaks.Sebastian Pop1-2/+5
2010-12-18re PR tree-optimization/46969 (-fcompare-debug failure with -O -ftree-vectori...Jakub Jelinek1-2/+21
2010-12-07re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l...Jakub Jelinek1-15/+25
2010-11-20re PR debug/46561 (-fcompare-debug failure (length) with -O2 -ftree-vectorize...Jakub Jelinek1-1/+2
2010-11-05re PR tree-optimization/46099 (ICE: in replace_ssa_name, at tree-cfg.c:5643 w...Jakub Jelinek1-13/+58
2010-10-21re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '...Richard Guenther1-12/+19