Age | Commit message (Expand) | Author | Files | Lines |
2004-07-11 | decl2.c (import_export_class): Never export/import vtables with inline key fu... | Mike Stump | 1 | -1/+8 |
2004-07-01 | target.h (struct gcc_target): Add new field to struct cxx: import_export_class. | Nick Clifton | 1 | -0/+4 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -0/+12 |
2004-06-27 | cp-tree.h (cp_cv_quals): New type. | Mark Mitchell | 1 | -21/+6 |
2004-06-26 | c-common.c (c_safe_from_p, [...]): Deleted. | Richard Kenner | 1 | -1/+1 |
2004-06-26 | re PR c++/14865 (No instantiation of VTT at -O1) | Jan Hubicka | 1 | -3/+5 |
2004-06-25 | target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define. | Paul Brook | 1 | -10/+23 |
2004-06-24 | Make-lang.in (cp/lex.o): Do not depend on cp/lex.h. | Mark Mitchell | 1 | -25/+5 |
2004-06-22 | cp-tree.def (NEW_EXPR): Add a fourth slot. | Mark Mitchell | 1 | -21/+22 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -4/+6 |
2004-06-17 | class.c (build_clone): Don't call defer_fn, let mark_used do it. | Geoffrey Keating | 1 | -35/+20 |
2004-06-15 | c-common.c (lang_gimplify_stmt): Remove next_p argument. | Richard Henderson | 1 | -3/+3 |
2004-06-15 | function.h (struct function): Remove cannot_inline field. | Paolo Bonzini | 1 | -4/+4 |
2004-06-03 | re PR c++/15428 (vtables shouldn't always be weak on Darwin) | Matt Austern | 1 | -3/+27 |
2004-06-02 | When a class template is explicitly instantiated, its member should be too. | Matt Austern | 1 | -1/+1 |
2004-05-31 | call.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-28 | re PR c++/15083 (spurious "statement has no effect" warning) | Mark Mitchell | 1 | -0/+1 |
2004-05-24 | method.c (implicitly_declare_fn): Don't call defer_fn; abort if it might be n... | Geoffrey Keating | 1 | -3/+7 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 1 | -1/+1 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -5/+12 |
2004-05-03 | re PR c++/14389 (Out-of-line of overloaded template rejected) | Giovanni Bajo | 1 | -7/+25 |
2004-04-30 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-08 | decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl... | Jakub Jelinek | 1 | -0/+1 |
2004-03-20 | call.c (build_op_delete_call): Do not forget the placement arguments when ite... | Mark Mitchell | 1 | -3/+2 |
2004-03-16 | re PR c++/14586 (Bogus warning in templates about taking address of a tempora... | Mark Mitchell | 1 | -1/+2 |
2004-03-12 | Enabled linkonce support for Darwin. | Matt Austern | 1 | -7/+14 |
2004-03-01 | re PR c++/14138 (100x -O0 C++ Compile Time Regression {3.2,3.3} -> {3.4,4.0}) | Mark Mitchell | 1 | -2/+4 |
2004-02-14 | re PR c++/14122 (problem with non-type tmplt parm in member template) | Mark Mitchell | 1 | -20/+11 |
2004-02-13 | call.c (conversion_kind): New type. | Mark Mitchell | 1 | -0/+4 |
2004-01-26 | class.c (add_method): Just check processing_template_decl to determine whethe... | Mark Mitchell | 1 | -1/+1 |
2004-01-21 | Make-lang.in, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-13 | Partial fix PR c++/12850 | Jan Hubicka | 1 | -1/+8 |
2004-01-12 | re PR rtl-optimization/10776 (Large aggregate initializers with a single relo... | Richard Henderson | 1 | -1/+5 |
2003-12-23 | c-common.c (flag_abi_version): Default to 2. | Mark Mitchell | 1 | -15/+0 |
2003-12-22 | re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar... | Mark Mitchell | 1 | -17/+2 |
2003-12-21 | call.c: Fix comment formatting. | Kazu Hirata | 1 | -4/+4 |
2003-12-19 | cvt.c: Remove uses of "register" specifier in declarations of arguments and l... | Kazu Hirata | 1 | -2/+1 |
2003-12-16 | re PR c++/10926 (ICE in build_delete when trying to declare template destructor) | Mark Mitchell | 1 | -4/+6 |
2003-12-15 | class.c (add_method): Disallow destructor for java classes. | Nathan Sidwell | 1 | -0/+8 |
2003-11-22 | re PR c++/5369 (template member friend declaration not honored) | Kriang Lerdsuwanakij | 1 | -3/+5 |
2003-11-13 | re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot) | Jan Hubicka | 1 | -1/+1 |
2003-10-21 | ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-15 | problem that current decl duplication mechanizm > > /* If we didn't remap thi... | Jan Hubicka | 1 | -10/+15 |
2003-10-14 | name-lookup.h (cxx_scope_find_binding_for_name): Don't export. | Gabriel Dos Reis | 1 | -1169/+0 |
2003-09-28 | c-decl.c (finish_function): Convert definition to ISO C90. | Andreas Jaeger | 1 | -1/+1 |
2003-09-27 | cp-tree.h, [...]: Remove reference to macros BINDING_SCOPE, BINDING_VALUE and... | Gabriel Dos Reis | 1 | -22/+21 |
2003-09-21 | Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change. | Richard Henderson | 1 | -1/+1 |
2003-09-21 | tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const. | Richard Henderson | 1 | -1/+1 |
2003-09-20 | c-format.c (gcc_diag_char_table): Add %J. | Richard Henderson | 1 | -4/+2 |
2003-09-13 | cgraphunit.c (cgraph_assemble_pending_functions): Export. | Richard Henderson | 1 | -0/+3 |