OSDN Git Service

Fix up whitespacing
[pf3gnuchains/gcc-fork.git] / gcc / cp / rtti.c
2006-06-06 mrsFix up whitespacing
2006-06-04 pinskia2006-06-01 Andrew Pinski <pinskia@physics.uc.edu>
2006-05-05 aldyh PR/21391
2006-04-19 reichelt PR c++/10385
2006-02-18 mmitchel PR c++/26266
2006-02-07 sayle * decl.c (grokdeclarator): Don't bother checking for...
2006-01-29 gdr * call.c (alloc_conversion): Use cast when...
2006-01-22 gdrfix comment
2006-01-22 gdr2006-01-22 Gabriel Dos Reis <gdr@integrable-solutions...
2005-09-20 jakub PR c++/23947
2005-09-06 mmitchel * cp-tree.h (rvalue): New function.
2005-07-20 giovannibajo Make CONSTRUCTOR use VEC to store initializers.
2005-06-25 kcookUpdate FSF address.
2005-06-16 nathancp:
2005-06-15 nathan * Make-lang.in: Reformat some long lines.
2005-06-15 mrsCanonicalize whitespace.
2005-06-14 mrsRemove extra white spacing at end of lines.
2005-04-25 pinskia2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
2005-04-23 dj* diagnostic.c (warning): Accept parameter to classify...
2005-04-21 nathan * vec.h: Update API to separate allocation mechanism...
2005-03-14 lerdsuwa Friend class name lookup 5/n
2005-02-09 mmitchel PR c++/19733
2005-01-18 kazu * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
2005-01-01 rth PR middle-end/17799
2004-12-22 mmitchel * rtti.c (emit_support_tinfos): Avoid using C99 semantics.
2004-12-22 mmitchel PR c++/18464
2004-12-08 nathancp:
2004-11-25 lerdsuwa Friend class name lookup 2/n, PR c++/14513, c++/15410
2004-10-18 nathancp:
2004-10-11 nathan * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
2004-10-10 gdrcp/
2004-09-22 nathan * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
2004-09-22 nathan * cp-tree.h (struct lang_type_class): Remove marked...
2004-08-27 nathan * call.c (validate_conversion_obstack): Replace
2004-08-25 nathan * tree.h (build_int_cst): New, sign extended constant.
2004-08-16 sayle * call.c (build_vfield_ref, build_call, build_conditio...
2004-08-15 nathan.:
2004-08-04 mmitchel * class.c (build_vtable): Do not set DECL_VISIBILITY...
2004-07-29 mmitchel * c-common.h (lang_post_pch_load): New variable.
2004-07-26 nathan.:
2004-07-25 giovannibajo PR c++/9283
2004-07-20 nathan.:
2004-07-16 mmitchel * vec.h (VEC_address): New function.
2004-07-12 pinskia2004-07-12 Andrew Pinski <apinski@apple.com>
2004-07-12 nathan * call.c (build_user_type_conversion_1, build_new_op,
2004-07-07 hjl2004-07-07 H.J. Lu <hongjiu.lu@intel.com>
2004-07-07 nathan * tree.h (TYPE_BINFO_OFFSET, TYPE_BINFO_VTABLE,
2004-07-06 nathan * tree.h (TREE_VIA_VIRTUAL): Rename to ...
2004-06-24 sayle * c-common.c (expand_unordered_cmp): Delete.
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-30 kazu * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti...
2004-04-22 mmitchel * class.c (initialize_array): Don't set TREE_HAS_CONST...
2004-03-08 jason PR c++/13170
2004-02-07 kazu gcc/
2004-02-05 mmitchel PR c++/9941
2003-12-21 kazu * call.c: Fix comment formatting.
2003-09-27 gdr * name-lookup.h (get_global_value_if_present): New...
2003-09-14 geoffk * rtti.c (get_tinfo_decl): Set TREE_PUBLIC for typeinf...
2003-09-05 nathancp:
2003-08-01 lerdsuwa PR c++/8442, c++/8806
2003-07-29 mmitchel PR c++/11667
2003-07-22 mmitchel * fold-const.c (force_fit_type): Handle OFFSET_TYPE.
2003-07-19 ghazigcc:
2003-07-08 mmitchel * cp-tree.h (build_scoped_method_call): Remove.
2003-07-06 kazu * call.c: Fix comment formatting.
2003-07-04 mmitchel * call.c (build_addr_func): Handle bound pointers...
2003-06-23 hubicka * decl.c (register_dtor_fn): Mark cleanup as used.
2003-06-20 mmitchel PR c++/11041
2003-06-13 neroden * rtti.c: Remove PARAMS.
2003-05-17 ghazigcc:
2003-04-22 mmitchel * rtti.c (throw_bad_typeid): Use build_cxx_call.
2003-04-22 mmitchel * Makefile.in (calls.o): Depend on except.h.
2003-04-13 zack * tree.c (build_constructor): New function.
2003-04-03 ghazigcc:
2003-03-20 austern * cp-tree.h (unemitted_tinfo_decls): Declaration of...
2003-03-07 mmitchel * call.c (merge_conversion_sequences): New function.
2003-02-20 nathan Change base class access representation.
2003-01-17 mmitchel PR c++/9294
2003-01-14 oldham2003-01-14 Jeffrey D. Oldham <oldham@codesourcery...
2003-01-10 mmitchel PR c++/9128
2003-01-01 neil * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump...
2002-12-29 gdr Remove traditional C constructs 4/n.
2002-12-28 mmitchel * Make-lang.in (po-generated): Remove parse.c.
2002-12-19 jason Handle anonymous unions at the tree level.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-01 mmitchel PR c++/8727
2002-11-22 mmitchel * g++.dg/abi/rtti2.C: New test.
2002-10-11 mmitchel * NEWS: Document removal of "new X = ..." extension.
2002-09-29 nathancp:
2002-09-21 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * error.c: Fix comment formatting.
2002-09-04 jason * typeck2.c (add_exception_specifier): Only...
2002-07-17 nathan PR c++/7320
2002-07-05 nathan Repair damage on weak-impared targets caused by my...
2002-06-30 nathan * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
2002-06-26 mmitchel * cp-tree.h (xref_tag): Change prototype.
2002-06-14 rth * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New.
2002-05-16 jason * cp/rtti.c (get_tinfo_decl): Don't call comdat...
2002-05-14 jasonrevert last checkin
2002-05-13 jason * class.c (build_vtbl_ref_1): Use fixed_type_or...
next