real.h (struct real_format): Split the signbit field into two two fields, signbit_ro...
[gcc.git] / gcc / tree-cfg.c
2005-03-14 Zdenek Dvoraktree-cfg.c (find_taken_edge_cond_expr): Use zero_p...
2005-03-14 Kazu Hiratatree-cfg.c (verify_stmts): Check that bb_for_stmt ...
2005-03-13 Kazu Hirata* tree-cfg.c (group_case_labels): Remove local variable...
2005-03-12 Steven Bosschertree-cfg.c (make_goto_expr_edges): Don't use error_mark...
2005-03-11 Zdenek Dvorakbasic-block.h (single_succ_p, [...]): New inline functions.
2005-03-10 Zdenek DvorakMakefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
2005-03-09 Jeff Lawtree-cfg.c (cleanup_control_flow): If removal of a...
2005-03-08 Jeff Lawtree-cfg.c (find_taken_edge_computed_goto): New function.
2005-03-07 Per BothnerVarious fixes to allow us to again build if --enable...
2005-03-05 Kazu Hiratatree-phinodes.c (remove_phi_node): Drop the last argument.
2005-03-03 Kazu Hiratatree-cfg.c (stmt_starts_bb_p): Clean up by replacing...
2005-02-28 Kazu Hiratacalls.c (emit_call_1): Don't use REG_ALWAYS_RETURN.
2005-02-21 Kazu Hiratatree-cfg.c (fold_cond_expr_cond): New.
2005-02-17 Nathan Sidwellbitmap.h (BITMAP_XMALLOC, [...]): Remove.
2005-02-02 Richard Sandifordre PR tree-optimization/19578 (function pointer propaga...
2005-02-01 Steven Bosscherre PR tree-optimization/19217 (ICE: verify_stmts failed...
2005-01-22 Richard Sandifordre PR tree-optimization/19484 (function pointer propaga...
2005-01-22 Kazu Hiratatree-cfg.c (remove_forwarder_block_with_phi): Look...
2005-01-21 Ian Lance Taylorre PR tree-optimization/13000 ([unit-at-a-time] Using...
2005-01-21 Kazu Hirata* tree-cfg.c: Fix comment typos.
2005-01-20 Kazu Hirata* tree-cfg.c (tree_verify_flow_info): Fix a typo.
2005-01-20 Kazu Hiratatree-cfg.c (tree_verify_flow_info): Check that a nonloc...
2005-01-20 Kazu Hiratare PR tree-optimization/15349 ([tree-ssa] Merge two...
2005-01-19 Kazu Hiratatree-cfg.c (remove_forwarder_block): Fix the check...
2005-01-17 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Speed up by walkin...
2005-01-17 Kazu Hirata* tree-cfg.c (tree_can_merge_blocks_p): Reorder two...
2005-01-01 Steven Bosscherre PR middle-end/17544 (incorrect -Wunreachable-code...
2004-12-13 Andrew Pinskitree-cfg.c (remove_useless_stmts_cond): Call fold on...
2004-12-13 Kazu Hiratadefaults.h, [...]: Fix comment typos.
2004-12-10 Andrew Pinskire PR middle-end/18903 (ice in bsi_after_labels)
2004-12-06 Zdenek Dvorakre PR tree-optimization/18601 (tree cfglceanup is slow)
2004-12-02 Kazu Hirata* tree-cfg.c (thread_jumps): Reduce the size of WORKLIST.
2004-12-02 Kazu Hiratatree-cfg.c (phi_alternatives_equal): Check that PHI_ARG...
2004-12-02 Kazu Hiratatree-cfg.c (phi_alternatives_equal): Check that PHI_ARG...
2004-11-30 Richard Hendersonexpr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.
2004-11-29 Richard Henderson* tree-cfg.c (tree_node_can_be_shared): Fix typo'd...
2004-11-29 Andrew Pinskire PR middle-end/18725 (another ICE on trivial invalid...
2004-11-29 Kazu Hiratatree-cfg.c (tree_redirect_edge_and_branch): Call find_e...
2004-11-27 Kazu Hiratatree.c (operand_equal_for_phi_arg_p): New.
2004-11-27 Jeff Lawtree-cfg.c (cleanup_tree_cfg): Also return true if...
2004-11-26 Kazu Hirata* tree-cfg.c (tree_split_edge): Speed up by using find_...
2004-11-25 Kazu Hiratatree-phinodes.c (add_phi_arg): Take "tree" instead...
2004-11-25 Gerald Pfeifertree-cfg.c (tree_verify_flow_info): Do not terminate...
2004-11-23 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Speed up by reorde...
2004-11-23 Zack Weinbergfunction.h (struct function): Remove calls_longjmp.
2004-11-23 Kazu Hiratatree-cfg.c (tree_try_redirect_by_replacing_jump): Speed...
2004-11-23 Kazu Hiratatree-cfg.c (tree_execute_on_growing_pred): New.
2004-11-22 Kazu Hiratatree-ssa.c (ssa_remove_edge): Remove.
2004-11-22 Kazu Hiratatree-cfg.c (tree_execute_on_shrinking_pred): New.
2004-11-22 Kazu Hiratacfg.c (unchecked_make_edge): Call execute_on_growing_pr...
2004-11-22 Jeff Lawcfg.c (cached_make_edge): Use find_edge rather than...
2004-11-19 Kazu Hiratatree-cfg.c (reinstall_phi_args): New.
2004-11-17 Jeff Lawtree-cfg.c (edge_to_cases): Renamed from edge_to_case_l...
2004-11-16 Kazu Hiratatree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
2004-11-16 Kazu Hiratatree-cfg.c (verify_expr): Replace TREE_OPERAND with...
2004-11-14 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-13 Kazu Hiratabitmap.c, [...]: Fix comment formatting.
2004-11-13 Jeff Lawtree-cfg.c (hashtab.h): Include.
2004-11-09 Kazu Hirata* tree-cfg.c (create_bb): Remove unnecessary memset.
2004-11-09 Kazu Hiratatree-phinodes.c (phi_reverse): New.
2004-11-08 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by keeping a pointe...
2004-11-08 Kazu Hiratatree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN...
2004-11-06 Kazu Hiratatree-cfg.c (find_taken_edge_cond_expr): Remove an ...
2004-11-04 Kazu Hiratatree-cfg.c (find_taken_edge): Reject VAL begin NULL.
2004-11-04 Nathan Sidwellbitmap.c (bitmap_print): Make bitno unsigned.
2004-11-03 Kazu Hiratatree-cfg.c (find_taken_edge): Abort if we are given...
2004-11-02 Andrew MacLeodre PR tree-optimization/16447 (out of ssa generates...
2004-11-01 Kazu Hirata* tree-cfg.c (thread_jumps): Fix a comment typo.
2004-11-01 Kazu Hirata* tree-cfg.c (thread_jumps): Fix a comment typo.
2004-10-28 Kazu Hiratalambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-28 Andrew Pinskire PR tree-optimization/17529 (ICE in get_indirect_ref_...
2004-10-27 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by reordering the...
2004-10-27 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by pretending to...
2004-10-27 Daniel Berlinre PR tree-optimization/17133 (wrong code with -ftree...
2004-10-23 Andrew Pinskire PR middle-end/17967 (Expand is considered slower...
2004-10-22 Kazu Hiratatree-cfg.c (thread_jumps_from_bb): Speed up by extracti...
2004-10-22 Kazu Hiratatree-cfg.c (thread_jumps): Speed up by putting basic...
2004-10-21 Kazu Hirata* tree-cfg.c (thread_jumps): Speed up by using a worklist.
2004-10-21 Kazu Hiratatree-cfg.c (thread_jumps): Move a part of it to ...
2004-10-19 Andrew Pinskitree-cfg.c (group_case_labels): Look at the second...
2004-10-19 Kazu Hiratatree-cfg.c (thread_jumps): Use a do-while loop instead...
2004-10-18 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Don't iterate on thread_...
2004-10-18 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Don't set forwardable.
2004-10-18 Andrew Pinskire PR middle-end/15014 (labels after are removed even...
2004-10-18 Diego Novillotree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi.
2004-10-16 Zdenek Dvorakre PR tree-optimization/17766 (cc1 hangs in with -O3...
2004-10-15 Andrew Pinskirevert: re PR middle-end/17967 (Expand is considered...
2004-10-14 Andrew Pinskire PR middle-end/17967 (Expand is considered slower...
2004-10-13 Jakub Jelinekre PR tree-optimization/17724 (wrong dominator (eh...
2004-10-10 Kazu Hirata* tree-cfg.c: Fix comment typos.
2004-10-08 Kazu Hirata* tree-cfg.c: Fix a comment typo.
2004-10-08 Kazu Hiratatree-cfg.c (tree_forwarder_block_p): Reorder checks...
2004-10-07 Kazu Hiratatree-cfg.c (tree_block_forwards_to): Remove.
2004-10-06 Kazu Hiratatree-cfg.c (thread_jumps): Remove a duplicate check...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Remove extra parentheses...
2004-10-05 Kazu Hiratatree-cfg.c (thread_jumps): Remove a duplicate check...
2004-10-05 Kazu Hiratatree-cfg.c (thread_jumps): Iterate with FOR_EACH_BB...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Don't call delete_unreac...
2004-10-05 Kazu Hiratatree-cfg.c (cleanup_tree_cfg): Remove variable somethin...
2004-10-02 Kazu Hirata* tree-cfg.c, config/s390/tpf-unwind.h: Fix comment...
next