Age | Commit message (Expand) | Author | Files | Lines |
2007-05-04 | basic-block.h (cdi_direction): Assign values to all enumeration constants. | Josh Conner | 1 | -1/+1 |
2007-04-27 | tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b... | Zdenek Dvorak | 1 | -3/+8 |
2007-01-24 | pr23382.c: Avoid DCE from eliminating dead variable. | Jan Hubicka | 1 | -1/+26 |
2007-01-15 | tree-ssa-dce.c (DCE_TODOs): New. | Jan Hubicka | 1 | -31/+37 |
2007-01-11 | re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ... | Jan Hubicka | 1 | -3/+3 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -88/+12 |
2006-12-11 | * tree-scalar-evolution.c (scev_const_prop): | Diego Novillo | 1 | -151/+126 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -4/+4 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -1/+1 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -3/+3 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2006-03-15 | tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro. | Kazu Hirata | 1 | -13/+9 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -3/+6 |
2006-02-08 | tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen... | Jeff Law | 1 | -23/+22 |
2006-01-31 | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code. | Zdenek Dvorak | 1 | -10/+1 |
2006-01-18 | [multiple changes] | Diego Novillo | 1 | -1/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -1/+1 |
2006-01-05 | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 1 | -1/+2 |
2005-12-18 | tree-tailcall.c (find_tail_calls): Use XNEW. | Gabriel Dos Reis | 1 | -2/+1 |
2005-11-04 | re PR tree-optimization/24627 (xntp miscompiled) | Diego Novillo | 1 | -3/+3 |
2005-10-11 | Makefile.in (tree-ssa-dce.o): Depend on SCEV_H. | Richard Henderson | 1 | -1/+2 |
2005-10-11 | re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector... | Richard Henderson | 1 | -0/+28 |
2005-09-17 | tree-pass.h, [...]: Revert last change. | Richard Henderson | 1 | -1/+1 |
2005-09-17 | tree-pass.h (pass_vect_dce): Declare. | Richard Henderson | 1 | -1/+1 |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2005-07-05 | tree-ssa-dce.c (cfg_altered): New global. | Jeff Law | 1 | -1/+23 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | re PR tree-optimization/21847 (misscompiling of the following java code) | Steven Bosscher | 1 | -0/+9 |
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-04 | tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap... | Andrew MacLeod | 1 | -2/+1 |
2005-04-27 | * tree-ssa-dce.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-04-23 | tree-ssa-dce.c (worklist): Change to VEC(tree,heap). | Kazu Hirata | 1 | -10/+10 |
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 | -5/+12 |
2005-04-02 | re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF) | Alexandre Oliva | 1 | -3/+18 |
2005-03-12 | tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node. | Steven Bosscher | 1 | -1/+0 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-07 | tree-ssa-dce.c (control_dependence_map, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | Makefile.in (tree-ssa-sink.o): New. | Daniel Berlin | 1 | -73/+3 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-14 | tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u... | Steven Bosscher | 1 | -9/+14 |
2004-12-13 | defaults.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-11-17 | re PR tree-optimization/18519 (ICE: Segmentation fault with optimization) | Daniel Berlin | 1 | -8/+3 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -1/+1 |
2004-10-28 | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of ... | Kazu Hirata | 1 | -11/+1 |
2004-10-27 | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Don't let an explicit GOTO... | Kazu Hirata | 1 | -2/+2 |
2004-10-27 | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 1 | -27/+108 |