aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfg.c
AgeCommit message (Expand)AuthorFilesLines
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