Age | Commit message (Expand) | Author | Files | Lines |
2007-08-31 | tree-ssa-propagate.c (set_rhs): Remove the copied annotation from the origina... | Laurynas Biveinis | 1 | -0/+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-23 | tree-ssa-propagate.c (valid_gimple_expression_p): Match up with ccp_min_invar... | Daniel Berlin | 1 | -1/+1 |
2007-07-18 | tree-ssa-sccvn.c (try_to_simplify): Use valid_gimple_expression | Daniel Berlin | 1 | -4/+15 |
2007-07-11 | re PR tree-optimization/32589 (exp_dbug.adb:981: error: invalid array index) | Eric Botcazou | 1 | -10/+22 |
2007-04-17 | tree-ssa-propagate.c (cfg_blocks_add): Insert blocks with fewer predecessors ... | Ian Lance Taylor | 1 | -3/+19 |
2007-03-08 | tree-vrp.c: Include "intl.h". | Ian Lance Taylor | 1 | -3/+1 |
2007-03-02 | Used signed infinities in VRP. | Ian Lance Taylor | 1 | -1/+3 |
2007-02-18 | re PR middle-end/30833 (ICE with -fdump-tree-all) | Sandra Loosemore | 1 | -1/+10 |
2007-01-18 | tree-ssa-ccp.c (ccp_finalize): Return if something changed. | Jan Hubicka | 1 | -3/+8 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -8/+8 |
2006-12-11 | tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa... | Diego Novillo | 1 | -5/+11 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -26/+31 |
2006-11-28 | Privatize SSA variables into gimple_df. | Jan Hubicka | 1 | -1/+1 |
2006-11-08 | tree-ssa-propagate.c (set_rhs): Restructure validity tests as a test for incl... | Roger Sayle | 1 | -13/+61 |
2006-09-22 | tree-ssa-propagate.c (set_rhs): Copy EXPR_LOCATION if needed. | Jakub Jelinek | 1 | -0/+7 |
2006-09-16 | re PR tree-optimization/29059 (ICE: verify_stmts failed (invalid operand to u... | Andrew Pinski | 1 | -1/+2 |
2006-03-14 | re PR tree-optimization/26672 (ICE in op_iter_init, triggered by printf->puts... | Richard Guenther | 1 | -1/+2 |
2006-01-18 | tree-vrp.c (test_for_singularity): Correct test for new min limit. | Jeff Law | 1 | -9/+12 |
2006-01-03 | tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *. | Kazu Hirata | 1 | -11/+18 |
2005-12-09 | tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i... | Diego Novillo | 1 | -1/+1 |
2005-07-25 | re PR tree-optimization/22484 (ICE: verify_stmts failed with -O3) | Andrew Pinski | 1 | -0/+2 |
2005-07-08 | re PR tree-optimization/22329 (VRP produces mis-matched (non compatible) type... | Andrew Pinski | 1 | -1/+8 |
2005-07-06 | tree-vrp.c (simplify_using_ranges): Kill. | Jeff Law | 1 | -1/+8 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-01 | [multiple changes] | Diego Novillo | 1 | -32/+114 |
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-23 | tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad... | Jeff Law | 1 | -1/+7 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -1/+2 |
2005-05-11 | re PR middle-end/19807 (fold does not fold &a[4]-1) | Richard Guenther | 1 | -0/+6 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -10/+10 |
2005-04-27 | tree-ssa-propagate.c (set_rhs): Revert last change. | Richard Guenther | 1 | -2/+1 |
2005-04-27 | tree-ssa-propagate.c (set_rhs): Check operand of ADDR_EXPR for gimpliness, too. | Richard Guenther | 1 | -1/+2 |
2005-04-24 | tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P. | Kazu Hirata | 1 | -2/+2 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -9/+9 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -2/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -2/+413 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -7/+4 |
2004-11-18 | tree-ssa-propagate.c (ssa_prop_init): Use FOR_ALL_BB instead of FOR_EACH_BB. | Diego Novillo | 1 | -2/+3 |
2004-11-17 | * tree-ssa-propagate.c (cfg_blocks_add) Assert we're not trying | Steven Bosscher | 1 | -11/+3 |
2004-09-28 | Makefile.in (tree-ssa-propagate.o): Depend on vec.h. | Steven Bosscher | 1 | -19/+21 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -4/+7 |
2004-09-23 | * tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR. | Jakub Jelinek | 1 | -0/+2 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -2/+2 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -4/+2 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-29 | tree-ssa-ccp.c (ccp_visit_stmt): Remove #if 0 guards. | Diego Novillo | 1 | -2/+2 |
2004-08-29 | Makefile.in (OBJS-common): Add tree-ssa-propagate.o | Diego Novillo | 1 | -0/+674 |