Age | Commit message (Expand) | Author | Files | Lines |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 11 | -692/+448 |
2001-03-28 | decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca... | Richard Henderson | 5 | -24/+60 |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 2 | -3/+8 |
2001-03-28 | pt.c (check_default_tmpl_args): Make error messages clearer. | Phil Edwards | 2 | -2/+10 |
2001-03-27 | Makefile.in (SYSTEM_H): Define. | Kaveh R. Ghazi | 2 | -4/+8 |
2001-03-27 | dump.c (dump_access): New function. | Mike Yang | 2 | -3/+50 |
2001-03-27 | c-common.h (DECL_NUM_STMTS): New macro. | Mark Mitchell | 5 | -19/+124 |
2001-03-26 | error.c: Also undefine 'A' macro used for cp_printers definition. | Phil Edwards | 1 | -0/+1 |
2001-03-26 | Implement DR 209 | Nathan Sidwell | 5 | -25/+83 |
2001-03-26 | class.c (add_method): Use memcpy/memmove, not bcopy. | Kaveh R. Ghazi | 3 | -13/+18 |
2001-03-23 | mangle.c (write_discriminator): Use `_0' for discriminator 1, not `_'. | Jakub Jelinek | 2 | -4/+6 |
2001-03-23 | decl.c (local_names): Define. | Jakub Jelinek | 7 | -81/+152 |
2001-03-23 | [multiple changes] | Bryce McKinlay | 4 | -2/+103 |
2001-03-22 | Make-lang.in (cp/except.o): Don't depend on insn-flags.h. | Richard Henderson | 3 | -2/+6 |
2001-03-22 | parse.y (bad_decl, [...]): New nonterminals. | Gerald Pfeifer | 2 | -0/+30 |
2001-03-22 | method.c (do_build_assign_ref): Don't use build_modify_expr for anonymous agg... | Jakub Jelinek | 3 | -1/+40 |
2001-03-21 | pt.c (instantiate_decl): Abort if we see a member constant instantiation that... | Jason Merrill | 11 | -128/+92 |
2001-03-21 | collect2.c (is_ctor_dtor): Always use '_' in the file fn names, not '.' or '$'. | Jason Merrill | 2 | -9/+5 |
2001-03-21 | * class.c (build_clone): Clear DECL_ASSEMBLER_NAME. | Mark Mitchell | 2 | -0/+3 |
2001-03-21 | mangle.c (mangle_decl_string): Mangle the names of overloaded operators, even... | Mark Mitchell | 2 | -0/+7 |
2001-03-19 | Compute DECL_ASSEMBLER_NAME lazily. | Mark Mitchell | 15 | -227/+161 |
2001-03-15 | Correct semantics restrictions checking in throw-expression. | Gabriel Dos Reis | 2 | -1/+40 |
2001-03-15 | decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__ and its ilk. | Mark Mitchell | 2 | -0/+6 |
2001-03-15 | varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME... | Mark Mitchell | 11 | -58/+49 |
2001-03-12 | call.c (convert_like_real): Add extra semantics to INNER parameter. | Nathan Sidwell | 2 | -3/+14 |
2001-03-10 | toplev.c (file_name_nondirectory): Remove. | Neil Booth | 4 | -9/+15 |
2001-03-09 | configure.in: Prune nonexistent files from build_xm_file, xm_file, and host_x... | Zack Weinberg | 2 | -5/+13 |
2001-03-08 | Tweak date for accuracy | Stan Shebs | 1 | -1/+1 |
2001-03-08 | * cp-tree.h (set_identifier_local_value): Remove unused decl. | Stan Shebs | 2 | -1/+4 |
2001-03-07 | c-parse.in (yylexname): New function, split out of _yylex. | Zack Weinberg | 2 | -5/+5 |
2001-03-06 | typeck.c (convert_arguments): Check that we have an fndecl. | Andrew Haley | 2 | -1/+5 |
2001-03-06 | typeck.c (convert_arguments): Don't do ellipsis conversion for __built_in_con... | Andrew Haley | 2 | -3/+15 |
2001-03-02 | typeck.c (build_static_cast): Allow enum to enum conversions as per DR 128. | Nathan Sidwell | 2 | -0/+12 |
2001-03-02 | class.c (check_field_decls): Pointers to member do not a non-pod struct make,... | Nathan Sidwell | 2 | -4/+8 |
2001-03-02 | call.c (joust): cp_pedwarn when using gnu extension concerning worst conversi... | Nathan Sidwell | 2 | -3/+20 |
2001-03-02 | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 2 | -2/+6 |
2001-03-02 | gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements. | Zack Weinberg | 2 | -13/+21 |
2001-03-01 | Implement using decls inside template functions. | Nathan Sidwell | 3 | -11/+26 |
2001-03-01 | decl2.c (do_nonmember_using_decl): Don't complain if we find same function. | Nathan Sidwell | 2 | -13/+18 |
2001-02-28 | Remove floating point and complex type template constant parms. | Nathan Sidwell | 2 | -21/+8 |
2001-02-27 | except.c (call_eh_info): Revert "match_function"'s type. | Jeffrey Oldham | 2 | -2/+6 |
2001-02-27 | Fix ctor vtable vcall offsets. | Nathan Sidwell | 3 | -42/+97 |
2001-02-26 | call.c (joust): Ensure more_specialized()'s argument length parameter has cor... | Jeffrey Oldham | 2 | -3/+12 |
2001-02-26 | except.c (call_eh_info): Cleanup generation of cp_eh_info struct. | Nathan Sidwell | 3 | -38/+68 |
2001-02-23 | * spew.c (yylex): Correct handling of friends. | Mark Mitchell | 2 | -3/+11 |
2001-02-22 | mangle.c (write_encoding): Pass write_function_type the FUNCTION_DECL for the... | Mark Mitchell | 2 | -22/+52 |
2001-02-22 | optimize.c: Include toplev.h for note_deferral_of_defined_inline_function pro... | Andreas Jaeger | 2 | -48/+54 |
2001-02-22 | cp-tree.h (struct lang_decl_inlined_fns): New. | Jakub Jelinek | 4 | -4/+89 |
2001-02-21 | tree.h (DECL_UNINLINABLE): Move from C++ frontend. | Jason Merrill | 6 | -9/+31 |
2001-02-20 | stmt.c (expand_return): If an attempt is made to return the error_mar_node... | Mark Mitchell | 1 | -2/+1 |