| Commit message (Expand) | Author | Age | Files | Lines |
* | * decl.c (register_dtor_fn): Mark cleanup as used. | hubicka | 2003-06-23 | 1 | -3/+12 |
* | PR c++/11041 | mmitchel | 2003-06-20 | 1 | -4/+2 |
* | * rtti.c: Remove PARAMS. | neroden | 2003-06-13 | 1 | -21/+21 |
* | gcc: | ghazi | 2003-05-17 | 1 | -4/+3 |
* | * rtti.c (throw_bad_typeid): Use build_cxx_call. | mmitchel | 2003-04-22 | 1 | -1/+1 |
* | * Makefile.in (calls.o): Depend on except.h. | mmitchel | 2003-04-22 | 1 | -2/+2 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -8/+7 |
* | gcc: | ghazi | 2003-04-03 | 1 | -1/+1 |
* | * cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray. | austern | 2003-03-20 | 1 | -4/+15 |
* | * call.c (merge_conversion_sequences): New function. | mmitchel | 2003-03-07 | 1 | -7/+2 |
* | Change base class access representation. | nathan | 2003-02-20 | 1 | -7/+9 |
* | PR c++/9294 | mmitchel | 2003-01-17 | 1 | -3/+8 |
* | 2003-01-14 Jeffrey D. Oldham <oldham@codesourcery.com> | oldham | 2003-01-14 | 1 | -11/+1 |
* | PR c++/9128 | mmitchel | 2003-01-10 | 1 | -10/+16 |
* | * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c, | neil | 2003-01-01 | 1 | -4/+4 |
* | Remove traditional C constructs 4/n. | gdr | 2002-12-29 | 1 | -101/+62 |
* | * Make-lang.in (po-generated): Remove parse.c. | mmitchel | 2002-12-28 | 1 | -5/+8 |
* | Handle anonymous unions at the tree level. | jason | 2002-12-19 | 1 | -1/+3 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -16/+30 |
* | PR c++/8727 | mmitchel | 2002-12-01 | 1 | -0/+12 |
* | * g++.dg/abi/rtti2.C: New test. | mmitchel | 2002-11-22 | 1 | -2/+1 |
* | * NEWS: Document removal of "new X = ..." extension. | mmitchel | 2002-10-11 | 1 | -1/+3 |
* | cp: | nathan | 2002-09-29 | 1 | -3/+5 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-21 | 1 | -4/+4 |
* | * error.c: Fix comment formatting. | kazu | 2002-09-14 | 1 | -15/+15 |
* | * typeck2.c (add_exception_specifier): Only pedwarn for an | jason | 2002-09-04 | 1 | -1/+2 |
* | PR c++/7320 | nathan | 2002-07-17 | 1 | -0/+1 |
* | Repair damage on weak-impared targets caused by my previous patch. | nathan | 2002-07-05 | 1 | -6/+8 |
* | * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ... | nathan | 2002-06-30 | 1 | -313/+299 |
* | * cp-tree.h (xref_tag): Change prototype. | mmitchel | 2002-06-26 | 1 | -6/+11 |
* | * defaults.h (TARGET_VTABLE_ENTRY_ALIGN): New. | rth | 2002-06-14 | 1 | -8/+7 |
* | * cp/rtti.c (get_tinfo_decl): Don't call comdat_linkage. | jason | 2002-05-16 | 1 | -20/+22 |
* | revert last checkin | jason | 2002-05-14 | 1 | -4/+2 |
* | * class.c (build_vtbl_ref_1): Use fixed_type_or_null. | jason | 2002-05-13 | 1 | -2/+4 |
* | * c-common.c (fix_string_type): Split out of ... | rth | 2002-04-26 | 1 | -1/+1 |
* | 2002-01-23 Craig Rodrigues <rodrigc@gcc.gnu.org> | rodrigc | 2002-01-23 | 1 | -1/+1 |
* | * cp-tree.h: Delete #defines for cp_error, cp_warning, | zack | 2001-12-18 | 1 | -4/+4 |
* | * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c, | jsm28 | 2001-12-16 | 1 | -2/+2 |
* | * langhooks.h (struct lang_hooks_for_tree_inlining): Add | jason | 2001-12-05 | 1 | -1/+10 |
* | cp: | nathan | 2001-11-25 | 1 | -19/+6 |
* | * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h. | bryce | 2001-11-22 | 1 | -3/+3 |
* | * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used | danglin | 2001-10-03 | 1 | -1/+1 |
* | * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | aj | 2001-08-27 | 1 | -13/+6 |
* | * cp/rtti.c (VPARAMS): Fix parameter. | aj | 2001-08-24 | 1 | -1/+1 |
* | * class.c, cp-tree.h (build_vfn_ref): Remove. | rth | 2001-08-14 | 1 | -1/+1 |
* | .: | nathan | 2001-08-02 | 1 | -4/+2 |
* | cp: | nathan | 2001-07-31 | 1 | -34/+4 |
* | Simplify rtti, now we've only one ABI. | nathan | 2001-07-24 | 1 | -84/+37 |
* | gcc: | nathan | 2001-07-21 | 1 | -8/+2 |
* | Remove old-abi remnants. Remove comments about old abi | nathan | 2001-07-21 | 1 | -32/+6 |