Age | Commit message (Expand) | Author | Files | Lines |
2010-04-30 | toplev.c: Include varray.h for statistics dumping. | Steven Bosscher | 1 | -1/+0 |
2010-04-08 | Fix comments, simplify logic. | Sebastian Pop | 1 | -123/+104 |
2010-04-08 | Remove unused parameter. | Sebastian Pop | 1 | -15/+7 |
2010-04-07 | Fix comments. | Sebastian Pop | 1 | -12/+13 |
2010-04-07 | Sort static functions in topological order. | Sebastian Pop | 1 | -294/+259 |
2010-04-07 | Fix comments in ifconvert. | Sebastian Pop | 1 | -65/+60 |
2010-04-06 | Always execute verify_loop_closed_ssa at LNO level. | Sebastian Pop | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -6/+6 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -1/+12 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 1 | -3/+5 |
2009-05-11 | passes.c (init_optimization_passes): Strip now incorrect comment. | Richard Guenther | 1 | -1/+1 |
2009-05-01 | ipa-reference.c: Do not include c-common.h, include splay-tree.h. | Steven Bosscher | 1 | -1/+0 |
2009-04-17 | df.h: Include "timevar.h". | Ian Lance Taylor | 1 | -2/+3 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -146/+138 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -7/+7 |
2008-03-19 | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 1 | -3/+5 |
2007-11-28 | re PR tree-optimization/34140 (ICE in is_hidden_global_store, at tree-ssa-sin... | Jakub Jelinek | 1 | -1/+9 |
2007-11-01 | optabs.c (prepare_cmp_insn): Merge a couple of conditional blocks. | Eric Botcazou | 1 | -1/+1 |
2007-10-28 | re PR tree-optimization/33920 (Segfault in combine_blocks/tree-if-conv.c) | Uros Bizjak | 1 | -2/+10 |
2007-09-07 | re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-t... | Uros Bizjak | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-16 | tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forci... | Richard Guenther | 1 | -4/+6 |
2007-07-09 | tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper... | Zdenek Dvorak | 1 | -15/+9 |
2007-07-09 | re PR tree-optimization/32681 (ice for legal C code with flags -ffast-math -... | Uros Bizjak | 1 | -1/+1 |
2007-07-07 | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-07-02 | re PR tree-optimization/31966 (Miscompiles valid code with -ftree-vectorize) | Uros Bizjak | 1 | -45/+73 |
2007-05-27 | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 1 | -1/+1 |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -4/+4 |
2007-03-25 | fix in tree-if-conv.c | Revital Eres | 1 | -3/+14 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -4/+3 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -7/+2 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -27/+30 |
2006-11-21 | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 1 | -1/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -14/+3 |
2006-09-22 | re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la... | Zdenek Dvorak | 1 | -57/+53 |
2006-09-05 | re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to un... | Richard Guenther | 1 | -1/+4 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -4/+4 |
2006-02-10 | tree-if-conv.c (combine_blocks): Free the result of get_loop_exit_edges. | Sebastian Pop | 1 | -1/+3 |
2006-02-02 | tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says. | Paolo Bonzini | 1 | -5/+2 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -2/+2 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -8/+8 |
2005-11-08 | re PR tree-optimization/23115 (-ftree-vectorize generates wrong code) | Devang Patel | 1 | -4/+9 |
2005-08-19 | re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize... | Devang Patel | 1 | -6/+14 |
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-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -1/+1 |