summaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther2012-08-071-2/+2
* gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther2012-08-071-2/+0
* tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther2012-08-031-1/+1
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-6/+0
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-4/+0
* revert: tree.h (phi_arg_d): New field.Dehao Chen2012-07-161-11/+5
* tree.h (phi_arg_d): New field.Dehao Chen2012-07-101-5/+11
* [multiple changes]Richard Guenther2012-06-221-1/+1
* tree-parloops.c: Add myself to contributors, update TODO list, add link to wiki.Razya Ladelsky2012-05-211-5/+5
* tree-parloops.c (gen_parallel_loop): Change many_iterations_cond for outer lo...Razya Ladelsky2012-05-201-3/+20
* Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886Razya Ladelsky2012-04-221-42/+4
* tree-parloops.c (parallelize_loops): Also consult the upper bound for the num...Richard Guenther2012-04-121-3/+6
* cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter.Richard Guenther2012-04-121-1/+1
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+2
* cfgexpand.c (gimple_expand_cfg): Free dominator info.Richard Guenther2012-03-051-0/+4
* re PR tree-optimization/52429 (ICE in separate_decls_in_region_debug, at tree...Jakub Jelinek2012-02-291-1/+1
* re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...Richard Guenther2012-02-081-1/+4
* invoke.texi: Update copyright years.Andrey Belevantsev2012-01-271-1/+1
* tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d...Andrey Belevantsev2012-01-251-2/+9
* 07-05-2011 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky2011-07-051-0/+34
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-11/+21
* re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak2011-06-141-1/+1
* Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in...Sebastian Pop2011-01-251-0/+119
* re PR tree-optimization/47060 (ICE: SIGSEGV in reduction_phi (tree-parloops.c...Jakub Jelinek2010-12-301-1/+1
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-5/+1
* Fix PR47002: memory leaks.Sebastian Pop2010-12-231-2/+5
* re PR tree-optimization/46969 (-fcompare-debug failure with -O -ftree-vectori...Jakub Jelinek2010-12-181-2/+21
* re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l...Jakub Jelinek2010-12-071-15/+25
* re PR debug/46561 (-fcompare-debug failure (length) with -O2 -ftree-vectorize...Jakub Jelinek2010-11-201-1/+2
* re PR tree-optimization/46099 (ICE: in replace_ssa_name, at tree-cfg.c:5643 w...Jakub Jelinek2010-11-051-13/+58
* re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '...Richard Guenther2010-10-211-12/+19
* re PR tree-optimization/46066 (ICE: in create_parallel_loop, at tree-parloops...Jakub Jelinek2010-10-201-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-8/+5
* 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-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz2010-05-101-2/+4
* tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis2010-04-221-4/+8
* gsstruct.def (GSS_CALL): New.Richard Guenther2010-04-121-6/+3
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop2010-04-061-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* canonicalize_loop_ivs should add the IV bump in loop->header.Sebastian Pop2010-03-311-1/+1
* 28-01-2010 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky2010-01-281-8/+15