Age | Commit message (Expand) | Author | Files | Lines |
2001-09-06 | Remove OP_IDENTIFIER. | Ira Ruben | 1 | -1/+0 |
2001-09-06 | oops, missed a bit in previous commit | Nathan Sidwell | 1 | -1/+1 |
2001-09-06 | re PR c++/3986 (ICE in build_rtti_vtbl_entries) | Nathan Sidwell | 2 | -11/+35 |
2001-09-06 | Remove TYPE_NONCOPIED_PARTS. | Nathan Sidwell | 3 | -7/+15 |
2001-09-04 | decl.c (duplicate_decls): Remove code deadling with DECL_SAVED_INSNS. | Mark Mitchell | 5 | -46/+47 |
2001-09-04 | re PR c++/4203 (empty base class optimization zeroes first byte of other base... | Nathan Sidwell | 2 | -3/+9 |
2001-08-31 | error.c (dump_template_decl): Output template parameters together with their ... | Kriang Lerdsuwanakij | 2 | -4/+18 |
2001-08-30 | optimize.c (inlinable_function_p): Allow only smaller single functions. | Kurt Garloff | 2 | -5/+12 |
2001-08-30 | class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t. | Joern Rennecke | 2 | -2/+11 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 4 | -134/+42 |
2001-08-24 | * cp/rtti.c (VPARAMS): Fix parameter. | Andreas Jaeger | 1 | -1/+1 |
2001-08-24 | c-common.c (c_alignof, [...]): Move here... | Jason Merrill | 7 | -83/+53 |
2001-08-22 | pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement. | Jason Merrill | 3 | -30/+35 |
2001-08-19 | typeck2.c (add_exception_specifier): Only require complete type if not in pro... | Jakub Jelinek | 2 | -1/+8 |
2001-08-18 | except.c (TYPE_HASH): Delete. | Kaveh R. Ghazi | 3 | -11/+14 |
2001-08-17 | cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS on COMPOUND_EXPRs. | Mark Mitchell | 2 | -2/+12 |
2001-08-14 | class.c, cp-tree.h (build_vfn_ref): Remove. | Richard Henderson | 5 | -16/+7 |
2001-08-13 | call.c (build_over_call): Mark COMPOUND_EXPRs generated for empty class assig... | Mark Mitchell | 2 | -0/+15 |
2001-08-13 | expr.h: Split out optab- and libfunc-related code to... | Zack Weinberg | 3 | -1/+7 |
2001-08-13 | * decl.c (grokdeclarator): Clarify diagnostic message. | Gabriel Dos Reis | 2 | -1/+5 |
2001-08-13 | decl2.c (do_nonmember_using_decl): Replace using directive with using declara... | Kriang Lerdsuwanakij | 2 | -1/+6 |
2001-08-11 | pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the criterion to avoid... | Kriang Lerdsuwanakij | 2 | -10/+19 |
2001-08-10 | c-common.h (RETURN_NULLIFIED_P): Lose. | Jason Merrill | 6 | -34/+90 |
2001-08-09 | Move constructor/destructor handling into target hooks. | Richard Henderson | 2 | -9/+14 |
2001-08-09 | tweak comment | Jason Merrill | 1 | -1/+4 |
2001-08-08 | * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'. | John David Anglin | 2 | -0/+5 |
2001-08-07 | re PR c++/3820 (GCC 3.0 crashes with empty base class) | Nathan Sidwell | 4 | -41/+35 |
2001-08-07 | * tree.c (walk_tree): Walk siblings even if !walk_subtrees. | Jason Merrill | 2 | -4/+14 |
2001-08-07 | improve comment | Jason Merrill | 1 | -1/+3 |
2001-08-06 | varasm.c (assemble_constructor): Take a symbol_ref and a priority instead of ... | Richard Henderson | 2 | -26/+11 |
2001-08-06 | tweak comment | Jason Merrill | 1 | -1/+1 |
2001-08-06 | Don't allow template-id in using-declaration. | Gabriel Dos Reis | 2 | -14/+36 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 2 | -2/+4 |
2001-08-03 | target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na... | Richard Henderson | 1 | -2/+2 |
2001-08-03 | combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments... | Lars Brinkhoff | 1 | -1/+1 |
2001-08-03 | cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used. | Stan Shebs | 3 | -11/+7 |
2001-08-02 | repo.c (get_base_filename): Change return value to const char pointer. | Andrew Cagney | 2 | -2/+7 |
2001-08-02 | Kill -fhonor-std. | Nathan Sidwell | 10 | -100/+49 |
2001-07-31 | *** empty log message *** | Alexandre Petit-Bianco | 2 | -1/+6 |
2001-07-31 | The 3.0 ABI no longer has vbase pointer fields. | Nathan Sidwell | 6 | -78/+23 |
2001-07-31 | re PR c++/3631 (another linking problem with virtual derivation) | Nathan Sidwell | 2 | -4/+10 |
2001-07-31 | class.c (dfs_ctor_vtable_bases_queue_p): Always walk into the shared virtual ... | Nathan Sidwell | 2 | -11/+11 |
2001-07-30 | jump.c: Add prototype for mark_modified_reg. | Andreas Jaeger | 2 | -6/+6 |
2001-07-28 | * method.c (pending_inlines): Remove. | Richard Henderson | 2 | -4/+4 |
2001-07-27 | class.c (mark_primary_virtual_base): Don't adjust base offsets here. | Nathan Sidwell | 2 | -11/+27 |
2001-07-27 | class.c (finish_struct_1): When copying the primary base's VFIELD, make sure ... | Nathan Sidwell | 2 | -10/+21 |
2001-07-26 | pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and tsubst_expr for... | Kriang Lerdsuwanakij | 2 | -2/+8 |
2001-07-26 | spew.c (yylex): Only copy the token's lineno, if it is non-zero. | Nathan Sidwell | 2 | -2/+12 |
2001-07-26 | re PR c++/3624 (Internal error: Segmentation fault) | Nathan Sidwell | 2 | -15/+30 |
2001-07-26 | re PR c++/3152 (g++-3.0 segfaults when compiling program using -g) | Nathan Sidwell | 2 | -14/+33 |