| Age | Commit message (Expand) | Author | Files | Lines |
| 2004-10-23 | re PR middle-end/17967 (Expand is considered slower? (remove_useless_stmts is... | Andrew Pinski | 1 | -1/+0 |
| 2004-10-22 | tree-cfg.c (thread_jumps_from_bb): Speed up by extracting edge information wh... | Kazu Hirata | 1 | -3/+2 |
| 2004-10-22 | tree-cfg.c (thread_jumps): Speed up by putting basic blocks into worklist ins... | Kazu Hirata | 1 | -16/+9 |
| 2004-10-21 | * tree-cfg.c (thread_jumps): Speed up by using a worklist. | Kazu Hirata | 1 | -18/+85 |
| 2004-10-21 | tree-cfg.c (thread_jumps): Move a part of it to ... | Kazu Hirata | 1 | -163/+179 |
| 2004-10-19 | tree-cfg.c (group_case_labels): Look at the second to last case statement for... | Andrew Pinski | 1 | -4/+5 |
| 2004-10-19 | tree-cfg.c (thread_jumps): Use a do-while loop instead of a loop with goto. | Kazu Hirata | 1 | -141/+147 |
| 2004-10-18 | tree-cfg.c (cleanup_tree_cfg): Don't iterate on thread_jumps. | Kazu Hirata | 1 | -7/+8 |
| 2004-10-18 | tree-cfg.c (tree_forwarder_block_p): Don't set forwardable. | Kazu Hirata | 1 | -27/+15 |
| 2004-10-18 | re PR middle-end/15014 (labels after are removed even though they are used) | Andrew Pinski | 1 | -5/+20 |
| 2004-10-18 | tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi. | Diego Novillo | 1 | -1/+1 |
| 2004-10-16 | re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2) | Zdenek Dvorak | 1 | -3/+2 |
| 2004-10-14 | revert: re PR middle-end/17967 (Expand is considered slower? (remove_useless_... | Andrew Pinski | 1 | -0/+8 |
| 2004-10-14 | re PR middle-end/17967 (Expand is considered slower? (remove_useless_stmts is... | Andrew Pinski | 1 | -8/+0 |
| 2004-10-13 | re PR tree-optimization/17724 (wrong dominator (eh/fold all builtins) related) | Jakub Jelinek | 1 | -0/+20 |
| 2004-10-10 | * tree-cfg.c: Fix comment typos. | Kazu Hirata | 1 | -5/+5 |
| 2004-10-08 | * tree-cfg.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
| 2004-10-08 | tree-cfg.c (tree_forwarder_block_p): Reorder checks so that common cases will... | Kazu Hirata | 1 | -14/+16 |
| 2004-10-07 | tree-cfg.c (tree_block_forwards_to): Remove. | Kazu Hirata | 1 | -63/+0 |
| 2004-10-06 | tree-cfg.c (thread_jumps): Remove a duplicate check for EXIT_BLOCK_PTR. | Kazu Hirata | 1 | -6/+1 |
| 2004-10-05 | tree-cfg.c (cleanup_tree_cfg): Remove extra parentheses in comments. | Kazu Hirata | 1 | -1/+1 |
| 2004-10-05 | tree-cfg.c (thread_jumps): Remove a duplicate check for an infinite loop. | Kazu Hirata | 1 | -5/+0 |
| 2004-10-05 | tree-cfg.c (thread_jumps): Iterate with FOR_EACH_BB instead of FOR_BB_BETWEEN. | Kazu Hirata | 1 | -8/+8 |
| 2004-10-05 | tree-cfg.c (cleanup_tree_cfg): Don't call delete_unreachable_blosk() after th... | Kazu Hirata | 1 | -19/+15 |
| 2004-10-05 | tree-cfg.c (cleanup_tree_cfg): Remove variable something_changed. | Kazu Hirata | 1 | -8/+3 |
| 2004-10-02 | * tree-cfg.c, config/s390/tpf-unwind.h: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
| 2004-10-02 | tree-cfg.c (cleanup_tree_cfg): Speed up by calling delete_unrechable_blocks()... | Kazu Hirata | 1 | -5/+15 |
| 2004-10-01 | re PR tree-optimization/17343 (a dispatch table can be shortened for certain ... | Andrew Pinski | 1 | -1/+7 |
| 2004-10-01 | tree-cfg.c (cleanup_tree_cfg): Pull a call to cleanup_control_flow() out of t... | Kazu Hirata | 1 | -3/+9 |
| 2004-09-30 | * protoize.c, tree-cfg.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
| 2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -136/+148 |
| 2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -6/+11 |
| 2004-09-22 | fold-const.c (fold): Avoid non INTEGER_TYPEs when widening operands in an int... | Diego Novillo | 1 | -16/+3 |
| 2004-09-18 | * tree-cfg.c (thread_jumps): Fix updating of the profile. | Jan Hubicka | 1 | -10/+16 |
| 2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -8/+7 |
| 2004-09-16 | Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency. | Zdenek Dvorak | 1 | -1/+394 |
| 2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -6/+7 |
| 2004-09-15 | * tree-cfg.c (remove_bb): Release SSA defs. | Jan Hubicka | 1 | -0/+1 |
| 2004-09-14 | tree-cfg.c (thread_jumps): Update dominators correctly in case destination of... | Zdenek Dvorak | 1 | -3/+6 |
| 2004-09-11 | tree-cfg.c (set_bb_for_stmt): Use PHI_BB. | Zdenek Dvorak | 1 | -1/+3 |
| 2004-09-10 | tree-ssa-dce.c (remove_dead_stmt): Update profile. | Jan Hubicka | 1 | -0/+18 |
| 2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -82/+39 |
| 2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -4/+8 |
| 2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
| 2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -0/+13 |
| 2004-08-31 | tree-cfg.c (cfg_remove_useless_stmts_bb): Also invalidate if VAL gets modified. | Richard Kenner | 1 | -2/+6 |
| 2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -16/+4 |
| 2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -3/+26 |
| 2004-08-19 | basic-block.h (struct edge_def): Remove crossing_edge. | Steven Bosscher | 1 | -78/+0 |
| 2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -3/+2 |