summaryrefslogtreecommitdiff
path: root/gcc/except.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio...Ulrich Weigand2011-01-221-20/+41
* re PR middle-end/45566 (ICE: in convert_to_eh_region_ranges, at except.c:2446...Jakub Jelinek2011-01-211-18/+21
* * except.c (dump_eh_tree): Fix stray ; after for statement.Richard Henderson2011-01-171-1/+1
* tree.h (struct call_expr_arg_iterator_d): Remove GTY tag.Laurynas Biveinis2010-12-031-1/+1
* target.def (supports_split_stack, [...]): Take gcc_options parameters.Joseph Myers2010-11-251-7/+7
* Hookize TARGET_UNWIND_INFO et al.Richard Henderson2010-09-281-7/+11
* Hookize exception personality output.Richard Henderson2010-09-071-22/+15
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR other/44034 (target hooks are hard to maintain)Joern Rennecke2010-06-291-1/+1
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-33/+1
* re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou2010-06-091-0/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-5/+5
* 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-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* Remove lang_eh_type_covers, which is dead, and the correspondingDuncan Sands2010-04-131-3/+0
* set LABEL_PRESERVE_P for landing pad labelsChristian Bruel2010-03-011-0/+1
* re PR bootstrap/43121 (Bootstrap failure)Jakub Jelinek2010-02-191-3/+8
* cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek2009-12-141-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-1/+1
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-2/+5
* Merge lto branch into trunk.Diego Novillo2009-10-031-1/+8
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-0/+7
* Squash commit of EH in gimpleRichard Henderson2009-09-141-2715/+1108
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-12/+76
* [multiple changes]Diego Novillo2009-09-031-2/+35
* expr.h (emit_storent_insn, [...]): Declare.Michael Matz2009-09-021-2/+2
* dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek2009-08-071-1/+1
* dwarf2out.c (output_fde): When doing hot/cold partitioning...Jakub Jelinek2009-08-071-60/+240
* re PR tree-optimization/40585 (tracer duplicates blocks w/o adjusting EH tree)Jan Hubicka2009-07-121-41/+66
* re PR middle-end/40388 (another null pointer in remove_unreachable_regions)Jan Hubicka2009-07-111-1/+1
* unwind-dw2-fde-darwin.c: Include dwarf2.h.Tom Tromey2009-07-091-1/+1
* dwarf2.h: Remove.Tom Tromey2009-06-301-1/+1
* alias.c: Use REG_P...Shujing Zhao2009-06-221-4/+4
* except.c (init_eh): Use BUILTINS_LOCATION when calling build_decl.Aldy Hernandez2009-06-151-6/+6
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-6/+12
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-251-0/+37
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-121/+130
* Revert the following patch until testsuite fallout is fixed:Jan Hubicka2009-05-151-37/+0
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-151-0/+37
* tree-eh.c (struct leh_state): Remove prev_try.Jan Hubicka2009-05-091-85/+14
* re PR middle-end/40043 (ICE with nested try/catch)Jan Hubicka2009-05-091-5/+18
* except.c (remove_eh_handler_and_replace): Handle updating after removing TRY ...Jan Hubicka2009-05-021-1/+1
* tree.c (list_equal_p): New function.Jan Hubicka2009-04-251-0/+477
* tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka2009-04-251-9/+74
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-5/+3
* function.c (expand_function_end): Do not emit a jump to the "naked" return la...Ulrich Weigand2009-04-221-27/+5
* cfghooks.c (tidy_fallthru_edges): Remove find_basic_blocks references from co...Laurynas Biveinis2009-04-221-9/+13
* cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka2009-04-181-0/+4