Makefile.in (tree-ssa-alias.o): Depend on tree-ssa-structalias.h
[gcc.git] / gcc / tree-cfg.c
2005-07-10 Diego NovilloMakefile.in (tree-ssa-alias.o): Depend on tree-ssa...
2005-07-08 Kazu Hiratare PR regression/20139 (cris-elf testsuite: gcc.c-tortu...
2005-07-03 Joseph Myersbb-reorder.c, [...]: Avoid "." or "\n" at end of diagno...
2005-06-28 DJ Deloriec-decl.c (pop_scope): Move warning control into warning...
2005-06-26 Kazu Hiratabuiltins.c, [...]: Use fold_buildN instead of fold...
2005-06-25 Kelley CookUpdate FSF address.
2005-06-15 Jan HubickaMakefile.in (cfg.o): Add new dependencies.
2005-06-05 Zdenek Dvorakre PR middle-end/21846 (segfault in fold_binary compili...
2005-06-01 Kaveh R. Ghazibasic-block.h, [...]: Don't include errors.h and includ...
2005-05-31 Andrew Pinskitree-cfg.c (verify_expr): Add checking for COND_EXPR...
2005-05-28 Kazu HirataMakefile.in (OBJS-common): Add tree-cfgcleanup.o.
2005-05-27 Kazu Hiratabasic-block.h (basic_block_def): Add phi_nodes and...
2005-05-25 Daniel Berlintree-cfg.c (verify_expr, [...]): Verify invariant,...
2005-05-25 DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-24 Jeff LawMakefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.
2005-05-19 Kazu Hiratacfgexpand.c, [...]: Fix comment typos.
2005-05-19 Richard Hendersontree-cfg.c (pass_remove_useless): Revert last change.
2005-05-18 Geoffrey Keating* tree-cfg.c (pass_remove_useless): This pass works...
2005-05-17 Zdenek Dvoraktimevar.def (TV_SCEV_CONST): New timevar.
2005-05-17 Zdenek Dvoraktree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes...
2005-05-17 Steven Bosschercgraph.h (cgraph_node): Add 'lowered' state.
2005-05-14 Jan Hubickatree-cfg.c (execute_warn_function_return): Break out...
2005-05-13 Jan Hubickabuiltins-43.c: Use gimple dump instead of generic.
2005-05-12 Jan Hubickabasic-block.h (FOR_ALL_BB_FN): New macro.
2005-05-12 Steven Bosscherexcept.c (duplicate_eh_region_1, [...]): New functions...
2005-05-10 Zdenek Dvoraktree-cfg.c (tree_duplicate_sese_region): Update profile.
2005-05-03 Kazu Hiratatree-cfg.c (remove_bb): Remove a redundant call to...
2005-05-03 Kazu Hirata* tree-cfg.c (tree_forwarder_block_p): Fix a typo.
2005-04-26 Andrew MacLeodtree-cfg.c (bsi_replace): Delink immediate uses for...
2005-04-26 Kazu Hiratatree-cfg.c (lv_adjust_loop_header_phi): Speed up moving...
2005-04-25 Jan Hubickatree-cfg.c (tree_duplicate_bb): Duplicate EH region...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-04-23 Diego Novillo[multiple changes]
2005-04-22 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_interval_profiler...
2005-04-21 Nathan Sidwellvec.h: Update API to separate allocation mechanism...
2005-04-19 Alexandre Olivatree-cfg.c (dump_function_to_file): Use cfun info only...
2005-04-18 Alexandre Olivatree-cfg.c (dump_function_to_file): Do not crash if...
2005-04-17 Kazu Hiratatree-flow-inline.h (get_stmt_operands): Remove.
2005-04-13 Jeff LawMakefile.in (OBJS-common): Add tree-ssa-uncprop.o.
2005-04-12 Steven BosscherMakefile.in: Add function.h to BASIC_BLOCK_H.
2005-04-12 Dorit Naishlos* tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.
2005-04-09 Jan Hubickacfglayout.c (copy_bbs): Rename n_edges to num_edges.
2005-04-09 Diego Novillobackport: copy-prop, incremental SSA updating of FUD...
2005-04-05 Andrew MacLeodlambda-code.c (lambda_loopnest_to_gcc_loopnest): Use...
2005-04-05 Per Bothnerc-decl.c (finish_function): If USE_MAPPED_LOCATION...
2005-04-03 Mostafa Hagogcfghooks.c (lv_flush_pending_stmts, [...]): New.
2005-03-18 Jan Hubicka* tree-cfg.c (fold_cond_expr_cond): Use boolean types...
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...
next