| Commit message (Expand) | Author | Age | Files | Lines |
* | Index: testsuite/ChangeLog | Geoffrey Keating | 2003-04-03 | 1 | -1/+2 |
* | re PR c++/9729 (ICE in mangle_conv_op_name_for_type, at cp/mangle.c:2612) | Mark Mitchell | 2003-02-20 | 1 | -4/+11 |
* | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 2003-01-01 | 1 | -4/+4 |
* | cp-tree.h (THUNK_TARGET): New macro. | Nathan Sidwell | 2002-12-30 | 1 | -11/+11 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -25/+62 |
* | re PR c++/8389 (Access to members of base class & templates) | Kriang Lerdsuwanakij | 2002-11-09 | 1 | -3/+2 |
* | mangle.c (write_expression): Correct handling of enumeration constants. | Mark Mitchell | 2002-10-17 | 1 | -3/+13 |
* | decl.c (reshape_init): Fix typo. | Mark Mitchell | 2002-10-15 | 1 | -17/+115 |
* | re PR c++/8006 (ice in mangle_conv_op_name_for_type boost regression) | Mark Mitchell | 2002-10-04 | 1 | -35/+72 |
* | ChangeLog: Follow spelling conventions. | Kazu Hirata | 2002-09-21 | 1 | -10/+10 |
* | error.c: Fix comment formatting. | Kazu Hirata | 2002-09-14 | 1 | -9/+9 |
* | error.c (print_whitespace): Remove. | Neil Booth | 2002-07-25 | 1 | -9/+0 |
* | re PR c++/7112 (Regression: ICE on C++ code involving templates and sizeof) | Mark Mitchell | 2002-07-02 | 1 | -0/+7 |
* | mangle.c (integer_type_codes): Const-ify. | Kaveh R. Ghazi | 2002-06-21 | 1 | -1/+1 |
* | C++ ABI changes. | Jason Merrill | 2002-06-18 | 1 | -1/+10 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 1 | -2/+2 |
* | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 2002-05-28 | 1 | -0/+1 |
* | mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ... | Mark Mitchell | 2002-04-25 | 1 | -8/+13 |
* | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 2002-04-01 | 1 | -1/+1 |
* | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2002-03-29 | 1 | -1/+2 |
* | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 2002-03-20 | 1 | -4/+41 |
* | re PR c++/4377 (more errors with multiple non-type template parameters) | Jason Merrill | 2002-03-18 | 1 | -9/+10 |
* | Fix last commit. | Richard Sandiford | 2002-03-13 | 1 | -2/+5 |
* | mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a... | Richard Sandiford | 2002-03-13 | 1 | -5/+10 |
* | ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE. | Jason Merrill | 2002-02-19 | 1 | -18/+12 |
* | fix typo | Jason Merrill | 2002-02-01 | 1 | -1/+1 |
* | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 2002-01-23 | 1 | -13/+13 |
* | mangle.c (MANGLE_TRACE): Add parenthesis. | Graham Stott | 2002-01-08 | 1 | -5/+5 |
* | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 2001-11-22 | 1 | -2/+2 |
* | mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E... | Kriang Lerdsuwanakij | 2001-11-18 | 1 | -5/+19 |
* | cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node. | Kriang Lerdsuwanakij | 2001-10-23 | 1 | -1/+3 |
* | collect2.c (main): Const-ification. | Kaveh R. Ghazi | 2001-09-15 | 1 | -5/+1 |
* | call.c (joust): Only prefer a non-builtin candidate to a builtin one if... | Jason Merrill | 2001-07-25 | 1 | -1/+19 |
* | Remove old-abi remnants. | Nathan Sidwell | 2001-07-21 | 1 | -10/+9 |
* | mangle.c (write_chars): New macro. | Nathan Sidwell | 2001-04-26 | 1 | -29/+107 |
* | cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set. | Mark Mitchell | 2001-04-19 | 1 | -8/+6 |
* | cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation. | Mark Mitchell | 2001-04-16 | 1 | -1/+18 |
* | mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'. | Jakub Jelinek | 2001-03-23 | 1 | -4/+1 |
* | decl.c (local_names): Define. | Jakub Jelinek | 2001-03-23 | 1 | -10/+11 |
* | mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even... | Mark Mitchell | 2001-03-21 | 1 | -0/+2 |
* | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 2001-03-19 | 1 | -2/+15 |
* | mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the... | Mark Mitchell | 2001-02-22 | 1 | -22/+43 |
* | mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"... | Jakub Jelinek | 2001-01-25 | 1 | -3/+12 |
* | * mangle.c (write_builtin_type): Fix thinko. | Mark Mitchell | 2001-01-11 | 1 | -2/+2 |
* | decl2.c (acceptable_java_type): Allow references too. | Alexandre Petit-Bianco | 2001-01-10 | 1 | -2/+37 |
* | mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector". | Jason Merrill | 2000-12-04 | 1 | -5/+17 |
* | mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix. | Mark Mitchell | 2000-11-22 | 1 | -11/+3 |
* | mangle.c (write_name): Use <unscoped-name> for names directly in function scope. | Alex Samuel | 2000-11-21 | 1 | -4/+12 |
* | decl.c (grokparms): Don't even function types of `void' type, either. | Mark Mitchell | 2000-11-19 | 1 | -0/+3 |
* | mangle.c (write_special_name_constructor): Don't generate assembler junk when... | Mark Mitchell | 2000-11-16 | 1 | -6/+22 |