Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-09-29 | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 1 | -3/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -15/+11 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -1/+8 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+3 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -1/+1 |
2004-09-10 | tree-ssa-dce.c (remove_dead_stmt): Update profile. | Jan Hubicka | 1 | -0/+2 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -36/+14 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -2/+4 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -23/+8 |
2004-08-12 | re PR tree-optimization/16867 (Inline array initializer miscompilation at -O) | Diego Novillo | 1 | -30/+76 |
2004-07-28 | tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ... | Diego Novillo | 1 | -2/+2 |
2004-07-22 | tree-into-ssa.c (set_livein_block): Fix typo in comment. | Diego Novillo | 1 | -0/+1 |
2004-07-08 | tree-cfg.c (make_exit_edges): Use get_call_expr_in. | Richard Henderson | 1 | -7/+6 |
2004-06-28 | tree-cfg.c (verify_stmt): Add last_in_block parameter. | Richard Henderson | 1 | -1/+1 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -3/+3 |