aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-11-24tree.h (union tree_ann_d): Don't declare.Michael Matz1-15/+0
2009-10-27re PR c++/41819 (ICE with try/catch and -fno-exceptions)Richard Henderson1-47/+53
2009-10-20tree-eh.c (lower_try_finally_copy): Do lower_eh_constructs_1 before emit_post...Richard Henderson1-3/+2
2009-10-13re PR tree-optimization/41377 (gimple EH rewrite causes ICE with PPRE (enable...Richard Henderson1-27/+40
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-13/+19
2009-09-29tree-eh.c (unsplit_eh): Do not unsplit if there's already an edge to the new ...Richard Henderson1-0/+6
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-14/+8
2009-09-25re PR middle-end/41469 (-fexceptions ICE in expand_gimple_stmt_1, at cfgexpan...Richard Henderson1-6/+30
2009-09-14Squash commit of EH in gimpleRichard Henderson1-983/+1628
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+8
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-5/+5
2009-06-15except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.Aldy Hernandez1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-16/+34
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-11/+11
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-17/+22
2009-05-09tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka1-10/+2
2009-04-25tree.c (list_equal_p): New function.Jan Hubicka1-4/+54
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-26/+98
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-15/+18
2009-04-04except.c (remove_eh_handler): Make static.Jan Hubicka1-89/+302
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-1/+24
2009-04-01tree-eh.c (tree_remove_unreachable_handlers): Compare gimple_code with GIMPLE...Ian Lance Taylor1-1/+1
2009-03-31re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther1-0/+19
2009-03-30tree-eh.c (make_eh_edges): Set probability 100% to first edge out of RESX.Jan Hubicka1-19/+20
2009-03-29re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka1-0/+271
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka1-0/+26
2009-03-28dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka1-9/+1
2009-03-28tree-eh.c (inlinable_call_p): New function.Jan Hubicka1-4/+34
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-2/+2
2009-01-18re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther1-1/+1
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-14/+14
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-737/+1060
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-05-08tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola1-1/+4
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-01-21re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill1-0/+17
2007-10-15tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're dupl...Jason Merrill1-8/+2
2007-10-14fixed-bit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-10-03re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill1-0/+156
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-1/+1
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-4/+6
2007-08-16tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocat...Seongbae Park1-0/+3
2007-08-14re PR tree-optimization/32941 (Bootstrap comparison failure)Steve Ellcey1-22/+40
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-04-26re PR tree-optimization/30558 (ICE with OpenMP and exceptions)Jakub Jelinek1-0/+4
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-14/+18
2007-02-18tree-eh.c (tree_could_trap_p): Handle VIEW_CONVERT_EXPR.Eric Botcazou1-0/+1
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+1