aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/inc
AgeCommit message (Expand)AuthorFilesLines
2000-08-17cxxabi.h (__cxa_vec_new2, [...]): Declare.Nathan Sidwell1-0/+32
2000-08-17vec.cc (__cxa_vec_new): Set "C" linkage.Nathan Sidwell1-5/+5
2000-08-09rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi runtime.Nathan Sidwell1-1/+1
2000-08-05cxxabi.h (__pbase_type_info): Changed member names to match specifications.Jeffrey Oldham1-33/+33
2000-07-10cp-tree.h (char_type_p): New function.Mark Mitchell1-0/+8
2000-06-23in include/ChangeLog:Alex Samuel1-0/+8
2000-05-25cxxabi.h (__pbase_type_info): Define, based on __pointer_type_info.Nathan Sidwell1-48/+68
2000-05-24Update new-abi upcast algorithm.Nathan Sidwell1-9/+5
2000-05-08tinfo.cc (__dynamic_cast): Use a reinterpret_cast.Nathan Sidwell1-3/+3
2000-05-07cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place of std::size_t and...Nathan Sidwell1-22/+26
2000-05-06rtti.c (ptmd_initializer): Set non-public, if class is incomplete.Nathan Sidwell1-0/+5
2000-05-02exception.cc: Update license notice.Mark Mitchell5-5/+136
2000-04-20rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.Nathan Sidwell2-4/+5
2000-04-13class.c (build_base_field): Reformat comment.Nathan Sidwell1-1/+7
2000-04-10cxxabi.h (__pointer_type_info): Add restrict and incomplete flags.Nathan Sidwell1-17/+18
2000-04-09Prepend __ to implementation defined names.Nathan Sidwell2-135/+123
2000-04-07Rename abi::__vmi_class_type_info members.Nathan Sidwell1-7/+7
2000-04-06vec.cc: New file.Nathan Sidwell1-1/+27
2000-03-30rtti.c (class_hint_flags): Rename flags.Nathan Sidwell1-25/+25
2000-03-21cxxabi.h: New header file.Nathan Sidwell2-4/+406
2000-02-26Fix copyrightsJeff Law3-3/+3
2000-01-31cp-tree.h (new_abi_rtti_p): Use flag_new_abi.Nathan Sidwell1-14/+60
1998-11-22update copyrightsJason Merrill3-3/+3
1998-10-11t-cygwin32 (TARGET_LIBGCC2_CFLAGS): Define.Jason Merrill1-12/+3
1998-09-04typeinfo (type_info::type_info(const char*)): Make `explicit'.Mark Mitchell1-1/+1
1998-08-23lex.c (real_yylex): Don't warn about long long constants if we're allowing lo...Jason Merrill4-14/+0
1998-07-22exception: Change terminate and unexpected to ().Jason Merrill1-2/+2
1998-05-07massive namespace patchMartin v. Löwis4-11/+11
1998-03-27* inc/exception: Reorder closing braces.Jason Merrill1-1/+2
1997-11-21except.c (expand_start_eh_spec): Use the try/catch code.Jason Merrill1-2/+2
1997-11-20Makefile.in (LIB2FUNCS): Remove C++ memory management support.Jason Merrill1-9/+7
1997-04-2391th Cygnus<->FSF mergeMike Stump1-1/+1
1997-02-0490th Cygnus<->FSF quick mergeMike Stump1-6/+16
1996-09-3089th Cygnus<->FSF quick mergeMike Stump4-0/+164