Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-03-27 | except.h (flag_non_call_exceptions): Move ... | Richard Henderson | 1 | -4/+0 |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 1 | -4/+24 |
2001-03-27 | bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions. | Richard Henderson | 1 | -1/+1 |
2000-05-27 | Makefile.in (resource.o): Depend on except.h. | Richard Henderson | 1 | -0/+1 |
2000-05-25 | except.h (can_throw): Declare it. | Mark Mitchell | 1 | -0/+4 |
2000-05-25 | except.c (func_eh_entry): Add emitted field. | Andrew MacLeod | 1 | -0/+9 |
2000-03-19 | emit-rtl.c (push_to_full_sequence, [...]): New functions. | Martin v. Löwis | 1 | -0/+3 |
2000-03-09 | except.c (can_throw): See through a SEQUENCE. | Jason Merrill | 1 | -0/+4 |
2000-02-25 | Copyright fixes. | Jeff Law | 1 | -1/+1 |
2000-01-14 | eh-common.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -65/+66 |
1999-12-20 | current_function -> cfun | Bernd Schmidt | 1 | -9/+9 |
1999-12-12 | except.h (struct eh_queue): Add `next' pointer. | Mark Mitchell | 1 | -1/+8 |
1999-11-25 | except.h (eh_status): Adjust documentation for x_protect_list. | Mark Mitchell | 1 | -3/+9 |
1999-11-18 | except.h (struct eh_entry): Add goto_entry_p. | Mark Mitchell | 1 | -13/+6 |
1999-09-30 | Use lookup table to get register sizes in dwarf2 eh | Bernd Schmidt | 1 | -1/+1 |
1999-08-10 | except.h (eh_nesting_info): Add new structure defintion. | Andrew MacLeod | 1 | -0/+45 |
1999-07-31 | Backport of GC branch patches part 1: kill eh status saving. | Bernd Schmidt | 1 | -18/+62 |
1999-01-06 | Copyright fixes. | Jeff Law | 1 | -1/+1 |
1998-12-09 | except.h (struct handler_info): Add handler_number field | Andrew MacLeod | 1 | -1/+2 |
1998-12-08 | See ChangeLog.. | Andrew MacLeod | 1 | -8/+13 |
1998-09-15 | tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused. | Richard Henderson | 1 | -8/+4 |
1998-09-15 | [multiple changes] | Andrew MacLeod | 1 | -0/+9 |
1998-09-09 | except.h (current_function_eh_stub_label): Declare. | Bernd Schmidt | 1 | -1/+6 |
1998-08-17 | c-decl.c (init_decl_processing): Remove unneeded &. | Kaveh R. Ghazi | 1 | -2/+2 |
1998-06-25 | [multiple changes] | Andrew MacLeod | 1 | -2/+3 |
1998-06-19 | * except.h (emit_unwinder, end_eh_unwinder): Removed. | H.J. Lu | 1 | -10/+0 |
1998-06-09 | Minor tweaks. | Andrew MacLeod | 1 | -5/+1 |
1998-06-08 | [multiple changes] | Andrew MacLeod | 1 | -4/+1 |
1998-05-28 | Flow now removes exception regions when their handlers are all removed. | Andrew MacLeod | 1 | -0/+7 |
1998-05-28 | Make rtx, tree types type correct if the appropriate include files was not in... | Michael Meissner | 1 | -3/+7 |
1998-05-19 | Warning Fixes: | Kaveh R. Ghazi | 1 | -0/+5 |