OSDN Git Service

2001-07-30 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / gcc / cp / except.c
2001-06-19 jason * except.c (initialize_handler_parm): Expect...
2001-05-21 jason * cp-tree.def (START_CATCH_STMT): Lose.
2001-05-17 mmitchel * except.h (protect_cleanup_actions): Remove it.
2001-05-13 zackgcc/cp:
2001-05-02 ghazicp:
2001-04-27 nathancp:
2001-04-22 jason * except.c (build_throw): Wrap the initializati...
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * decl.c (struct named_label_list): Rename...
2001-03-28 rthMake -fsjlj-exceptions a configure option.
2001-03-22 rth * Make-lang.in (cp/except.o): Don't depend...
2001-03-19 mmitchel Compute DECL_ASSEMBLER_NAME lazily.
2001-03-15 gdrcp/
2001-02-27 oldham2001-02-27 Jeffrey Oldham <oldham@codesourcery.com>
2001-02-26 nathan * except.c (call_eh_info): Cleanup generation of cp_eh...
2001-02-12 mmitchel Remove old ABI support.
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-28 ghazi * configure.in: Arrange to include defaults.h in ...
2000-12-04 jason * mangle.c (write_type): Mangle VECTOR_TYPE...
2000-10-18 mmitchel * c-common.h (flag_no_builtin): Declare.
2000-09-20 hp * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP...
2000-09-17 mmitchel * splay-tree.c (splay_tree_predecessor): Fix typo...
2000-07-02 chelf2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
2000-06-20 nathan * call.c (build_conditional_expr): Use VOID_TYPE_P.
2000-05-24 mmitchel * cp-tree.h (lang_decl_flags): Rename mutable_flag...
2000-05-20 zacktop level:
2000-05-15 jason * except.c (check_handlers): New fn.
2000-05-03 mmitchel * cp-tree.def (THUNK_DECL): Remove.
2000-04-12 mmitchel * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
2000-03-19 loewis * emit-rtl.c (push_to_full_sequence, end_full_sequence...
2000-03-14 rthJeff Sturm <jsturm@sigma6.com>
2000-03-13 jason * decl.c (grokfndecl): Set TREE_NOTHROW if...
2000-03-11 jason * exception.cc (__check_null_eh_spec): New fn.
2000-03-11 jason * decl.c (push_throw_library_fn): Take the...
2000-03-10 jason * lang-options.h, decl2.c: Add -fno-enforce...
2000-03-10 jason * decl.c (push_overloaded_decl_1, auto_function,
2000-03-09 jason * tree.h (struct tree_common): Rename raises_fl...
2000-03-02 tromey * cp-tree.h (build_java_class_ref): Declare.
2000-02-26 lawFix copyrights
2000-02-22 loewis Refer to the standard as an ISO document, not an ANSI...
2000-01-26 ghazi * call.c: PROTO -> PARAMS.
2000-01-18 nathan * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
1999-12-17 mmitchel * cp-tree.h (cp_tree_index): Add CPTI_DSO_HANDLE.
1999-12-15 rth * cp-tree.h (make_aggr_type): Declare.
1999-12-09 mmitchel * except.c (expand_throw): Add static attribute to...
1999-11-25 mmitchel1999-11-25 Mark Mitchell <mark@codesourcery.com>
1999-11-18 mmitchel * except.c (expand_end_catch_block): Fix typo.
1999-11-16 jason * class.c (finish_struct): If we're a local...
1999-11-14 mmitchel * cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-07 mmitchel * cp-tree.h (begin_new_placement): Remove.
1999-09-30 jason Support normal type_info-based EH mechanisms with...
1999-09-27 mmitchel * cp-tree.h (expand_throw): Remove prototype.
1999-09-24 mmitchel * cp-tree.h (CPTI_CLEANUP_TYPE): New macro.
1999-09-18 mmitchel Turn on function-at-a-time processing.
1999-09-12 cruxdefine_function cleanup
1999-09-09 mmitchel Reorganize per-function data.
1999-09-09 mmitchel * cp-tree.h (scratch_tree_cons): Remove.
1999-09-07 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-06 mmitchel Get ready for garbage collection.
1999-09-04 mmitchel * Makefile.in (CXX_TREE_H): Include function.h.
1999-08-30 mmitchel * cp-tree.h (start_handler_parms): New function.
1999-08-26 mmitchel * decl.c (grokdeclarator): Amend comment.
1999-08-25 mmitchel * cp-tree.def (SUBOBJECT): New tree node.
1999-08-24 jason * exception.cc (__cplus_type_matcher): Call __throw_ty...
1999-08-18 mmitchel * cp-tree.h (build_lang_field_decl): Remove.
1999-08-16 mmitchel * cp-tree.def (STMT_EXPR): New tree node.
1999-08-14 mmitchel * cp-tree.def (DECL_STMT): Make it smaller.
1999-08-09 jason * semantics.c (begin_function_try_block, finish_functi...
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-07-20 crux * c-common.h: New file.
1999-06-08 nathan * except.c (complete_ptr_ref_or_void_ptr_p): New funct...
1999-06-04 nathan * except.c (build_throw): Check throw expression validity.
1999-03-26 ghaziWarning fixes:
1999-01-25 jason * class.c (resolve_address_of_overloaded_function...
1998-12-22 ghaziWarning fixes:
1998-12-08 amacleodTue Dec 8 15:32:56 EST 1998 Andrew MacLeod <amacleod...
1998-11-25 jason * except.c (expand_throw): Use TYPE_PTR_P to check...
1998-11-25 jason * except.c (expand_throw): Use cp_finish_decl for...
1998-11-16 jason * typeck2.c (my_friendly_abort): Don't fatal twice...
1998-11-13 mmitchel * except.c (expand_throw): Make sure first argument to
1998-10-26 mmitchel * error.c (dump_decl): Deal with TEMPLATE_DECLs that are
1998-10-06 ghaziWarning fixes:
1998-09-15 amacleodTue Sep 15 14:10:54 EDT 1998 Andrew MacLeod <amacleod...
1998-09-07 jasonrevert error reporting patch
1998-09-06 mmitchel * cp-error.def: New file.
1998-09-01 jason * decl.c (lookup_name_real): Also do implicit typename...
1998-08-23 mmitchel * iomanip.h: Use __extension__ for `extern' explicit...
1998-08-19 mmitchel * typeck.c (build_binary_op_nodefault): Warn on use...
1998-07-24 jason * cp-tree.h: Add prototype for set_identifier_local_value.
1998-07-23 jason * except.c (process_start_catch_block_old): Call start...
1998-06-29 ghaziWarning fixes:
1998-06-25 amacleodThu Jun 25 16:59:18 EDT 1998 Andrew MacLeod <amacleod...
1998-06-23 amacleodHave -fnew-exceptions actually use the runtime field...
1998-06-10 jason * init.c (resolve_offset_ref): Handle default-initiali...
1998-06-09 amacleodMinor tweaks.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-05-19 ghaziWarning fixes:
1998-05-14 amacleodFirst cut of changes to utilize the new exception handl...
1998-05-08 jasonmassive namespace patch
1998-05-06 lawtypo typo fixes fixes
next