aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-25tree-cfg.c (verify_expr): Add macro CHECK_OK.Richard Kenner1-13/+57
2004-06-22tree-cfg.c (pass_warn_function_return): It needs CFG, not SSA.Paolo Bonzini1-1/+1
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-7/+5
2004-06-19function.c (free_after_compilation): Do not free computed_goto_common*.Jan Hubicka1-10/+1
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-24/+44
2004-06-18re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson1-28/+0
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-1/+1
2004-06-17re PR tree-optimization/15991 (phi nodes with identical arguments still remai...Zdenek Dvorak1-2/+1
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-10/+17
2004-06-16tree-cfg.c (pass_split_crit_edge): Give it a name and a dump file.Daniel Berlin1-2/+2
2004-06-09basic-block.h (struct edge_def): Add goto_locus.Richard Henderson1-6/+6
2004-06-07tree-cfg.c (tree_verify_flow_info): Make sure that labels in SWITCH_LABELS ar...Steven Bosscher1-0/+29
2004-06-04except.c (for_each_eh_region): New function.Steven Bosscher1-3/+31
2004-06-02tree-cfg.c (tree_find_edge_insert_loc): Allow inserting before return_stmt.Jan Hubicka1-0/+16
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-0/+1
2004-05-26gimplify.c (compare_case_labels): New function.Steven Bosscher1-17/+114
2004-05-19tree-cfg.c (find_case_label_for_value): Replace call to simple_cst_equal with...Andrew Pinski1-1/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+4594