summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/45172 (internal compiler error: verify_flow_info failed)Richard Guenther2010-11-161-0/+18
* re PR middle-end/45854 (ICE in redirect_eh_edge_1, at tree-eh.c:2131)Richard Guenther2010-10-011-1/+7
* re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther2010-09-071-0/+5
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-1/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-2/+2
* alias.c (ao_ref_from_mem): Adjust.Richard Guenther2010-09-011-1/+1
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-5/+4
* tree.h (enum tree_index): Add TI_INTEGER_THREE.Anatoly Sokolov2010-07-151-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-1/+1
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-1/+0
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-0/+4
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-8/+8
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* re PR middle-end/42975 (eh-cleanup should be able to clear DECL_FUNCTION_PERS...Richard Guenther2010-05-301-1/+16
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* function.h (struct function): Add can_throw_non_call_exceptions bit.Eric Botcazou2010-05-251-4/+4
* tree-eh.c (cleanup_is_dead_in): New.Jason Merrill2010-05-211-7/+27
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* 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