aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-04except.c (remove_eh_handler): Make static.Jan Hubicka1-0/+6
2009-03-30* except.c (label_to_region_map): Fix thinko.Jan Hubicka1-5/+2
2009-03-29re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka1-38/+203
2009-03-29except.c (verify_eh_tree): Fix handling of fun!=cfun; be ready for removed re...Jan Hubicka1-34/+39
2009-03-29* except.c (dump_eh_tree): Dump all datastructures.Jan Hubicka1-14/+66
2009-03-29except.c (duplicate_eh_regions_0): Handle AKA bitmap.Jan Hubicka1-18/+76
2009-03-28dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka1-9/+13
2009-03-28tree-eh.c (inlinable_call_p): New function.Jan Hubicka1-23/+26
2009-03-07re PR middle-end/38028 (eh failures on spu-elf)Ulrich Weigand1-2/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-29re PR middle-end/35854 (life passes dump option still documented)Kenneth Zadeck1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-55/+55
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-07-16cfg.c (dump_reg_info): Avoid C++ keywords.Kaveh R. Ghazi1-21/+21
2008-06-26dwarf2out.c (new_cfi, [...]): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-11/+11
2008-06-18targhooks.h (struct gcc_target): New member unwind_word_mode.Ulrich Weigand1-5/+11
2008-06-06re PR rtl-optimization/36419 (Wrong unwind info with -Os -fasynchronous-unwin...Jakub Jelinek1-0/+1
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-11/+11
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-5/+5
2008-04-15gengtype.c (write_root): Param_is argument is OK.Jan Hubicka1-153/+100
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-7/+13
2007-10-15re PR tree-optimization/33735 (verify_stmts failed: missing PHI def)Alexandre Oliva1-1/+3
2007-09-22re PR target/32325 (cc1plus ICE configuring libstdc++ on Tru64 UNIX V5.1B: SE...Eric Botcazou1-1/+3
2007-09-07function.h (struct function): Rename calls_unwind_init to saves_all_registers.Roman Zippel1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+5
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-8/+12
2007-05-30re PR tree-optimization/31769 (ICE with OpenMP and exceptions)Jakub Jelinek1-1/+5
2007-05-21builtins.c (expand_builtin_setjmp_setup): Update comment.Nathan Sidwell1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-2/+2
2007-05-14builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal...Uros Bizjak1-5/+7