aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-16re PR middle-end/45172 (internal compiler error: verify_flow_info failed)Richard Guenther1-0/+18
2010-10-01re PR middle-end/45854 (ICE in redirect_eh_edge_1, at tree-eh.c:2131)Richard Guenther1-1/+7
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther1-0/+5
2010-09-06tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther1-1/+0
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-2/+2
2010-09-01alias.c (ao_ref_from_mem): Adjust.Richard Guenther1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-08-16tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther1-5/+4
2010-07-15tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-1/+1
2010-07-05tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther1-1/+0
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-0/+4
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-8/+8
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-30re PR middle-end/42975 (eh-cleanup should be able to clear DECL_FUNCTION_PERS...Richard Guenther1-1/+16
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-4/+4
2010-05-21tree-eh.c (cleanup_is_dead_in): New.Jason Merrill1-7/+27
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-16re PR middle-end/43365 (Destructor not called when returning in exception han...Richard Henderson1-1/+19
2010-03-10re PR middle-end/42859 (ICE in verify_flow_info)Andrey Belevantsev1-6/+31
2010-01-26re PR tree-optimization/42806 ("-fcompare-debug failure (length)" at -O1 in r...Richard Guenther1-2/+5
2009-11-27re PR c++/41906 (ICE with catch(...) and -fpermissive)Michael Matz1-0/+2
2009-11-26tree-eh.c (lower_eh_constructs_2): Don't add assignments below statements tha...Michael Matz1-1/+4
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