aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-21re PR middle-end/51644 (va_list vs. warning: ‘noreturn’ function does ret...Jakub Jelinek1-1/+14
2011-12-13re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek1-6/+80
2011-12-09re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek1-8/+4
2011-12-09re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek1-1/+30
2011-11-30re PR middle-end/51089 (internal compiler error: verify_flow_info failed)Jakub Jelinek1-18/+16
2011-11-28re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fno...Jakub Jelinek1-0/+23
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-40/+133
2011-10-25tree-eh.c (do_return_redirection): Remove return_value_p parameter.Ian Lance Taylor1-60/+25
2011-10-19re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in...Richard Guenther1-1/+7
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-7/+7
2011-10-04* tree-eh.c (remove_unreachable_handlers): Obvious cleanup.Maxim Kuvyrkov1-1/+1
2011-09-25tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...Eric Botcazou1-1/+8
2011-07-05re PR tree-optimization/49618 (When building uClibc with GCC 4.6.1 old_atexit...Jakub Jelinek1-1/+35
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-5/+5
2011-06-09Revert r174848,174849Xinliang David Li1-10/+3
2011-06-09Gator cleanupDavid Li1-3/+10
2011-05-10re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Jakub Jelinek1-0/+13
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-13/+12
2011-04-29tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther1-13/+18
2011-04-26tree-eh.c (lower_try_finally_switch): Create the label along with the CASE_LA...Jason Merrill1-11/+3
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-20re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Jakub Jelinek1-0/+2
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-1/+1
2011-01-21re PR tree-optimization/47355 (ICE: verify_ssa failed with -O2 -fipa-cp-clone)Jakub Jelinek1-0/+14
2011-01-19re PR tree-optimization/47290 (memory exhausted compiling a destructor with a...Jakub Jelinek1-2/+38
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