]> gcc.gnu.org Git - gcc.git/history - gcc/cp/class.c
tree.h (INT_CST_LT, [...]): Remove unneeded casts.
[gcc.git] / gcc / cp / class.c
2000-03-07 Richard Kennertree.h (INT_CST_LT, [...]): Remove unneeded casts.
2000-03-03 Mark Mitchell* tree.h (TYPE_ALIGN_UNIT): New macro.
2000-02-29 Nathan Sidwellpt.c (fn_type_unification): Unify return type, whenever...
2000-02-29 Richard Kenner* Eliminate DECL_FIELD_SIZE.
2000-02-27 Richard Kennerbuiltins.c (c_strlen): Use size_diffop and return ssize...
2000-02-27 Jason MerrillImplement class scope using-declarations for functions.
2000-02-21 Gabriel Dos Reiscall.c (build_object_call): Compress consecutive calls...
2000-02-21 Mark Mitchellcp-tree.h (merge_primary_and_secondary_vtables_p):...
2000-02-20 Mark Mitchellclass.c (build_vtable): New function, split out from ...
2000-02-20 Mark Mitchellclass.c (dfs_build_vcall_offset_vtbl_entries): Fix...
2000-02-20 Richard Kennerc-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-02-18 Mark Mitchellclass.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
2000-02-16 Mark MitchellMake DECL_CONTEXT mean the class in which a member...
2000-02-10 Mark Mitchellclass.c (dfs_modify_vtables): Tweak calculation of...
2000-02-07 Jason Merrillcp-tree.h (struct saved_scope): Add incomplete field.
2000-02-06 Kaveh R. GhaziMakefile.in (call.o): Depend on $(EXPR_H).
2000-02-01 Jim WilsonFix gdb testsuite regressions.
2000-01-31 Mark Mitchellcp-tree.h (BINFO_VIRTUALS): Tweak documentation.
2000-01-31 Mark Mitchellclass.c (build_vtable): Rename to build_primary_vtable.
2000-01-29 Nathan Sidwellclass.c (build_vtbl_initializer): Add argument to build...
2000-01-29 Mark Mitchellcp-tree.def (THUNK_DECL): Discuss vcall indices.
2000-01-28 Nathan SidwellCompiler side new abi rtti (not enabled).
2000-01-26 Kaveh R. Ghazicall.c: PROTO -> PARAMS.
2000-01-25 Mark Mitchellcp-tree.h (vcall_offset_in_vtable_p): New macro.
2000-01-25 Mark Mitchellclass.c (layout_class_type): Put the fields required...
2000-01-24 Nathan Sidwellcp-tree.h (get_vtable_decl): Prototype new function.
2000-01-23 Brad Lucier* class.c (dump_class_hierarchy): Print HOST_WIDE_INT...
2000-01-20 Brad Lucierclass.c (dump_class_hierarchy): Make format agree with...
2000-01-18 Nathan Sidwellcp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
2000-01-18 Mark Mitchellclass.c (fixed_type_or_null): Don't clear NONNULL.
2000-01-17 Mark Mitchellcp-tree.h (build_shared_int_cst): New function.
2000-01-17 Mark Mitchellcp-tree.h (scratchalloc): Remove.
2000-01-17 Mark Mitchellclass.c (finish_struct_1): Replace redundant code with...
2000-01-17 Mark Mitchellcp-tree.h (flag_new_abi): Move.
2000-01-16 Mark Mitchellclass.c (build_vbase_pointer): Relocate.
2000-01-16 Mark Mitchellcp-tree.h (num_extra_vtbl_entries): New function.
2000-01-13 Jason Merrilldelete stray semicolon
2000-01-12 Mark Mitchellcall.c (convert_class_to_reference): Fix typos.
2000-01-12 Mark Mitchellcp-tree.h (dfs_skip_vbases): New function.
2000-01-11 Mark Mitchellclass.c (dfs_modify_vtables_queue_p): Remove.
2000-01-11 Mark MitchellFix typos in previous change
2000-01-11 Mark Mitchellclass.c (build_vbase_path): Simplify.
2000-01-11 Mark Mitchellclass.c (build_base_field): New function, split out...
2000-01-11 Mark Mitchellclass.c (dfs_finish_vtbls): New function.
2000-01-06 Jason Merrillerror.c (dump_decl): operator new, not operatornew.
2000-01-04 Kaveh R. Ghazibuiltins.c (expand_builtin_strlen): Initialize variable...
2000-01-03 Mark Mitchellcp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
2000-01-03 Mark Mitchellcp-tree.h (CLASSTYPE_VFIELDS): Move definition.
2000-01-03 Mark Mitchellclass.c (struct base_info): Remove.
2000-01-02 Mark Mitchellcp-tree.h (dfs_mark_primary_bases_queue_p): New function.
2000-01-02 Mark Mitchellcp-tree.h (skip_rtti_stuff): Adjust prototype.
2000-01-02 Mark Mitchellclass.c (build_vtable): Don't return a value.
2000-01-01 Mark Mitchellcp-tree.h (VF_NORMAL_VALUE): Remove.
1999-12-31 Mark Mitchellcp-tree.h (CLASSTYPE_VBASECLASSES): Update documentation.
1999-12-30 Mark Mitchell* class.c (fixup_inline_methods): Clear CLASSTYPE_INLIN...
1999-12-29 Mark Mitchellclass.c (create_vtable_ptr): Put the vtable at the...
1999-12-29 Mark Mitchellcp-tree.h (lang_type): Add nearly_empty_p.
1999-12-29 Mark Mitchellcp-tree.h (do_inline_function_hair): Remove.
1999-12-29 Mark Mitchellcp-tree.h (lang_type): Replace abstract_virtuals with...
1999-12-21 Mark Mitchellcp-tree.h (CLASSTYPE_VFIELD_PARENT): Update comments.
1999-12-21 Mark Mitchellcp-tree.h (TYPE_VIRTUAL_P): Rename to ...
1999-12-16 Mark Mitchellclass.c (check_field_decls): Don't return a value.
1999-12-16 Mark Mitchellclass.c (handle_using_decl): Get TYPE_FIELDS and TYPE_M...
1999-12-15 Mark Mitchellclass.c (check_field_decls): Split out from ...
1999-12-14 Mumit Khanclass.c (finish_base_struct): Allow multiple COM base...
1999-12-11 Kaveh R. Ghaziclass.c (get_vtable_name): Use a literal format string...
1999-11-25 Mark MitchellMake-lang.in (CXX_SRCS): Add optimize.c.
1999-11-16 Jason Merrillclass.c (finish_struct): If we're a local class in...
1999-11-14 Mark Mitchellcp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.
1999-11-13 Jason Merrilldecl.c (duplicate_decls): Propagate DECL_DEFER_OUTPUT.
1999-11-07 Mark Mitchellcp-tree.h (begin_new_placement): Remove.
1999-11-03 Mark Mitchellclass.c (check_bitfield_decl): New function, split...
1999-11-02 Jason Merrilltweak comment
1999-10-28 Mark Mitchellcp-tree.h (make_temp_vec): Remove.
1999-10-14 Andrew Haleyclass.c (finish_struct_1): Force alignment of non-bitfi...
1999-10-12 Jason Merrill* class.c (fixed_type_or_null): Always set *nonnull.
1999-10-10 Jason Merrillchecked in wrong version
1999-10-08 Jason Merrillclass.c (build_vtable_entry_ref): Use finish_asm_stmt.
1999-10-06 Mark Mitchellcp-tree.h (CLASSTYPE_VFIELD): Remove.
1999-09-29 Jason Merrillclass.c (class_cache_obstack, [...]): Remove.
1999-09-20 Mark MitchellRemove support for assigning to `this'.
1999-09-17 Mark Mitchellcp-tree.h (poplevel_class): Declare.
1999-09-17 Jason Merrillrevert
1999-09-17 Jason Merrilldecl.c (saved_scope_p): New fn.
1999-09-09 Mark Mitchellcp-tree.h (scratch_tree_cons): Remove.
1999-09-07 Mark MitchellMakefile.in (tree.o): Depend on ggc.h.
1999-09-06 Mark MitchellGet ready for garbage collection.
1999-09-02 Mark Mitchellcp-tree.h (cp_function): Move here, from decl.c.
1999-08-18 Mark Mitchellcp-tree.h (build_lang_field_decl): Remove.
1999-08-16 Mark Mitchellcp-tree.h (CAN_HAVE_FULL_LANG_DECL_P): New macro.
1999-08-14 Mark Mitchellcp-tree.def (DECL_STMT): Make it smaller.
1999-08-12 Jason Merrilllang-options.h: Add -fms-extensions.
1999-08-11 Mark Mitchellextend.texi (C++ Signatures): Remove node.
1999-08-09 Bernd SchmidtInclude function.h in most files.
1999-08-07 Kaveh R. Ghaziclass.c (count_fields, [...]): Add static prototype.
1999-08-04 Nathan Sidwellcp-tree.h (empty_except_spec): New global var.
1999-08-03 Nathan Sidwellcall.c (convert_arg_to_ellipsis): Use pod_type_p.
1999-08-03 Nathan Sidwell* class.c (duplicate_tag_error): Preserve template...
1999-08-02 Jason Merrillclass.c (mark_overriders): Fix order of args to overrides.
1999-07-27 Mark Mitchellclass.c (override_one_vtable): Adjust the use of BINFO_...
next
This page took 0.867932 seconds and 108 git commands to generate.