summaryrefslogtreecommitdiff
path: root/gcc/cp/rtti.c
Commit message (Expand)AuthorAgeFilesLines
* * c-common.c (fix_string_type): Split out of ...rth2002-04-261-1/+1
* 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org>rodrigc2002-01-231-1/+1
* * cp-tree.h: Delete #defines for cp_error, cp_warning,zack2001-12-181-4/+4
* * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,jsm282001-12-161-2/+2
* * langhooks.h (struct lang_hooks_for_tree_inlining): Addjason2001-12-051-1/+10
* cp:nathan2001-11-251-19/+6
* * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.bryce2001-11-221-3/+3
* * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type useddanglin2001-10-031-1/+1
* * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.aj2001-08-271-13/+6
* * cp/rtti.c (VPARAMS): Fix parameter.aj2001-08-241-1/+1
* * class.c, cp-tree.h (build_vfn_ref): Remove.rth2001-08-141-1/+1
* .:nathan2001-08-021-4/+2
* cp:nathan2001-07-311-34/+4
* Simplify rtti, now we've only one ABI.nathan2001-07-241-84/+37
* gcc:nathan2001-07-211-8/+2
* Remove old-abi remnants. Remove comments about old abinathan2001-07-211-32/+6
* * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.jason2001-05-221-10/+0
* cp:ghazi2001-05-021-2/+2
* * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.mmitchel2001-04-041-0/+8
* * pt.c (instantiate_decl): Abort if we see a member constantjason2001-03-221-1/+1
* Compute DECL_ASSEMBLER_NAME lazily.mmitchel2001-03-191-4/+4
* * invoke.texi (-fsquangle): Remove documentation.mmitchel2001-02-181-88/+28
* Remove old ABI support.mmitchel2001-02-121-469/+16
* * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.mmitchel2001-02-041-26/+52
* * stmt.c (estimate_case_costs): Use integer_minus_one_node.ghazi2001-01-291-1/+1
* * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.ghazi2001-01-281-2/+1
* * 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