| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 2006-11-25 | 1 | -1/+1 |
* | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 2006-07-07 | 1 | -3/+3 |
* | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 2006-05-28 | 1 | -1/+1 |
* | tree-ssa-dce.c (EXECUTE_IF_CONTROL_DEPENDENT): Make it an iterator-style macro. | Kazu Hirata | 2006-03-15 | 1 | -13/+9 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -3/+6 |
* | tree-ssa-dce.c (remove_dead_statement): When removing a dead control statemen... | Jeff Law | 2006-02-08 | 1 | -23/+22 |
* | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Remove unreachable code. | Zdenek Dvorak | 2006-01-31 | 1 | -10/+1 |
* | [multiple changes] | Diego Novillo | 2006-01-18 | 1 | -1/+1 |
* | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 2006-01-06 | 1 | -1/+1 |
* | tree-pass.h (TODO_remove_unused_locals): Define. | Richard Guenther | 2006-01-05 | 1 | -1/+2 |
* | tree-tailcall.c (find_tail_calls): Use XNEW. | Gabriel Dos Reis | 2005-12-18 | 1 | -2/+1 |
* | re PR tree-optimization/24627 (xntp miscompiled) | Diego Novillo | 2005-11-04 | 1 | -3/+3 |
* | Makefile.in (tree-ssa-dce.o): Depend on SCEV_H. | Richard Henderson | 2005-10-11 | 1 | -1/+2 |
* | re PR tree-optimization/24300 (segfault in operand_equal_p with -ftree-vector... | Richard Henderson | 2005-10-11 | 1 | -0/+28 |
* | tree-pass.h, [...]: Revert last change. | Richard Henderson | 2005-09-17 | 1 | -1/+1 |
* | tree-pass.h (pass_vect_dce): Declare. | Richard Henderson | 2005-09-17 | 1 | -1/+1 |
* | builtins.c: Fix comment typo(s). | Volker Reichelt | 2005-07-28 | 1 | -1/+1 |
* | tree-ssa-dce.c (cfg_altered): New global. | Jeff Law | 2005-07-05 | 1 | -1/+23 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | re PR tree-optimization/21847 (misscompiling of the following java code) | Steven Bosscher | 2005-06-07 | 1 | -0/+9 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+0 |
* | tree-flow-inline.h (op_iter_init_use, [...]): Assert that the flags are of ap... | Andrew MacLeod | 2005-05-04 | 1 | -2/+1 |
* | * tree-ssa-dce.c: Fix a comment typo. | Kazu Hirata | 2005-04-27 | 1 | -1/+1 |
* | tree-ssa-dce.c (worklist): Change to VEC(tree,heap). | Kazu Hirata | 2005-04-23 | 1 | -10/+10 |
* | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 2005-04-17 | 1 | -4/+0 |
* | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 2005-04-08 | 1 | -5/+12 |
* | re PR tree-optimization/20640 (ICE on NULL PHI_ARG_DEF) | Alexandre Oliva | 2005-04-02 | 1 | -3/+18 |
* | tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node. | Steven Bosscher | 2005-03-12 | 1 | -1/+0 |
* | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 2005-03-11 | 1 | -1/+1 |
* | tree-ssa-dce.c (control_dependence_map, [...]): Make them static. | Kazu Hirata | 2005-03-07 | 1 | -2/+2 |
* | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 2005-03-05 | 1 | -1/+1 |
* | Makefile.in (tree-ssa-sink.o): New. | Daniel Berlin | 2005-03-01 | 1 | -73/+3 |
* | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 2005-02-17 | 1 | -2/+2 |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u... | Steven Bosscher | 2005-01-14 | 1 | -9/+14 |
* | defaults.h, [...]: Fix comment typos. | Kazu Hirata | 2004-12-13 | 1 | -1/+1 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -0/+1 |
* | re PR tree-optimization/18519 (ICE: Segmentation fault with optimization) | Daniel Berlin | 2004-11-17 | 1 | -8/+3 |
* | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 2004-11-04 | 1 | -1/+1 |
* | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of ... | Kazu Hirata | 2004-10-28 | 1 | -11/+1 |
* | tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Don't let an explicit GOTO... | Kazu Hirata | 2004-10-27 | 1 | -2/+2 |
* | re PR tree-optimization/17133 (wrong code with -ftree-lim) | Daniel Berlin | 2004-10-27 | 1 | -27/+108 |
* | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 2004-09-29 | 1 | -3/+1 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -15/+11 |
* | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 2004-09-26 | 1 | -1/+8 |
* | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 2004-09-23 | 1 | -1/+3 |
* | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 2004-09-17 | 1 | -1/+1 |
* | tree-ssa-dce.c (remove_dead_stmt): Update profile. | Jan Hubicka | 2004-09-10 | 1 | -0/+2 |
* | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 2004-09-09 | 1 | -36/+14 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -2/+4 |