Age | Commit message (Expand) | Author | Files | Lines |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -70/+83 |
2008-04-27 | re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen... | Richard Guenther | 1 | -2/+8 |
2008-03-11 | re PR tree-optimization/31358 (IV-OPTs produces a weird MEM_REF) | Andrew Pinski | 1 | -1/+1 |
2007-09-15 | tree-parloops.c: New file. | Zdenek Dvorak | 1 | -2/+4 |
2007-08-04 | tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso... | Zdenek Dvorak | 1 | -3/+3 |
2007-07-26 | re PR tree-optimization/32087 (ICE with FORTRAN and -fprefetch-loop-arrays) | Steve Ellcey | 1 | -2/+3 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-20 | tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare... | Zdenek Dvorak | 1 | -1/+5 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -1/+7 |
2007-05-27 | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 1 | -4/+3 |
2007-05-11 | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 1 | -1/+1 |
2007-05-01 | tree-ssa-loop-manip.c (ip_normal_pos): Check if last stmt is NULL. | Richard Guenther | 1 | -1/+2 |
2007-04-27 | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 1 | -14/+3 |
2007-04-09 | cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge. | Zdenek Dvorak | 1 | -2/+10 |
2007-02-16 | re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO... | Roger Sayle | 1 | -2/+3 |
2007-02-13 | common.opt: Add Wstrict-overflow and Wstrict-overflow=. | Ian Lance Taylor | 1 | -2/+4 |
2007-02-04 | cfgloopmanip.c (loop_delete_branch_edge): Removed. | Zdenek Dvorak | 1 | -18/+67 |
2007-01-28 | tree-ssa-loop-unswitch.c: Include tree-inline.h. | Zdenek Dvorak | 1 | -1/+2 |
2007-01-12 | loop.texi: Document recording of loop exits. | Zdenek Dvorak | 1 | -0/+1 |
2007-01-10 | tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ... | Zdenek Dvorak | 1 | -43/+78 |
2007-01-03 | loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. | Zdenek Dvorak | 1 | -13/+58 |
2006-12-22 | tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed. | Zdenek Dvorak | 1 | -1/+1 |
2006-12-20 | loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header... | Zdenek Dvorak | 1 | -4/+4 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -4/+4 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -3/+2 |
2006-12-02 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -12/+10 |
2006-11-21 | re PR tree-optimization/29902 (ICE in coalesce_abnormal_edges, at tree-outof-... | Zdenek Dvorak | 1 | -1/+10 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -34/+8 |
2006-11-12 | cfgloopmanip.c (update_single_exit_for_duplicated_loop, [...]): New functions. | Zdenek Dvorak | 1 | -0/+2 |
2006-06-08 | re PR rtl-optimization/27872 (Internal compiler error in verify_loop_structure) | Zdenek Dvorak | 1 | -1/+2 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -2/+2 |
2006-02-14 | invoke.texi (-fprefetch-loop-arrays, [...]): Document. | Zdenek Dvorak | 1 | -0/+326 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -2/+2 |
2005-05-01 | re PR tree-optimization/18316 (Missed IV optimization) | Zdenek Dvorak | 1 | -5/+8 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -113/+52 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -4/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -1/+4 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+1 |
2005-04-03 | cfghooks.c (lv_flush_pending_stmts, [...]): New. | Mostafa Hagog | 1 | -176/+0 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -7/+7 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -16/+51 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -8/+8 |
2005-02-15 | bitmap.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-14 | lambda-code.c (lambda_loopnest_to_gcc_loopnest, [...]): Use standard_iv_incre... | Sebastian Pop | 1 | -1/+2 |
2004-11-29 | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 1 | -1/+1 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -5/+5 |