summaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
Commit message (Expand)AuthorAgeFilesLines
...
* * tree-cfg.c (cleanup_control_flow): If removal of a computedlaw2005-03-091-1/+10
* * tree-cfg.c (find_taken_edge_computed_goto): New function.law2005-03-081-2/+77
* Various fixes to allow us to again build if --enable-mapped-location:bothner2005-03-071-5/+10
* * tree-phinodes.c (remove_phi_node): Drop the last argument.kazu2005-03-051-1/+1
* * tree-cfg.c (stmt_starts_bb_p): Clean up by replacing codekazu2005-03-031-8/+4
* * calls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.kazu2005-02-281-2/+2
* * tree-cfg.c (fold_cond_expr_cond): New.kazu2005-02-211-14/+30
* * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.nathan2005-02-171-1/+1
* PR tree-optimization/19578rsandifo2005-02-021-5/+19
* PR tree-optimization/19217steven2005-02-011-2/+14
* PR tree-optimization/19484rsandifo2005-01-221-1/+29
* * tree-cfg.c (remove_forwarder_block_with_phi): Look at thekazu2005-01-221-11/+6
* PR tree-optimization/13000ian2005-01-211-0/+2
* * tree-cfg.c: Fix comment typos.kazu2005-01-211-4/+4
* * tree-cfg.c (tree_verify_flow_info): Fix a typo.kazu2005-01-201-1/+1
* * tree-cfg.c (tree_verify_flow_info): Check that a nonlocalkazu2005-01-201-5/+18
* PR tree-optimization/15349kazu2005-01-201-8/+212
* * tree-cfg.c (remove_forwarder_block): Fix the check tokazu2005-01-191-1/+1
* * tree-cfg.c (tree_forwarder_block_p): Speed up by walkingkazu2005-01-171-3/+3
* * tree-cfg.c (tree_can_merge_blocks_p): Reorder two checks.kazu2005-01-171-3/+3
* * emit-rtl.c (add_insn_before): Fix comment typo.steven2005-01-011-5/+14
* 2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-12-131-1/+1
* * defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix commentkazu2004-12-131-4/+4
* 2004-12-10 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-12-101-2/+2
* PR tree-optimization/18601kazu2004-12-061-236/+139
* * tree-cfg.c (thread_jumps): Reduce the size of WORKLIST.kazu2004-12-021-1/+1
* * tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEFkazu2004-12-021-4/+5
* * tree-cfg.c (phi_alternatives_equal): Check that PHI_ARG_DEFkazu2004-12-021-9/+7
* * expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.rth2004-11-301-5/+2
* * tree-cfg.c (tree_node_can_be_shared): Fix typo'd error_mark_node.rth2004-11-291-1/+1
* 2004-11-29 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-11-291-1/+2
* * tree-cfg.c (tree_redirect_edge_and_branch): Call find_edgekazu2004-11-291-1/+1
* * tree.c (operand_equal_for_phi_arg_p): New.kazu2004-11-271-1/+1
* * tree-cfg.c (cleanup_tree_cfg): Also return true if blockslaw2004-11-271-1/+1
* * tree-cfg.c (tree_split_edge): Speed up by using find_edge.kazu2004-11-261-7/+3
* * tree-phinodes.c (add_phi_arg): Take "tree" instead ofkazu2004-11-251-6/+6
* * tree-cfg.c (tree_verify_flow_info): Do not terminate error()gerald2004-11-251-1/+1
* * tree-cfg.c (tree_forwarder_block_p): Speed up by reorderingkazu2004-11-231-3/+3
* * function.h (struct function): Remove calls_longjmp.zack2004-11-231-4/+3
* * tree-cfg.c (tree_try_redirect_by_replacing_jump): Speed upkazu2004-11-231-8/+6
* * tree-cfg.c (tree_execute_on_growing_pred): New.kazu2004-11-231-1/+13
* * tree-ssa.c (ssa_remove_edge): Remove.kazu2004-11-221-3/+3
* * tree-cfg.c (tree_execute_on_shrinking_pred): New.kazu2004-11-221-1/+11
* * cfg.c (unchecked_make_edge): Call execute_on_growing_predkazu2004-11-221-1/+3
* * cfg.c (cached_make_edge): Use find_edge rather than an inlinedlaw2004-11-221-21/+12
* * tree-cfg.c (reinstall_phi_args): New.kazu2004-11-191-17/+26
* * tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.law2004-11-171-100/+158
* * tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.kazu2004-11-161-12/+3
* * tree-cfg.c (verify_expr): Replace TREE_OPERAND withkazu2004-11-161-1/+1
* * tree-cfg.c, tree-if-conv.c, tree-ssa-loop-ivopts.c,kazu2004-11-141-2/+2