summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz2012-01-261-4/+15
* re PR tree-optimization/48794 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Michael Matz2012-01-261-1/+27
* re PR middle-end/51644 (va_list vs. warning: ‘noreturn’ function does ret...Jakub Jelinek2011-12-211-1/+14
* re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek2011-12-131-6/+80
* re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek2011-12-091-8/+4
* re PR tree-optimization/51117 (rev.181172 causes glibc build failure)Jakub Jelinek2011-12-091-1/+30
* re PR middle-end/51089 (internal compiler error: verify_flow_info failed)Jakub Jelinek2011-11-301-18/+16
* re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fno...Jakub Jelinek2011-11-281-0/+23
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-40/+133
* tree-eh.c (do_return_redirection): Remove return_value_p parameter.Ian Lance Taylor2011-10-251-60/+25
* re PR tree-optimization/50780 (ICE: verify_gimple failed: invalid operands in...Richard Guenther2011-10-191-1/+7
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-7/+7
* * tree-eh.c (remove_unreachable_handlers): Obvious cleanup.Maxim Kuvyrkov2011-10-041-1/+1
* tree-eh.c (cleanup_empty_eh): Allow a call to __builtin_stack_restore if ther...Eric Botcazou2011-09-251-1/+8
* re PR tree-optimization/49618 (When building uClibc with GCC 4.6.1 old_atexit...Jakub Jelinek2011-07-051-1/+35
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-5/+5
* Revert r174848,174849Xinliang David Li2011-06-091-10/+3
* Gator cleanupDavid Li2011-06-091-3/+10
* re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Jakub Jelinek2011-05-101-0/+13
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-061-13/+12
* tree-nested.c (get_trampoline_type): Use size_int.Richard Guenther2011-04-291-13/+18
* tree-eh.c (lower_try_finally_switch): Create the label along with the CASE_LA...Jason Merrill2011-04-261-11/+3
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* re PR tree-optimization/48611 (ICE: SIGSEGV in remap_eh_region_nr (tree-inlin...Jakub Jelinek2011-04-201-0/+2
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-1/+1
* re PR tree-optimization/47355 (ICE: verify_ssa failed with -O2 -fipa-cp-clone)Jakub Jelinek2011-01-211-0/+14
* re PR tree-optimization/47290 (memory exhausted compiling a destructor with a...Jakub Jelinek2011-01-191-2/+38
* 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