aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-09re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou1-0/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-5/+5
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-25function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-04-13Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands1-3/+0
2010-03-01set LABEL_PRESERVE_P for landing pad labelsChristian Bruel1-0/+1
2010-02-19re PR bootstrap/43121 (Bootstrap failure)Jakub Jelinek1-3/+8
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-1/+1
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-2/+5
2009-10-03Merge lto branch into trunk.Diego Novillo1-1/+8
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-0/+7
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2715/+1108
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-12/+76
2009-09-03[multiple changes]Diego Novillo1-2/+35
2009-09-02expr.h (emit_storent_insn, [...]): Declare.Michael Matz1-2/+2
2009-08-07dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek1-1/+1
2009-08-07dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek1-60/+240
2009-07-12re PR tree-optimization/40585 (tracer duplicates blocks w/o adjusting EH tree)Jan Hubicka1-41/+66
2009-07-11re PR middle-end/40388 (another null pointer in remove_unreachable_regions)Jan Hubicka1-1/+1
2009-07-09unwind-dw2-fde-darwin.c: Include dwarf2.h.Tom Tromey1-1/+1
2009-06-30dwarf2.h: Remove.Tom Tromey1-1/+1
2009-06-22alias.c: Use REG_P...Shujing Zhao1-4/+4
2009-06-15except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.Aldy Hernandez1-6/+6
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-6/+12
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-0/+37
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-121/+130
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-37/+0
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-0/+37
2009-05-09tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka1-85/+14
2009-05-09re PR middle-end/40043 (ICE with nested try/catch)Jan Hubicka1-5/+18
2009-05-02except.c (remove_eh_handler_and_replace): Handle updating after removing TRY ...Jan Hubicka1-1/+1
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-0/+477
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-9/+74
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-5/+3
2009-04-22function.c (expand_function_end): Do not emit a jump to the "naked" return la...Ulrich Weigand1-27/+5
2009-04-22cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis1-9/+13
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-0/+4
2009-04-17except.c (debug_eh_tree): New.Diego Novillo1-106/+11
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+2
2009-04-16except.c (eh_region_outer_p): Remove.Kazu Hirata1-26/+0
2009-04-13except.c (pass_set_nothrow_function_flags): Set name and add TODO_dump_func.Adam Nemet1-4/+11
2009-04-12re PR middle-end/39651 (New cleanup test failures)Adam Nemet1-1/+10
2009-04-09except.c (find_prev_try): Break out from ....Jan Hubicka1-17/+140
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-188/+8
2009-04-06re PR middle-end/39659 (ICE building libstdc++v3 functexcept.cc)Jan Hubicka1-0/+1
2009-04-05except.c (sjlj_find_directly_reachable_regions): Be ready for removed topleve...Jan Hubicka1-9/+14
2009-04-04except.c (remove_eh_handler_and_replace): Break out from ...Jan Hubicka1-14/+102