Age | Commit message (Expand) | Author | Files | Lines |
2005-05-18 | split old changelogs by year | Nathan Sidwell | 15 | -47375/+54249 |
2005-05-17 | re PR libstdc++/19664 (libstdc++ headers should have pop/push of the visibili... | H.J. Lu | 2 | -2/+12 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 12 | -23/+1431 |
2005-05-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -1/+4 |
2005-05-17 | re PR c++/21454 (const array doesn't live in the rodata section in C++) | Jakub Jelinek | 2 | -0/+8 |
2005-05-16 | decl.c (build_library_fn_1): Move setting TREE_NOTHROW ... | Richard Henderson | 2 | -2/+8 |
2005-05-12 | c-common.h (statement_code_p): Don't declare. | Ian Lance Taylor | 3 | -8/+28 |
2005-05-10 | typeck.c (build_unary_op): Do not resort to address arithmetic when taking th... | Mark Mitchell | 2 | -8/+8 |
2005-05-08 | class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*. | Kazu Hirata | 2 | -7/+12 |
2005-05-07 | invoke.texi: Remove documentation for MIPS' -mint64 option. | Richard Sandiford | 2 | -5/+8 |
2005-05-07 | mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*. | Kazu Hirata | 2 | -11/+17 |
2005-05-07 | decl.c (wrapup_globals_for_namespace): Use VEC instead of VARRAY. | Kazu Hirata | 4 | -10/+18 |
2005-05-06 | decl2.c (pending_statics, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -14/+14 |
2005-05-06 | decl2.c (ssdf_decls, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -23/+23 |
2005-05-06 | * decl2.c (spew_debug): Remove. | Kazu Hirata | 2 | -4/+4 |
2005-05-05 | decl2.c (deferred_fns, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 2 | -12/+10 |
2005-05-05 | re PR c++/21352 (ICE with passing template function type as template type) | Mark Mitchell | 2 | -4/+6 |
2005-05-05 | * pt.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2005-05-04 | cp-tree.h (language_function): Change the type of x_local_names to VEC. | Kazu Hirata | 3 | -7/+11 |
2005-05-03 | * friend.c, lex.c, mangle.c, repo.c: Update copyright. | Kazu Hirata | 5 | -4/+9 |
2005-05-02 | class.c (current_lang_depth, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 4 | -6/+12 |
2005-05-02 | class.c (local_classes, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 5 | -5/+13 |
2005-05-02 | c-common.c (resolve_overloaded_builtin): Forward to target hook for BUILT_IN_... | Paolo Bonzini | 2 | -1/+7 |
2005-05-02 | re PR c++/19542 (attribute(sentinel) has problems with C++ __null) | Michael Matz | 3 | -9/+8 |
2005-04-25 | target-def.h (TARGET_CXX_USE_AEABI_ATEXIT): Define. | Paul Brook | 1 | -5/+26 |
2005-04-25 | c-common.def (EXPR_STMT): Remove, moved to C++ frontend. | Ian Lance Taylor | 7 | -7/+83 |
2005-04-25 | re PR c++/21188 (CbcModel.cpp:3571: internal compiler error: in compare_value... | Andrew Pinski | 2 | -1/+8 |
2005-04-25 | re PR middle-end/20991 (ICE in cgraph_mark_reachable_node) | Jakub Jelinek | 3 | -1/+12 |
2005-04-24 | mangle.c (write_builtin_type): Handle integer types which are not one of the ... | Markus F.X.J. Oberhumer | 2 | -5/+31 |
2005-04-24 | cp-tree.def (USING_STMT): Change class to tcc_statement. | Ian Lance Taylor | 2 | -12/+19 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 19 | -164/+171 |
2005-04-22 | decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if input_filename... | Per Bothner | 2 | -1/+9 |
2005-04-22 | re PR c++/21087 (ICE in do_nonmember_using_decl) | Alexandre Oliva | 2 | -0/+13 |
2005-04-21 | cp-tree.h (THROW_NAME, [...]): Remove. | Kazu Hirata | 2 | -18/+5 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 15 | -68/+115 |
2005-04-20 | c-common.def: Remove STMT_EXPR (moved to cp/cp-tree.def). | Ian Lance Taylor | 5 | -5/+40 |
2005-04-18 | * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove. | Kazu Hirata | 2 | -8/+2 |
2005-04-18 | decl.c (expand_static_init): Call build2 and build3 instead of build. | Kazu Hirata | 2 | -4/+9 |
2005-04-17 | c-common.def (SIZEOF_EXPR, [...]): Remove. | Ian Lance Taylor | 4 | -1/+49 |
2005-04-17 | re PR c++/21025 (ICE on template) | Mark Mitchell | 2 | -1/+8 |
2005-04-17 | cp-tree.h (LOOKUP_GLOBAL): Remove. | Kazu Hirata | 2 | -11/+16 |
2005-04-15 | re PR middle-end/14311 (builtins for atomic operations needed) | Richard Henderson | 2 | -2/+16 |
2005-04-15 | Move my 2005-03-18 ChangeLog to cp/ChangeLog. | Dale Johannesen | 1 | -0/+4 |
2005-04-15 | cp-tree.h (lang_type_class): Remove redefined. | Kazu Hirata | 2 | -6/+9 |
2005-04-14 | cp-tree.h (SET_TMPL_ARG, [...]): Remove. | Kazu Hirata | 2 | -12/+5 |
2005-04-12 | target-def.h (TARGET_CXX_EXPORT_CLASS_DATA): Remove. | Mark Mitchell | 2 | -34/+55 |
2005-04-09 | * cp-tree.h (cp_deprecated): Remove. | Kazu Hirata | 2 | -8/+2 |
2005-04-09 | * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove. | Kazu Hirata | 2 | -11/+2 |
2005-04-09 | cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove. | Kazu Hirata | 2 | -1/+2 |
2005-04-09 | cp-tree.h (EXCEPTION_CLEANUP_NAME, [...]): Remove. | Kazu Hirata | 2 | -8/+3 |