aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-22tree-cfg.c (tree_execute_on_shrinking_pred): New.Kazu Hirata1-1/+11
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata1-1/+3
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-21/+12
2004-11-19tree-cfg.c (reinstall_phi_args): New.Kazu Hirata1-17/+26
2004-11-17tree-cfg.c (edge_to_cases): Renamed from edge_to_case_leader.Jeff Law1-100/+158
2004-11-16tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.Kazu Hirata1-12/+3
2004-11-16tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND.Kazu Hirata1-1/+1
2004-11-14tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-2/+2
2004-11-13bitmap.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-11-12tree-cfg.c (hashtab.h): Include.Jeff Law1-11/+182
2004-11-09* tree-cfg.c (create_bb): Remove unnecessary memset.Kazu Hirata1-2/+3
2004-11-09tree-phinodes.c (phi_reverse): New.Kazu Hirata1-10/+3
2004-11-08tree-cfg.c (thread_jumps): Speed up by keeping a pointer to the last used ele...Kazu Hirata1-8/+5
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata1-3/+3
2004-11-06tree-cfg.c (find_taken_edge_cond_expr): Remove an "if" statement that never t...Kazu Hirata1-5/+0
2004-11-04tree-cfg.c (find_taken_edge): Reject VAL begin NULL.Kazu Hirata1-2/+3
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-1/+1
2004-11-03tree-cfg.c (find_taken_edge): Abort if we are given a statement that is neith...Kazu Hirata1-4/+4
2004-11-02re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod1-7/+9
2004-11-01* tree-cfg.c (thread_jumps): Fix a comment typo.Kazu Hirata1-1/+1
2004-11-01* tree-cfg.c (thread_jumps): Fix a comment typo.Kazu Hirata1-1/+1
2004-10-28lambda-code.c (nestify_update_pending_stmts): Remove.Kazu Hirata1-12/+3
2004-10-27re PR tree-optimization/17529 (ICE in get_indirect_ref_operands)Andrew Pinski1-1/+1
2004-10-27tree-cfg.c (thread_jumps): Speed up by reordering the two conditions for ente...Kazu Hirata1-10/+10
2004-10-27tree-cfg.c (thread_jumps): Speed up by pretending to have ENTRY_BLOCK_PTR in ...Kazu Hirata1-4/+6
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-2/+6
2004-10-23re PR middle-end/17967 (Expand is considered slower? (remove_useless_stmts is...Andrew Pinski1-1/+0
2004-10-22tree-cfg.c (thread_jumps_from_bb): Speed up by extracting edge information wh...Kazu Hirata1-3/+2
2004-10-22tree-cfg.c (thread_jumps): Speed up by putting basic blocks into worklist ins...Kazu Hirata1-16/+9