aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2005-05-17timevar.def (TV_SCEV_CONST): New timevar.Zdenek Dvorak1-1/+1
2005-05-17tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block.Zdenek Dvorak1-3/+93
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-1/+1
2005-05-14tree-cfg.c (execute_warn_function_return): Break out noreturn warning too..Jan Hubicka1-8/+31
2005-05-13builtins-43.c: Use gimple dump instead of generic.Jan Hubicka1-0/+4
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka1-15/+21
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher1-0/+2
2005-05-10tree-cfg.c (tree_duplicate_sese_region): Update profile.Zdenek Dvorak1-1/+14
2005-05-03tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt.Kazu Hirata1-1/+0
2005-05-03* tree-cfg.c (tree_forwarder_block_p): Fix a typo.Kazu Hirata1-1/+1
2005-04-26tree-cfg.c (bsi_replace): Delink immediate uses for the original stmt.Andrew MacLeod1-0/+1
2005-04-26tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a call to find_edge o...Kazu Hirata1-7/+7
2005-04-25tree-cfg.c (tree_duplicate_bb): Duplicate EH region too.Jan Hubicka1-0/+10
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-8/+8
2005-04-22[multiple changes]Diego Novillo1-244/+32
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-2/+2
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-3/+3
2005-04-19tree-cfg.c (dump_function_to_file): Use cfun info only if it refers to the fu...Alexandre Oliva1-2/+2
2005-04-18tree-cfg.c (dump_function_to_file): Do not crash if cfun or cfun->cfg are NULL.Alexandre Oliva1-1/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+0
2005-04-12Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law1-121/+0
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-13/+2
2005-04-12* tree-cfg.c (tree_verify_flow_info): Use LABEL_EXPR_LABEL.Dorit Naishlos1-1/+1
2005-04-09cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka1-5/+5
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-2/+10
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-3/+24
2005-04-05c-decl.c (finish_function): If USE_MAPPED_LOCATION set the location of the ar...Per Bothner1-1/+1
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