Age | Commit message (Expand) | Author | Files | Lines |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -6/+5 |
2007-01-14 | tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. | Jan Hubicka | 1 | -4/+0 |
2006-10-28 | except.h (output_function_exception_table): Add 'const char*' param. | Eric Botcazou | 1 | -1/+1 |
2006-04-15 | re PR middle-end/26823 (ICE with OpenMP in add_stmt_to_eh_region_fn, at tree-... | Jakub Jelinek | 1 | -0/+1 |
2006-03-22 | re PR middle-end/26084 (ICE (segfault) on C++ OpenMP code) | Richard Henderson | 1 | -1/+3 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -2/+2 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -0/+4 |
2005-06-28 | Makefile.in: Set and use UNWIND_H. | Paul Brook | 1 | -0/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-27 | except.c (can_throw_internal_1, [...]): Add "is_resx" argument. | Jan Hubicka | 1 | -2/+2 |
2005-05-12 | except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen... | Steven Bosscher | 1 | -0/+2 |
2005-05-11 | Makefile.in (tree-eh.o): Kill gt-tree-eh.h dependency. | Jan Hubicka | 1 | -0/+12 |
2005-04-25 | tree-cfg.c (tree_duplicate_bb): Duplicate EH region too. | Jan Hubicka | 1 | -0/+3 |
2005-03-14 | alloc-pool.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-14 | except.c (check_handled): Make it static. | Kazu Hirata | 1 | -1/+0 |
2004-11-13 | cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P. | Steven Bosscher | 1 | -3/+0 |
2004-07-15 | dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW... | Paul Brook | 1 | -3/+3 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -46/+0 |
2004-07-08 | explow.c (optimize_save_area_alloca): Do not accept parameters. | Paolo Bonzini | 1 | -1/+1 |
2004-06-04 | except.c (for_each_eh_region): New function. | Steven Bosscher | 1 | -0/+3 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+29 |
2004-02-18 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-02-09 | re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m... | James E Wilson | 1 | -0/+1 |
2003-10-01 | except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change. | Rainer Orth | 1 | -6/+4 |
2003-09-23 | except.h (MUST_USE_SJLJ_EXCEPTIONS): Test for DWARF2_UNWIND_INFO value. | Rainer Orth | 1 | -2/+6 |
2003-06-29 | except.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -42/+41 |
2003-05-10 | except.c (EH_RETURN_STACKADJ_RTX): Do not define. | Ulrich Weigand | 1 | -4/+0 |
2003-05-03 | builtins.c (expand_builtin): Remove. | Richard Henderson | 1 | -1/+1 |
2003-04-22 | Makefile.in (calls.o): Depend on except.h. | Mark Mitchell | 1 | -0/+4 |
2003-03-31 | * except.h: Remove definition of varray_type. | Matt Kraai | 1 | -9/+0 |
2002-08-25 | function.h (struct function): Add flag all_throwers_are_sibcalls. | Stuart Hastings | 1 | -2/+2 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -3/+4 |
2002-04-03 | re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par... | Jason Merrill | 1 | -14/+0 |
2002-03-19 | except.c (current_function_has_exception_handlers): New. | Richard Henderson | 1 | -0/+1 |
2002-01-12 | attribs.c (handle_deprecated_attribute): constify WHAT. | Graham Stott | 1 | -5/+4 |
2001-12-31 | except.h: Remove forward def of tree_node, rtx_def and define of tree, rtx. | Graham Stott | 1 | -18/+0 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-16 | except.c: Support for catching a list of types with a single handler (struct ... | Olivier Hainque | 1 | -1/+2 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -12/+12 |
2001-07-06 | except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of DWARF2_UNWIND_INFO ... | Richard Henderson | 1 | -1/+1 |
2001-06-08 | except.c (get_exception_pointer, [...]): Take a struct function. | Richard Henderson | 1 | -1/+1 |
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -2/+2 |
2001-05-17 | except.h (protect_cleanup_actions): Remove it. | Mark Mitchell | 1 | -2/+7 |
2001-05-11 | defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. | Richard Henderson | 1 | -6/+6 |
2001-05-04 | except.h: Add prototype declaration for expand_builtin_init_dwarf_reg_sizes. | Andreas Jaeger | 1 | -1/+3 |
2001-04-02 | except.h (lang_eh_type_covers): Mark extern. | Richard Henderson | 1 | -2/+2 |
2001-04-01 | * except.h (expand_builtin_dwarf_fp_regnum): Declare. | Richard Henderson | 1 | -0/+1 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -441/+112 |
2001-03-27 | except.c (can_throw_internal): Rename from can_throw. | Richard Henderson | 1 | -1/+1 |