Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -4/+4 |
2005-08-05 | re PR middle-end/21728 (Nonlocal goto from an unused nested function) | Richard Henderson | 1 | -3/+15 |
2005-08-04 | re PR tree-optimization/22037 (internal compiler error: verify_ssa failed) | Diego Novillo | 1 | -7/+5 |
2005-08-03 | profile.c (branch_prob): Split edges with goto locus on them to get proper li... | Jan Hubicka | 1 | -2/+16 |
2005-07-28 | cfg.c (update_bb_profile_for_threading): Use RDIV. | Jan Hubicka | 1 | -12/+36 |
2005-07-12 | tree-cfg.c (dump_cfg_stats): Add a new fmt_str_2 format string and use it whe... | Ben Elliston | 1 | -1/+2 |
2005-07-09 | Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h | Diego Novillo | 1 | -5/+2 |
2005-07-08 | re PR regression/20139 (cris-elf testsuite: gcc.c-torture/execute/20020720-1.c) | Kazu Hirata | 1 | -1/+6 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -42/+42 |
2005-06-28 | c-decl.c (pop_scope): Move warning control into warning call. | DJ Delorie | 1 | -2/+2 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -3/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -15/+13 |
2005-06-05 | re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro... | Zdenek Dvorak | 1 | -0/+13 |
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-31 | tree-cfg.c (verify_expr): Add checking for COND_EXPR's conditional expression. | Andrew Pinski | 1 | -0/+5 |
2005-05-28 | Makefile.in (OBJS-common): Add tree-cfgcleanup.o. | Kazu Hirata | 1 | -717/+2 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -46/+0 |
2005-05-25 | tree-cfg.c (verify_expr, [...]): Verify invariant, constant and side_effects ... | Daniel Berlin | 1 | -25/+60 |
2005-05-24 | c-common.c (unsigned_conversion_warning): Move warning control from if() to w... | DJ Delorie | 1 | -4/+4 |
2005-05-24 | Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h. | Jeff Law | 1 | -0/+8 |
2005-05-19 | cfgexpand.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-05-18 | tree-cfg.c (pass_remove_useless): Revert last change. | Richard Henderson | 1 | -2/+2 |
2005-05-18 | * tree-cfg.c (pass_remove_useless): This pass works on trees. | Geoffrey Keating | 1 | -2/+2 |
2005-05-17 | timevar.def (TV_SCEV_CONST): New timevar. | Zdenek Dvorak | 1 | -1/+1 |
2005-05-17 | tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block. | Zdenek Dvorak | 1 | -3/+93 |
2005-05-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -1/+1 |
2005-05-14 | tree-cfg.c (execute_warn_function_return): Break out noreturn warning too.. | Jan Hubicka | 1 | -8/+31 |
2005-05-13 | builtins-43.c: Use gimple dump instead of generic. | Jan Hubicka | 1 | -0/+4 |
2005-05-12 | basic-block.h (FOR_ALL_BB_FN): New macro. | Jan Hubicka | 1 | -15/+21 |
2005-05-12 | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 1 | -0/+2 |
2005-05-10 | tree-cfg.c (tree_duplicate_sese_region): Update profile. | Zdenek Dvorak | 1 | -1/+14 |
2005-05-03 | tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt. | Kazu Hirata | 1 | -1/+0 |
2005-05-03 | * tree-cfg.c (tree_forwarder_block_p): Fix a typo. | Kazu Hirata | 1 | -1/+1 |
2005-04-26 | tree-cfg.c (bsi_replace): Delink immediate uses for the original stmt. | Andrew MacLeod | 1 | -0/+1 |
2005-04-26 | tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a call to find_edge o... | Kazu Hirata | 1 | -7/+7 |
2005-04-25 | tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. | Jan Hubicka | 1 | -0/+10 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -8/+8 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -244/+32 |
2005-04-22 | Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _... | Zdenek Dvorak | 1 | -2/+2 |