summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
Commit message (Expand)AuthorAgeFilesLines
* rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used to build t...John David Anglin2001-10-031-1/+1
* emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger2001-08-271-13/+6
* * cp/rtti.c (VPARAMS): Fix parameter.Andreas Jaeger2001-08-241-1/+1
* class.c, cp-tree.h (build_vfn_ref): Remove.Richard Henderson2001-08-141-1/+1
* Kill -fhonor-std.Nathan Sidwell2001-08-021-4/+2
* The 3.0 ABI no longer has vbase pointer fields.Nathan Sidwell2001-07-311-34/+4
* Simplify rtti, now we've only one ABI.Nathan Sidwell2001-07-241-84/+37
* tm.texi: Remove DEFAULT_VTABLE_THUNKS.Nathan Sidwell2001-07-211-8/+2
* Remove old-abi remnants.Nathan Sidwell2001-07-211-32/+6
* class.c, [...]: Remove com_interface attribute support.Jason Merrill2001-05-221-10/+0
* call.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-2/+2
* cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell2001-04-041-0/+8
* pt.c (instantiate_decl): Abort if we see a member constant instantiation that...Jason Merrill2001-03-211-1/+1
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-4/+4
* invoke.texi (-fsquangle): Remove documentation.Mark Mitchell2001-02-181-88/+28
* Remove old ABI support.Mark Mitchell2001-02-121-469/+16
* cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.Mark Mitchell2001-02-041-26/+52
* stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi2001-01-291-1/+1
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-2/+1
* class.c (invalidate_class_lookup_cache): Zero the previous_class_values.Mark Mitchell2001-01-031-1/+1
* decl.c (init_decl_processing): Correct name of pure virtual function under th...Mark Mitchell2000-11-191-2/+6
* c-common.h (flag_no_builtin): Declare.Mark Mitchell2000-10-181-1/+1
* c-common.h (genrtl_clear_out_block): Remove.Mark Mitchell2000-09-121-1/+0
* defaults.h: Provide default definitions for...Zack Weinberg2000-09-111-4/+1
* rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi runtime.Nathan Sidwell2000-08-091-5/+1
* cp-tree.h (char_type_p): New function.Mark Mitchell2000-07-101-11/+0
* c-common.c: Include c-common.h, not c-lex.h or c-tree.h.Mark Mitchell2000-06-301-5/+5
* * rtti.c (get_base_offset): Cope when vbase field is in a base.Nathan Sidwell2000-06-201-2/+17
* call.c (build_conditional_expr): Use VOID_TYPE_P.Nathan Sidwell2000-06-201-4/+3
* tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek2000-06-141-0/+2
* revert mangling patchJason Merrill2000-06-091-13/+32
* invoke.texi: Remove documentation for -fsquangle and -fname-mangling-version.Mark Mitchell2000-06-081-32/+13
* Make-lang.in (CXX_SRCS): Add mangle.c.Alex Samuel2000-06-041-7/+28
* cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...Nathan Sidwell2000-05-261-15/+21
* cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable and bitfield ...Mark Mitchell2000-05-241-18/+18
* Don't create a separate copy of virtual bases for the CLASSTYPE_VBASECLASSES ...Mark Mitchell2000-05-191-39/+1
* rtti.c (ptmd_initializer): Set non-public, if class is incomplete.Nathan Sidwell2000-05-061-1/+4
* rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.Nathan Sidwell2000-04-201-22/+106
* cp-tre.h (finish_function): Change prototype.Mark Mitchell2000-04-111-1/+1
* class.c (instantiate_type): Handle object-relative template-id.Jason Merrill2000-04-101-6/+11
* cxxabi.h (__pointer_type_info): Add restrict and incomplete flags.Nathan Sidwell2000-04-101-8/+12
* cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.Mark Mitchell2000-04-061-1/+1
* rtti.c (dfs_class_hint_mark): New static function.Nathan Sidwell2000-04-061-10/+60
* cfns.gperf (hash, [...]): Prototype.Kaveh R. Ghazi2000-04-041-1/+1
* Correct many new ABI issues regarding vbase and vcall offset layout.Mark Mitchell2000-04-041-3/+6
* cppinit.c (cpp_start_read): Turn off -Wtraditional if processing C++.Zack Weinberg2000-04-021-4/+4
* rtti.c (class_hint_flags): Rename flags.Nathan Sidwell2000-03-301-18/+20
* except.c (add_eh_table_entry): Mark type_info's as referenced.Nathan Sidwell2000-03-291-7/+3
* Put RTTI entries at negative offsets in new ABI.Mark Mitchell2000-03-281-7/+32
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-20/+13