summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR middle-end/43365 (Destructor not called when returning in exception han...Richard Henderson2010-03-161-1/+19
* re PR middle-end/42859 (ICE in verify_flow_info)Andrey Belevantsev2010-03-101-6/+31
* re PR tree-optimization/42806 ("-fcompare-debug failure (length)" at -O1 in r...Richard Guenther2010-01-261-2/+5
* re PR c++/41906 (ICE with catch(...) and -fpermissive)Michael Matz2009-11-271-0/+2
* tree-eh.c (lower_eh_constructs_2): Don't add assignments below statements tha...Michael Matz2009-11-261-1/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-15/+0
* re PR c++/41819 (ICE with try/catch and -fno-exceptions)Richard Henderson2009-10-271-47/+53
* tree-eh.c (lower_try_finally_copy): Do lower_eh_constructs_1 before emit_post...Richard Henderson2009-10-201-3/+2
* re PR tree-optimization/41377 (gimple EH rewrite causes ICE with PPRE (enable...Richard Henderson2009-10-131-27/+40
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-13/+19
* tree-eh.c (unsplit_eh): Do not unsplit if there's already an edge to the new ...Richard Henderson2009-09-291-0/+6
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-14/+8
* re PR middle-end/41469 (-fexceptions ICE in expand_gimple_stmt_1, at cfgexpan...Richard Henderson2009-09-251-6/+30
* Squash commit of EH in gimpleRichard Henderson2009-09-141-983/+1628
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-0/+8
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-5/+5
* except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.Aldy Hernandez2009-06-151-1/+1
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-16/+34
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-11/+11
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-17/+22
* tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka2009-05-091-10/+2
* tree.c (list_equal_p): New function.Jan Hubicka2009-04-251-4/+54
* tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka2009-04-251-26/+98
* tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka2009-04-081-15/+18
* except.c (remove_eh_handler): Make static.Jan Hubicka2009-04-041-89/+302
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-1/+24
* tree-eh.c (tree_remove_unreachable_handlers): Compare gimple_code with GIMPLE...Ian Lance Taylor2009-04-011-1/+1
* re PR middle-end/23401 (Gimplifier produces too many temporaries)Richard Guenther2009-03-311-0/+19
* tree-eh.c (make_eh_edges): Set probability 100% to first edge out of RESX.Jan Hubicka2009-03-301-19/+20
* re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka2009-03-291-0/+271
* attr-noinline.c: Avoid pure-const optimization.Jan Hubicka2009-03-281-0/+26
* dwarf2out.c (dwarf2out_begin_prologue): Use crtl->nothrowJan Hubicka2009-03-281-9/+1
* tree-eh.c (inlinable_call_p): New function.Jan Hubicka2009-03-281-4/+34
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-2/+2
* re PR tree-optimization/38819 (trapping expression wrongly hoisted out of loop)Richard Guenther2009-01-181-1/+1
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-1/+1
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-14/+14
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-737/+1060
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* tree-complex.c (expand_complex_div_wide): Don't create CONDs that trap.Rafael Avila de Espindola2008-05-081-1/+4
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* re PR c++/34196 (uninitialized variable warning in dead exception region)Jason Merrill2008-01-211-0/+17
* tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're dupl...Jason Merrill2007-10-151-8/+2
* fixed-bit.c, [...]: Fix comment typos.Kazu Hirata2007-10-141-1/+1
* re PR c++/15764 (no cleanup if temporary's dtor terminates with an exception)Jason Merrill2007-10-031-0/+156
* system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi2007-09-031-1/+1
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-4/+6
* tree-eh.c (lower_try_finally_onedest): Reset the locus of GOTO that's relocat...Seongbae Park2007-08-161-0/+3