aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-28c-decl.c (pop_scope): Move warning control into warning call.DJ Delorie1-2/+2
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-15/+13
2005-06-05re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro...Zdenek Dvorak1-0/+13
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-31tree-cfg.c (verify_expr): Add checking for COND_EXPR's conditional expression.Andrew Pinski1-0/+5
2005-05-28Makefile.in (OBJS-common): Add tree-cfgcleanup.o.Kazu Hirata1-717/+2
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-46/+0
2005-05-25tree-cfg.c (verify_expr, [...]): Verify invariant, constant and side_effects ...Daniel Berlin1-25/+60
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-4/+4
2005-05-24Makefile.in (tree-cfg.o): Depend on tree-ssa-propagate.h.Jeff Law1-0/+8
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-05-18tree-cfg.c (pass_remove_useless): Revert last change.Richard Henderson1-2/+2
2005-05-18* tree-cfg.c (pass_remove_useless): This pass works on trees.Geoffrey Keating1-2/+2
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