| Commit message (Expand) | Author | Age | Files | Lines |
* | invoke.texi: Add documentation for the new option. | Sharad Singhai | 2012-10-01 | 1 | -1/+0 |
* | Integrate lexical block into source_location. | Dehao Chen | 2012-09-19 | 1 | -0/+1 |
* | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 2012-08-14 | 1 | -4/+4 |
* | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 2012-08-10 | 1 | -7/+5 |
* | tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ... | Richard Guenther | 2012-08-10 | 1 | -18/+21 |
* | tree-call-cdce.c (check_pow): Simplify. | Richard Guenther | 2012-08-08 | 1 | -3/+1 |
* | tree-flow.h (copy_ssa_name_fn): New function. | Richard Guenther | 2012-08-07 | 1 | -2/+2 |
* | gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT. | Richard Guenther | 2012-08-07 | 1 | -2/+0 |
* | tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S... | Richard Guenther | 2012-08-03 | 1 | -1/+1 |
* | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 2012-08-02 | 1 | -6/+0 |
* | tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin... | Richard Guenther | 2012-08-01 | 1 | -4/+0 |
* | revert: tree.h (phi_arg_d): New field. | Dehao Chen | 2012-07-16 | 1 | -11/+5 |
* | tree.h (phi_arg_d): New field. | Dehao Chen | 2012-07-10 | 1 | -5/+11 |
* | [multiple changes] | Richard Guenther | 2012-06-22 | 1 | -1/+1 |
* | tree-parloops.c: Add myself to contributors, update TODO list, add link to wiki. | Razya Ladelsky | 2012-05-21 | 1 | -5/+5 |
* | tree-parloops.c (gen_parallel_loop): Change many_iterations_cond for outer lo... | Razya Ladelsky | 2012-05-20 | 1 | -3/+20 |
* | Correcting transform_to_exit_first_loop + fix to PR tree-optimization/46886 | Razya Ladelsky | 2012-04-22 | 1 | -42/+4 |
* | tree-parloops.c (parallelize_loops): Also consult the upper bound for the num... | Richard Guenther | 2012-04-12 | 1 | -3/+6 |
* | cfgloop.h (estimated_loop_iterations_int): Ditch 'conservative' parameter. | Richard Guenther | 2012-04-12 | 1 | -1/+1 |
* | cfgloop.c (verify_loop_structure): Verify dominators before using them. | Richard Guenther | 2012-03-05 | 1 | -1/+2 |
* | cfgexpand.c (gimple_expand_cfg): Free dominator info. | Richard Guenther | 2012-03-05 | 1 | -0/+4 |
* | re PR tree-optimization/52429 (ICE in separate_decls_in_region_debug, at tree... | Jakub Jelinek | 2012-02-29 | 1 | -1/+1 |
* | re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-... | Richard Guenther | 2012-02-08 | 1 | -1/+4 |
* | invoke.texi: Update copyright years. | Andrey Belevantsev | 2012-01-27 | 1 | -1/+1 |
* | tree-predcom.c (tree_predictive_commoning_loop): Bail out when compute_data_d... | Andrey Belevantsev | 2012-01-25 | 1 | -2/+9 |
* | 07-05-2011 Razya Ladelsky <razya@il.ibm.com> | Razya Ladelsky | 2011-07-05 | 1 | -0/+34 |
* | re PR debug/47858 (IPA-SRA decreases quality of debug info) | Jakub Jelinek | 2011-06-22 | 1 | -11/+21 |
* | re PR middle-end/45098 (Missed induction variable optimization) | Zdenek Dvorak | 2011-06-14 | 1 | -1/+1 |
* | Remove the lambda framework and make -ftree-loop-linear an alias of -floop-in... | Sebastian Pop | 2011-01-25 | 1 | -0/+119 |
* | re PR tree-optimization/47060 (ICE: SIGSEGV in reduction_phi (tree-parloops.c... | Jakub Jelinek | 2010-12-30 | 1 | -1/+1 |
* | Do not include unnecessary .h files. | Sebastian Pop | 2010-12-28 | 1 | -5/+1 |
* | Fix PR47002: memory leaks. | Sebastian Pop | 2010-12-23 | 1 | -2/+5 |
* | re PR tree-optimization/46969 (-fcompare-debug failure with -O -ftree-vectori... | Jakub Jelinek | 2010-12-18 | 1 | -2/+21 |
* | re PR debug/46799 (-fcompare-debug failure (length) with -ftree-parallelize-l... | Jakub Jelinek | 2010-12-07 | 1 | -15/+25 |
* | re PR debug/46561 (-fcompare-debug failure (length) with -O2 -ftree-vectorize... | Jakub Jelinek | 2010-11-20 | 1 | -1/+2 |
* | re PR tree-optimization/46099 (ICE: in replace_ssa_name, at tree-cfg.c:5643 w... | Jakub Jelinek | 2010-11-05 | 1 | -13/+58 |
* | re PR tree-optimization/46111 (ICE: tree check: expected tree that contains '... | Richard Guenther | 2010-10-21 | 1 | -12/+19 |
* | re PR tree-optimization/46066 (ICE: in create_parallel_loop, at tree-parloops... | Jakub Jelinek | 2010-10-20 | 1 | -1/+1 |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -3/+3 |
* | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 2010-07-01 | 1 | -8/+5 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -1/+0 |
* | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 2010-05-21 | 1 | -0/+2 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -2/+0 |
* | tree-ssa-reassoc.c (undistribute_ops_list): Use create_tmp_reg. | Michael Matz | 2010-05-10 | 1 | -2/+4 |
* | tree-parloops.c (loop_parallel_p): New argument parloop_obstack. | Laurynas Biveinis | 2010-04-22 | 1 | -4/+8 |
* | gsstruct.def (GSS_CALL): New. | Richard Guenther | 2010-04-12 | 1 | -6/+3 |
* | Avoid calling verify_ssa twice in verify_loop_closed_ssa. | Sebastian Pop | 2010-04-06 | 1 | -1/+1 |
* | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 2010-04-02 | 1 | -1/+2 |
* | canonicalize_loop_ivs should add the IV bump in loop->header. | Sebastian Pop | 2010-03-31 | 1 | -1/+1 |
* | 28-01-2010 Razya Ladelsky <razya@il.ibm.com> | Razya Ladelsky | 2010-01-28 | 1 | -8/+15 |