summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
Commit message (Expand)AuthorAgeFilesLines
* * class.c (invalidate_class_lookup_cache): Zero themmitchel2001-01-031-1/+1
* * decl.c (init_decl_processing): Correct name of pure virtualmmitchel2000-11-191-2/+6
* * c-common.h (flag_no_builtin): Declare.mmitchel2000-10-181-1/+1
* * c-common.h (genrtl_clear_out_block): Remove.mmitchel2000-09-121-1/+0
* * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,zack2000-09-111-4/+1
* * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abinathan2000-08-091-5/+1
* * cp-tree.h (char_type_p): New function.mmitchel2000-07-101-11/+0
* * c-common.c: Include c-common.h, not c-lex.h or c-tree.h.mmitchel2000-06-301-5/+5
* * rtti.c (get_base_offset): Cope when vbase field is in a base.nathan2000-06-201-2/+17
* * call.c (build_conditional_expr): Use VOID_TYPE_P.nathan2000-06-201-4/+3
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-0/+2
* revert mangling patchjason2000-06-091-13/+32
* * invoke.texi: Remove documentation for -fsquangle andmmitchel2000-06-081-32/+13
* * Make-lang.in (CXX_SRCS): Add mangle.c.mmitchel2000-06-041-7/+28
* * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...nathan2000-05-261-15/+21
* * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinablemmitchel2000-05-241-18/+18
* Don't create a separate copy of virtual bases for themmitchel2000-05-191-39/+1
* * rtti.c (ptmd_initializer): Set non-public, if class isnathan2000-05-061-1/+4
* * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.nathan2000-04-201-22/+106
* * cp-tre.h (finish_function): Change prototype.mmitchel2000-04-111-1/+1
* * class.c (instantiate_type): Handle object-relative template-id.jason2000-04-111-6/+11
* * inc/cxxabi.h (__pointer_type_info): Add restrict andnathan2000-04-101-8/+12
* * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.mmitchel2000-04-061-1/+1
* * rtti.c (dfs_class_hint_mark): New static function.nathan2000-04-061-10/+60
* * cfns.gperf (hash, libc_name_p): Prototype.ghazi2000-04-041-1/+1
* Correct many new ABI issues regarding vbase and vcall offsetmmitchel2000-04-041-3/+6
* * cppinit.c (cpp_start_read): Turn off -Wtraditional ifzack2000-04-021-4/+4
* * rtti.c (class_hint_flags): Rename flags.nathan2000-03-301-18/+20
* gcc:nathan2000-03-291-7/+3
* Put RTTI entries at negative offsets in new ABI.mmitchel2000-03-281-7/+32
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-20/+13
* * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.nathan2000-03-241-0/+6
* gccnathan2000-03-211-7/+7
* * inc/cxxabi.h: New header file. Define new-abi entry points.nathan2000-03-211-19/+8
* * Clean up usages of TREE_INT_CST_LOW.kenner2000-03-171-2/+1
* * rtti.c (build_dynamic_cast_1): Improve diagnostics.jason2000-03-171-49/+77
* * tinfo2.cc (__ptr_to_member_data): Rename to ...nathan2000-03-151-1/+1
* * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.nathan2000-03-151-16/+7
* oopsjason2000-03-111-1/+1
* * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.jason2000-03-111-4/+7
* * decl.c (push_overloaded_decl_1, auto_function,jason2000-03-101-123/+32
* * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.jason2000-03-091-1/+9
* * Eliminate DECL_FIELD_SIZE.kenner2000-02-291-7/+5
* * builtins.c (c_strlen): Use size_diffop and return ssizetype value.kenner2000-02-271-3/+3
* * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_infommitchel2000-02-271-0/+7
* Fix copyrightslaw2000-02-261-1/+2
* Compiler side new abi rtti (not enabled).nathan2000-01-281-67/+846
* * call.c: PROTO -> PARAMS.ghazi2000-01-261-17/+17
* * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): Newnathan2000-01-241-25/+47
* * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,nathan2000-01-241-58/+76