aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-parloops.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-20re PR tree-optimization/46066 (ICE: in create_parallel_loop, at tree-parloops...Jakub Jelinek1-1/+1
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-8/+5
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-10tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg.Michael Matz1-2/+4
2010-04-22tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis1-4/+8
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther1-6/+3
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-31canonicalize_loop_ivs should add the IV bump in loop->header.Sebastian Pop1-1/+1
2010-01-2828-01-2010 Razya Ladelsky <razya@il.ibm.com>Razya Ladelsky1-8/+15
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-7/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-80/+80
2009-10-22cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky1-16/+50
2009-10-14tree-parloops.c (separate_decls_in_region_debug_bind): Drop debug stmts setti...Jakub Jelinek1-0/+2
2009-09-03tree-parloops.c (parallelize_loops): Cast to HOST_WIDE_INT when comparing aga...H.J. Lu1-1/+2
2009-09-03tree-parloops.c (separate_decls_in_region): Add spaceRazya Ladelsky1-1/+1
2009-09-03tree-parloops.c (separate_decls_in_region): Change the condition checking if ...Razya Ladelsky1-1/+1
2009-09-03re PR tree-optimization/38275 (bootstrap failure when -ftree-parallelize-loop...Razya Ladelsky1-1/+1