Age | Commit message (Expand) | Author | Files | Lines |
2007-08-31 | mangle.c (write_type): Change mangling of rvalue reference from `RR' to `O'. | Doug Gregor | 1 | -2/+3 |
2007-08-02 | typeck.c: Change copyright header to refer to version 3 of the GNU General Pu... | Nick Clifton | 1 | -6/+5 |
2007-07-27 | typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes. | Douglas Gregor | 1 | -0/+13 |
2007-07-25 | c-common.c (fname_as_string, [...]): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-25 | alpha.c (alpha_mangle_fundamental_type): Rename to... | Julian Brown | 1 | -83/+88 |
2007-05-31 | re PR c++/7412 ([DR 106] References to references) | Russell Yanofsky | 1 | -0/+6 |
2007-05-24 | re PR target/27067 (Compile errors with multiple inheritance where the stdcal... | Danny Smith | 1 | -2/+3 |
2007-05-18 | Index: gcc/java/ChangeLog | Geoffrey Keating | 1 | -1/+1 |
2007-05-06 | Index: libiberty/ChangeLog | Geoffrey Keating | 1 | -2/+16 |
2007-03-10 | re PR c++/20599 (variadic template support) | Douglas Gregor | 1 | -1/+14 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -1/+1 |
2006-11-04 | call.c (build_op_delete_call): Test user-visible type against size_type_node... | Roger Sayle | 1 | -4/+0 |
2006-08-26 | re PR c++/28588 (static private function) | Mark Mitchell | 1 | -0/+6 |
2006-06-25 | re PR c++/28051 (ICE on invalid conversion operator) | Lee Millward | 1 | -0/+3 |
2006-06-06 | Fix up whitespacing | Mike Stump | 1 | -5/+2 |
2006-02-03 | typeck.c (string_conv_p): Pass appropiate OPT_Wxxxx values when calling warni... | Lee Millward | 1 | -1/+1 |
2006-01-31 | * mangle.c: Comment fix. | Ben Elliston | 1 | -1/+1 |
2005-12-11 | Fixes java/PR9861 | Terry Laurenzo | 1 | -2/+24 |
2005-12-02 | decl2.c (get_priority_info): Use XNEW, not xmalloc. | Gabriel Dos Reis | 1 | -1/+1 |
2005-10-16 | re PR c++/22137 (Internal error: Segmentation fault (program cc1plus)) | Mark Mitchell | 1 | -4/+5 |
2005-09-13 | re PR c++/16171 ([ABI] Problems with standard names in different namespaces) | Bastian Blank | 1 | -4/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Canonicalize whitespace. | Mike Stump | 1 | -112/+112 |
2005-06-14 | Remove extra white spacing at end of lines. | Mike Stump | 1 | -112/+112 |
2005-06-02 | decl.c (start_decl): Simplify specialization handling. | Nathan Sidwell | 1 | -6/+11 |
2005-05-07 | invoke.texi: Remove documentation for MIPS' -mint64 option. | Richard Sandiford | 1 | -5/+4 |
2005-05-07 | mangle.c (globals): Change the type of substitutions to VEC(tree,gc)*. | Kazu Hirata | 1 | -11/+11 |
2005-05-03 | * friend.c, lex.c, mangle.c, repo.c: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-05-02 | class.c (local_classes, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+1 |
2005-04-24 | mangle.c (write_builtin_type): Handle integer types which are not one of the ... | Markus F.X.J. Oberhumer | 1 | -5/+25 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -1/+1 |
2005-03-24 | typeck.c (comptypes): First determine if the types are compatible from a targ... | Steven Bosscher | 1 | -4/+4 |
2005-02-24 | call.c, [...]: Fix comment typo(s). | Volker Reichelt | 1 | -1/+1 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -2/+2 |
2004-11-04 | DR 49, 100 | Giovanni Bajo | 1 | -10/+10 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -2/+2 |
2004-09-15 | re PR c++/17324 (Error: symbol `bRKNS0_IT_SD_EE' is already defined) | Mark Mitchell | 1 | -3/+51 |
2004-09-10 | class.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-08-30 | call.c (check_dtor_name): Replace abort with gcc_assert or gcc_unreachable. | Nathan Sidwell | 1 | -64/+64 |
2004-08-27 | call.c (validate_conversion_obstack): Replace my_friendly_assert with gcc_ass... | Nathan Sidwell | 1 | -6/+4 |
2004-08-25 | * mangle.c (get_identifier_nocopy): Add cast. | Mark Mitchell | 1 | -1/+1 |
2004-08-25 | cp-tree.h (mangle_type): Remove. | Mark Mitchell | 1 | -39/+59 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -3/+3 |
2004-08-16 | call.c (build_vfield_ref, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -4/+4 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -3/+3 |
2004-07-18 | mangle.c (write_expression): Issue a sorry for zero-operand functional casts. | Mark Mitchell | 1 | -1/+7 |
2004-07-02 | re PR c++/16240 (g++ generates incorrect mangled name) | Mark Mitchell | 1 | -4/+12 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -2/+2 |
2004-03-24 | hooks.c (hook_constcharptr_tree_null): New hook. | Ziemowit Laski | 1 | -0/+13 |
2004-02-26 | re PR c++/14246 (Problems with templates, ice in write_template_arg_literal) | Giovanni Bajo | 1 | -2/+2 |