| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile.in (calls.o): Depend on except.h. | mmitchel | 2003-04-22 | 1 | -0/+4 |
* | * except.h: Remove definition of varray_type. | kraai | 2003-03-31 | 1 | -9/+0 |
* | 2002-08-24 Stuart Hastings <stuart@apple.com> | shebs | 2002-08-25 | 1 | -2/+2 |
* | * basic-block.h (flow_delete_block_noexpunge): Declare. | rth | 2002-04-10 | 1 | -3/+4 |
* | PR c++/5636 | jason | 2002-04-04 | 1 | -14/+0 |
* | * except.c (current_function_has_exception_handlers): New. | rth | 2002-03-20 | 1 | -0/+1 |
* | * attribs.c (handle_deprecated_attribute): constify WHAT. | grahams | 2002-01-12 | 1 | -5/+4 |
* | * except.h: Remove forward def of tree_node, rtx_def and | grahams | 2001-12-31 | 1 | -18/+0 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -1/+1 |
* | * except.c: Support for catching a list of types with a single handler | kenner | 2001-11-16 | 1 | -1/+2 |
* | * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4, | jsm28 | 2001-10-28 | 1 | -1/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of | rth | 2001-07-06 | 1 | -1/+1 |
* | * except.c (get_exception_pointer, get_exception_filter): Take a | rth | 2001-06-08 | 1 | -1/+1 |
* | Standardize header guards. | rth | 2001-05-26 | 1 | -2/+2 |
* | * except.h (protect_cleanup_actions): Remove it. | mmitchel | 2001-05-17 | 1 | -2/+7 |
* | * defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. | rth | 2001-05-12 | 1 | -6/+6 |
* | * except.h: Add prototype declaration for | aj | 2001-05-04 | 1 | -1/+3 |
* | * except.h (lang_eh_type_covers): Mark extern. | rth | 2001-04-02 | 1 | -2/+2 |
* | * except.h (expand_builtin_dwarf_fp_regnum): Declare. | rth | 2001-04-02 | 1 | -0/+1 |
* | IA-64 ABI Exception Handling. | rth | 2001-03-28 | 1 | -441/+112 |
* | * except.c (can_throw_internal): Rename from can_throw. | rth | 2001-03-28 | 1 | -1/+1 |
* | * except.h (flag_non_call_exceptions): Move ... | rth | 2001-03-28 | 1 | -4/+0 |
* | Make -fsjlj-exceptions a configure option. | rth | 2001-03-28 | 1 | -4/+24 |
* | * bb-reorder.c, dwarf2out.c, except.c, except.h, flow.c, | rth | 2001-03-28 | 1 | -1/+1 |
* | * Makefile.in (resource.o): Depend on except.h. | rth | 2000-05-28 | 1 | -0/+1 |
* | * except.h (can_throw): Declare it. | mmitchel | 2000-05-25 | 1 | -0/+4 |
* | 2000-05-25 Andrew MacLeod <amacleod@cygnus.com> | aph | 2000-05-25 | 1 | -0/+9 |
* | * emit-rtl.c (push_to_full_sequence, end_full_sequence): New functions. | loewis | 2000-03-19 | 1 | -0/+3 |
* | * except.c (can_throw): See through a SEQUENCE. | jason | 2000-03-09 | 1 | -0/+4 |
* | Copyright fixes. | law | 2000-02-26 | 1 | -1/+1 |
* | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -65/+66 |
* | current_function -> cfun | crux | 1999-12-20 | 1 | -9/+9 |
* | * except.h (struct eh_queue): Add `next' pointer. | mmitchel | 1999-12-12 | 1 | -1/+8 |
* | * except.h (eh_status): Adjust documentation for x_protect_list. | mmitchel | 1999-11-25 | 1 | -3/+9 |
* | * except.h (struct eh_entry): Add goto_entry_p. | mmitchel | 1999-11-18 | 1 | -13/+6 |
* | Use lookup table to get register sizes in dwarf2 eh | crux | 1999-09-30 | 1 | -1/+1 |
* | Tue Aug 10 10:47:42 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1999-08-10 | 1 | -0/+45 |
* | Backport of GC branch patches part 1: kill eh status saving. | crux | 1999-07-31 | 1 | -18/+62 |
* | Copyright fixes. | law | 1999-01-06 | 1 | -1/+1 |
* | * except.h (struct handler_info): Add handler_number field | amacleod | 1998-12-09 | 1 | -1/+2 |
* | Tue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-12-08 | 1 | -8/+13 |
* | * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. Kill. | rth | 1998-09-15 | 1 | -8/+4 |
* | Tue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-09-15 | 1 | -0/+9 |
* | * except.h (current_function_eh_stub_label): Declare. | law | 1998-09-09 | 1 | -1/+6 |
* | * c-decl.c (init_decl_processing): Remove unneeded &. | law | 1998-08-17 | 1 | -2/+2 |
* | Thu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-06-25 | 1 | -2/+3 |
* | * except.h (emit_unwinder, end_eh_unwinder): Removed. | law | 1998-06-19 | 1 | -10/+0 |
* | Minor tweaks. | amacleod | 1998-06-09 | 1 | -5/+1 |
* | Thu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1998-06-08 | 1 | -4/+1 |