aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-03cfghooks.c (lv_flush_pending_stmts, [...]): New.Mostafa Hagog1-0/+70
2005-03-18* tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition.Jan Hubicka1-2/+2
2005-03-14tree-cfg.c (find_taken_edge_cond_expr): Use zero_p instead of integer_zerop.Zdenek Dvorak1-12/+3
2005-03-14tree-cfg.c (verify_stmts): Check that bb_for_stmt (stmt) == bb for every PHI ...Kazu Hirata1-0/+13
2005-03-13* tree-cfg.c (group_case_labels): Remove local variable type.Kazu Hirata1-2/+1
2005-03-12tree-cfg.c (make_goto_expr_edges): Don't use error_mark_node.Steven Bosscher1-6/+3
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-35/+37
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-0/+55
2005-03-08tree-cfg.c (cleanup_control_flow): If removal of a computed goto results in t...Jeff Law1-1/+10
2005-03-07tree-cfg.c (find_taken_edge_computed_goto): New function.Jeff Law1-2/+77
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-5/+10
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-1/+1
2005-03-03tree-cfg.c (stmt_starts_bb_p): Clean up by replacing code with LABEL_EXPR.Kazu Hirata1-8/+4
2005-02-28calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.Kazu Hirata1-2/+2
2005-02-21tree-cfg.c (fold_cond_expr_cond): New.Kazu Hirata1-14/+30
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-1/+1
2005-02-02re PR tree-optimization/19578 (function pointer propagation fails for noretur...Richard Sandiford1-5/+19
2005-02-01re PR tree-optimization/19217 (ICE: verify_stmts failed: address taken, but A...Steven Bosscher1-2/+14
2005-01-22re PR tree-optimization/19484 (function pointer propagation fails for noretur...Richard Sandiford1-1/+29
2005-01-22tree-cfg.c (remove_forwarder_block_with_phi): Look at the first label to see ...Kazu Hirata1-11/+6
2005-01-21re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor1-0/+2
2005-01-21* tree-cfg.c: Fix comment typos.Kazu Hirata1-4/+4
2005-01-20* tree-cfg.c (tree_verify_flow_info): Fix a typo.Kazu Hirata1-1/+1
2005-01-20tree-cfg.c (tree_verify_flow_info): Check that a nonlocal label is first in a...Kazu Hirata1-5/+18
2005-01-20re PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.)Kazu Hirata1-8/+212
2005-01-19tree-cfg.c (remove_forwarder_block): Fix the check to prevent a nonlocal labe...Kazu Hirata1-1/+1
2005-01-17tree-cfg.c (tree_forwarder_block_p): Speed up by walking through the statemen...Kazu Hirata1-3/+3
2005-01-17* tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.Kazu Hirata1-3/+3
2005-01-01re PR middle-end/17544 (incorrect -Wunreachable-code warning for mains with a...Steven Bosscher1-5/+14
2004-12-13tree-cfg.c (remove_useless_stmts_cond): Call fold on COND_EXPR_COND.Andrew Pinski1-1/+1
2004-12-13defaults.h, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-12-10re PR middle-end/18903 (ice in bsi_after_labels)Andrew Pinski1-2/+2
2004-12-06re PR tree-optimization/18601 (tree cfglceanup is slow)Zdenek Dvorak1-236/+139
2004-12-02* tree-cfg.c (thread_jumps): Reduce the size of WORKLIST.Kazu Hirata1-1/+1
2004-12-02tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF is not null.Kazu Hirata1-4/+5
2004-12-02tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEF is not null.Kazu Hirata1-9/+7
2004-11-29expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.Richard Henderson1-5/+2
2004-11-29* tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node.Richard Henderson1-1/+1
2004-11-29re PR middle-end/18725 (another ICE on trivial invalid asm)Andrew Pinski1-1/+2
2004-11-29tree-cfg.c (tree_redirect_edge_and_branch): Call find_edge only when needed.Kazu Hirata1-1/+1
2004-11-27tree.c (operand_equal_for_phi_arg_p): New.Kazu Hirata1-1/+1
2004-11-27tree-cfg.c (cleanup_tree_cfg): Also return true if blocks are merged.Jeff Law1-1/+1
2004-11-26* tree-cfg.c (tree_split_edge): Speed up by using find_edge.Kazu Hirata1-7/+3
2004-11-25tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a...Kazu Hirata1-6/+6
2004-11-25tree-cfg.c (tree_verify_flow_info): Do not terminate error() message with \n.Gerald Pfeifer1-1/+1
2004-11-23tree-cfg.c (tree_forwarder_block_p): Speed up by reordering two checks.Kazu Hirata1-3/+3
2004-11-23function.h (struct function): Remove calls_longjmp.Zack Weinberg1-4/+3
2004-11-23tree-cfg.c (tree_try_redirect_by_replacing_jump): Speed up by restricting to ...Kazu Hirata1-8/+6
2004-11-23tree-cfg.c (tree_execute_on_growing_pred): New.Kazu Hirata1-1/+13
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata1-3/+3