Age | Commit message (Expand) | Author | Files | Lines |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -2/+2 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-04-25 | mangle.c (write_type): Don't use TYPE_MAIN_VARIANT when writing out an array ... | Mark Mitchell | 1 | -8/+13 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -1/+1 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+2 |
2002-03-20 | re PR c++/4361 (bogus ambiguity taking the address of a member template) | Nathan Sidwell | 1 | -4/+41 |
2002-03-18 | re PR c++/4377 (more errors with multiple non-type template parameters) | Jason Merrill | 1 | -9/+10 |
2002-03-13 | Fix last commit. | Richard Sandiford | 1 | -2/+5 |
2002-03-13 | mangle.c (write_builtin_type): Handle 128-bit integers even if they are not a... | Richard Sandiford | 1 | -5/+10 |
2002-02-19 | ABI change: Mangle `void (A::*)() const' as M1AKFvvE, not MK1AFvvE. | Jason Merrill | 1 | -18/+12 |
2002-02-01 | fix typo | Jason Merrill | 1 | -1/+1 |
2002-01-23 | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 1 | -13/+13 |
2002-01-08 | mangle.c (MANGLE_TRACE): Add parenthesis. | Graham Stott | 1 | -5/+5 |
2001-11-22 | tree-dump.c: Rename from c-dump.c. | Bryce McKinlay | 1 | -2/+2 |
2001-11-18 | mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_E... | Kriang Lerdsuwanakij | 1 | -5/+19 |
2001-10-23 | cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node. | Kriang Lerdsuwanakij | 1 | -1/+3 |
2001-09-15 | collect2.c (main): Const-ification. | Kaveh R. Ghazi | 1 | -5/+1 |
2001-07-25 | call.c (joust): Only prefer a non-builtin candidate to a builtin one if... | Jason Merrill | 1 | -1/+19 |
2001-07-21 | Remove old-abi remnants. | Nathan Sidwell | 1 | -10/+9 |
2001-04-26 | mangle.c (write_chars): New macro. | Nathan Sidwell | 1 | -29/+107 |
2001-04-19 | cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is set. | Mark Mitchell | 1 | -8/+6 |
2001-04-16 | cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation. | Mark Mitchell | 1 | -1/+18 |
2001-03-23 | mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'. | Jakub Jelinek | 1 | -4/+1 |
2001-03-23 | decl.c (local_names): Define. | Jakub Jelinek | 1 | -10/+11 |
2001-03-21 | mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even... | Mark Mitchell | 1 | -0/+2 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 1 | -2/+15 |
2001-02-22 | mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the... | Mark Mitchell | 1 | -22/+43 |
2001-01-25 | mangle.c (write_mangled_name, [...]): Mangle overloaded operators even in "C"... | Jakub Jelinek | 1 | -3/+12 |
2001-01-11 | * mangle.c (write_builtin_type): Fix thinko. | Mark Mitchell | 1 | -2/+2 |
2001-01-10 | decl2.c (acceptable_java_type): Allow references too. | Alexandre Petit-Bianco | 1 | -2/+37 |
2000-12-04 | mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector". | Jason Merrill | 1 | -5/+17 |
2000-11-22 | mangle.c (mangle_conv_op_name_for_type): Don't use `__op' prefix. | Mark Mitchell | 1 | -11/+3 |
2000-11-21 | mangle.c (write_name): Use <unscoped-name> for names directly in function scope. | Alex Samuel | 1 | -4/+12 |
2000-11-19 | decl.c (grokparms): Don't even function types of `void' type, either. | Mark Mitchell | 1 | -0/+3 |
2000-11-16 | mangle.c (write_special_name_constructor): Don't generate assembler junk when... | Mark Mitchell | 1 | -6/+22 |
2000-09-04 | cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. | Kriang Lerdsuwanakij | 1 | -6/+12 |
2000-08-29 | top level: | Zack Weinberg | 1 | -2/+2 |
2000-08-28 | mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo. | Alex Samuel | 1 | -56/+77 |
2000-08-25 | decl.c (grokfndecl): Require that `main' return an `int'. | Mark Mitchell | 1 | -0/+1 |
2000-08-23 | cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC. | Mark Mitchell | 1 | -8/+10 |
2000-07-30 | mangle.c (DECL_TEMPLATE_ID_P): Remove. | Alex Samuel | 1 | -65/+112 |
2000-07-02 | mangle.c (canonicalize_for_substitution): Return the canonical variant of a t... | Mark Mitchell | 1 | -0/+2 |
2000-06-30 | in libiberty/ChangeLog: | Alex Samuel | 1 | -9/+3 |
2000-06-23 | cp-tree.h (BV_USE_VCALL_INDEX_P): New macro. | Mark Mitchell | 1 | -6/+6 |
2000-06-20 | call.c (build_conditional_expr): Use VOID_TYPE_P. | Nathan Sidwell | 1 | -1/+1 |
2000-06-12 | mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment. | Mark Mitchell | 1 | -38/+43 |
2000-06-11 | mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an argument. | Chip Salzenberg | 1 | -105/+141 |
2000-06-09 | Revert last patch | Mark Mitchell | 1 | -54/+8 |
2000-06-09 | cp-tree.h (cp_tree_index): Remove Java types. | Mark Mitchell | 1 | -8/+54 |
2000-06-09 | revert mangling patch | Jason Merrill | 1 | -40/+16 |