| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -12/+3 |
| 2006-11-13 | re PR middle-end/28915 (ICE: tree check: expected class 'constant', have 'dec... | Jason Merrill | 1 | -0/+5 |
| 2006-11-12 | tree-flow.h (name_mappings_registered_p): Declare. | Zdenek Dvorak | 1 | -3/+4 |
| 2006-11-11 | tree.def (FIX_CEIL_EXPR, [...]): Remove unused tree codes. | Richard Guenther | 1 | -3/+0 |
| 2006-09-29 | builtins.c (expand_builtin_setjmp): Delete. | Eric Botcazou | 1 | -68/+102 |
| 2006-09-22 | re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la... | Zdenek Dvorak | 1 | -0/+13 |
| 2006-08-04 | * tree-cfg.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
| 2006-08-02 | PR gcov/profile/28480 | Jan Hubicka | 1 | -2/+17 |
| 2006-07-24 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Jan Hubicka | 1 | -8/+13 |
| 2006-06-30 | cfgexpand.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
| 2006-06-19 | re PR tree-optimization/27341 (ICE in in add_virtual_operand with complex ty... | Daniel Berlin | 1 | -0/+2 |
| 2006-05-21 | tree-cfg.c: Prune whitespace. | Bernhard Fischer | 1 | -60/+58 |
| 2006-05-16 | * tree-cfg.c (split_edge_bb_loc): Remove unused variable `src'. | Ben Elliston | 1 | -2/+1 |
| 2006-05-02 | re PR middle-end/27328 (ICE with -fopenmp and goto) | Jakub Jelinek | 1 | -12/+27 |
| 2006-04-27 | Implement new immediate use iterators. | Andrew MacLeod | 1 | -36/+27 |
| 2006-04-26 | re PR middle-end/26913 (ICE with -fopenmp and -O1) | Jakub Jelinek | 1 | -1/+4 |
| 2006-04-15 | tree-cfg.c (make_edges, [...]): Reinstate RTH's changes from r112935 that wer... | Roger Sayle | 1 | -40/+52 |
| 2006-04-15 | re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-... | Jakub Jelinek | 1 | -55/+50 |
| 2006-04-13 | re PR libgomp/26651 ([gomp] #omp for ordered leaks memory) | Richard Henderson | 1 | -40/+52 |
| 2006-03-31 | tree-cfg.c (make_ctrl_stmt_edges, [...]): Merge into... | Richard Henderson | 1 | -152/+93 |
| 2006-03-22 | re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code) | Richard Henderson | 1 | -20/+127 |
| 2006-03-09 | Merge C++ from gomp-20050608-branch. | Richard Henderson | 1 | -0/+2 |
| 2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -6/+11 |
| 2006-02-14 | re PR tree-optimization/26209 (Specific code causes g++ 4.1.0 dominance ICE w... | Zdenek Dvorak | 1 | -4/+1 |
| 2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -4/+4 |
| 2006-02-05 | re PR tree-optimization/25251 ([4.1 only] NIST Failure - FM013.f at -O2) | Andrew Pinski | 1 | -2/+4 |
| 2006-02-02 | re PR middle-end/25990 (gomp ICE with -fopenmp) | Diego Novillo | 1 | -8/+9 |
| 2006-01-19 | tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL... | Diego Novillo | 1 | -6/+393 |
| 2006-01-18 | [multiple changes] | Diego Novillo | 1 | -30/+48 |
| 2006-01-11 | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 1 | -7/+22 |
| 2006-01-11 | re PR tree-optimization/23109 (compiler generates wrong code leading to spuri... | Paolo Bonzini | 1 | -0/+24 |
| 2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -18/+28 |
| 2006-01-04 | re PR ada/24994 (raised STORAGE_ERROR : stack overflow or erroneous memory ac... | Jeff Law | 1 | -1/+4 |
| 2006-01-03 | basic-block.h (control_flow_graph): Change the type of x_label_to_block_map t... | Kazu Hirata | 1 | -8/+22 |
| 2005-12-20 | revert: tree-cfg.c (mark_used_vars): New function. | Richard Guenther | 1 | -49/+0 |
| 2005-12-18 | tree-cfg.c (tree_flow_call_edges_add): Check for empty basic blocks. | Andreas Krebbel | 1 | -1/+1 |
| 2005-12-18 | tree-vn.c (vn_add): Use XNEW. | Gabriel Dos Reis | 1 | -7/+7 |
| 2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -7/+10 |
| 2005-12-09 | tree.c (recompute_tree_invariant_for_addr_expr): Rename from recompute_tree_i... | Diego Novillo | 1 | -2/+2 |
| 2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -3/+3 |
| 2005-12-02 | tree-cfg.c (mark_used_vars): New function. | Richard Guenther | 1 | -0/+49 |
| 2005-10-20 | * tree-cfg.c (tree_find_edge_insert_loc): Handle naked RETURN_EXPR. | Steven Bosscher | 1 | -1/+1 |
| 2005-10-15 | re PR middle-end/23714 (ICE in expand_assignment) | Richard Henderson | 1 | -33/+0 |
| 2005-10-09 | re PR tree-optimization/24226 (ICE: Segmentation fault in operand_equal_p (co... | Zdenek Dvorak | 1 | -0/+6 |
| 2005-10-05 | re PR middle-end/23714 (ICE in expand_assignment) | Richard Henderson | 1 | -0/+33 |
| 2005-09-13 | re PR tree-optimization/23817 (ICE in check_loop_closed_ssa_use, at tree-ssa-... | Zdenek Dvorak | 1 | -2/+11 |
| 2005-09-09 | re PR tree-optimization/23509 (ICE with ivopts) | Zdenek Dvorak | 1 | -2/+1 |
| 2005-09-06 | re PR c/23075 (Redundant / bogus warning) | Jakub Jelinek | 1 | -1/+2 |
| 2005-09-02 | re PR tree-optimization/23626 (ICE after cunrolling) | Zdenek Dvorak | 1 | -0/+4 |
| 2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -8/+19 |