| Commit message (Expand) | Author | Age | Files | Lines |
* | call.c (build_scoped_method_call): Use convert_to_void. | Mark Mitchell | 2003-07-03 | 1 | -14/+5 |
* | mangle.c (write_expression): Exit gracefully when trying to mangle a CALL_EXPR. | Giovanni Bajo | 2003-06-30 | 1 | -0/+4 |
* | * c-format.c (check_format_string, get_constant) | Zack Weinberg | 2003-06-28 | 1 | -1/+1 |
* | call.c (enforce_access): Assert we get a binfo. | Nathan Sidwell | 2003-06-24 | 1 | -0/+1 |
* | mangle.c (hash_type): val is the TREE_LIST itself, not a pointer to it. | Jakub Jelinek | 2003-06-23 | 1 | -1/+1 |
* | mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string again. | Mark Mitchell | 2003-06-18 | 1 | -1/+1 |
* | mangle.c (mangle_conv_op_name_for_type): Correct sprintf format string. | Mark Mitchell | 2003-06-17 | 1 | -1/+2 |
* | re PR c++/11105 ([3.3/3.4 regression of sorts] ICE in mangle_conv_op_name_for... | Mark Mitchell | 2003-06-17 | 1 | -40/+37 |
* | mangle.c: Convert to ISO C. | Nathanael Nerode | 2003-06-17 | 1 | -201/+131 |
* | cp-tree.h: Follow spelling conventions. | Kazu Hirata | 2003-06-16 | 1 | -1/+1 |
* | mangle.c (tm_p.h): Include it. | Mark Mitchell | 2003-06-11 | 1 | -0/+1 |
* | re PR c++/8861 ([ABI] mangling floating point literal in template arg express... | Zack Weinberg | 2003-06-09 | 1 | -23/+69 |
* | 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 |