summaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
Commit message (Expand)AuthorAgeFilesLines
* PR tree-optimization/47355jakub2011-01-211-0/+14
* PR tree-optimization/47290jakub2011-01-181-2/+38
* 2010-11-16 Richard Guenther <rguenther@suse.de>rguenth2010-11-161-0/+18
* 2010-10-01 Richard Guenther <rguenther@suse.de>rguenth2010-10-011-1/+7
* 2010-09-07 Richard Guenther <rguenther@suse.de>rguenth2010-09-071-0/+5
* 2010-09-06 Richard Guenther <rguenther@suse.de>rguenth2010-09-061-1/+0
* 2010-09-03 Richard Guenther <rguenther@suse.de>rguenth2010-09-031-2/+2
* 2010-09-01 Richard Guenther <rguenther@suse.de>rguenth2010-09-011-1/+1
* * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call tofroydnj2010-08-191-2/+1
* 2010-08-16 Richard Guenther <rguenther@suse.de>rguenth2010-08-161-5/+4
* * tree.h (enum tree_index): Add TI_INTEGER_THREE.aesok2010-07-151-1/+1
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-1/+1
* 2010-07-05 Richard Guenther <rguenther@suse.de>rguenth2010-07-051-1/+0
* 2010-07-01 Richard Guenther <rguenther@suse.de>rguenth2010-07-011-0/+4
* gcc/ChangeLog:steven2010-06-281-8/+8
* gcc/ada:lauras2010-06-081-1/+1
* 2010-05-30 Richard Guenther <rguenther@suse.de>rguenth2010-05-301-1/+16
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-2/+2
* * function.h (struct function): Add can_throw_non_call_exceptions bit.ebotcazou2010-05-251-4/+4
* * tree-eh.c (cleanup_is_dead_in): New.jason2010-05-211-7/+27
* gcc/ChangeLog:steven2010-05-211-2/+0
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* PR middle-end/43365rth2010-03-161-1/+19
* PR middle-end/42859abel2010-03-101-6/+31
* 2010-01-26 Richard Guenther <rguenther@suse.de>rguenth2010-01-261-2/+5
* PR c++/41906matz2009-11-271-0/+2
* * tree-eh.c (lower_eh_constructs_2): Don't add assignmentsmatz2009-11-261-1/+4
* Remove trailing white spaces.hjl2009-11-251-4/+4
* * tree.h (union tree_ann_d): Don't declare.matz2009-11-241-15/+0
* PR c++/41819rth2009-10-271-47/+53
* * tree-eh.c (lower_try_finally_copy): Do lower_eh_constructs_1rth2009-10-201-3/+2
* PR tree-optimization/41377rth2009-10-131-27/+40
* PR middle-end/41573matz2009-10-081-13/+19
* * tree-eh.c (unsplit_eh): Do not unsplit if there's alreadyrth2009-09-291-0/+6
* * except.h (struct eh_region_d): Add use_cxa_end_cleanup.rth2009-09-281-14/+8
* PR middle-end/41469rth2009-09-251-6/+30
* Squash commit of EH in gimplerth2009-09-141-983/+1628
* 2009-09-13 Richard Guenther <rguenther@suse.de>rguenth2009-09-131-0/+8
* gcc/ChangeLog:aoliva2009-09-021-5/+5
* * except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.aldyh2009-06-151-1/+1
* gcc/java/aldyh2009-06-121-16/+34
* gcc/ChangeLog:ian2009-05-161-11/+11
* ./:ian2009-05-111-17/+22
* * tree-eh.c (struct leh_state): Remove prev_try.hubicka2009-05-091-10/+2
* * tree.c (list_equal_p): New function.hubicka2009-04-251-4/+54
* * tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.hubicka2009-04-251-26/+98
* * tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.hubicka2009-04-081-15/+18
* * except.c (remove_eh_handler): Make static.hubicka2009-04-041-89/+302
* 2009-04-03 Richard Guenther <rguenther@suse.de>rguenth2009-04-031-1/+24
* * tree-eh.c (tree_remove_unreachable_handlers): Compareian2009-04-011-1/+1