| Commit message (Expand) | Author | Age | Files | Lines |
* | fold-const.c (force_fit_type): Handle OFFSET_TYPE. | Mark Mitchell | 2003-07-22 | 1 | -5/+2 |
* | re PR c++/7050 (g++ segfaults on: (i ? get_string() : throw)) | Andrew Lewycky | 2003-03-12 | 1 | -1/+1 |
* | expr.c (cplus_expand_constant): Use C90 prototype style. | Gabriel Dos Reis | 2003-03-10 | 1 | -7/+2 |
* | except.c, [...]: Fix Copyright years. | Steven Bosscher | 2003-01-02 | 1 | -1/+1 |
* | call.c, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 2003-01-01 | 1 | -4/+4 |
* | Make-lang.in (po-generated): Remove parse.c. | Mark Mitchell | 2002-12-28 | 1 | -0/+4 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | store-layout.c (finish_record_layout): Add free_p parameter. | Mark Mitchell | 2002-09-30 | 1 | -8/+0 |
* | error.c: Fix comment formatting. | Kazu Hirata | 2002-09-14 | 1 | -1/+1 |
* | c-common.c (c_expand_expr): Fix prototype. | Neil Booth | 2002-03-27 | 1 | -12/+3 |
* | call.c, [...]: Change my_fancy_abort() to abort(). | Craig Rodrigues | 2002-01-23 | 1 | -2/+2 |
* | Makefile.in (c-lang.o): Depends on langhooks-def.h. | Richard Kenner | 2001-11-27 | 1 | -1/+0 |
* | re PR c++/3543 (gcc-3.0 Internal error #56 in resolve_offset_ref, at cp/init.... | Nathan Sidwell | 2001-07-25 | 1 | -3/+4 |
* | Reverted Geoff Keating's 2001-05-03's patch. | Alexandre Oliva | 2001-05-12 | 1 | -3/+2 |
* | cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER. | Geoffrey Keating | 2001-05-04 | 1 | -2/+3 |
* | cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove. | Mark Mitchell | 2001-04-13 | 1 | -2/+3 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -5/+9 |
* | Remove old ABI support. | Mark Mitchell | 2001-02-12 | 1 | -13/+1 |
* | * expr.c (cplus_expand_expr): Don't reset `target'. | Kaveh R. Ghazi | 2001-01-07 | 1 | -5/+1 |
* | cp-tree.h (struct cp_language_function): Remove x_result_rtx. | Richard Henderson | 2000-10-06 | 1 | -30/+0 |
* | splay-tree.c (splay_tree_predecessor): Fix typo in comment. | Mark Mitchell | 2000-09-17 | 1 | -21/+1 |
* | c-common.h (add_stmt): Change prototype. | Mark Mitchell | 2000-09-10 | 1 | -79/+0 |
* | Make-lang.in (CXX_SRCS): Add mangle.c. | Alex Samuel | 2000-06-04 | 1 | -79/+0 |
* | cp-tree.def (THUNK_DECL): Remove. | Mark Mitchell | 2000-05-03 | 1 | -4/+0 |
* | expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs. | Mark Mitchell | 2000-05-01 | 1 | -2/+13 |
* | * Rework fields used to describe positions of bitfields and | Richard Kenner | 2000-03-25 | 1 | -12/+3 |
* | cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro. | Mark Mitchell | 2000-03-19 | 1 | -5/+12 |
* | * Clean up usages of TREE_INT_CST_LOW. | Richard Kenner | 2000-03-17 | 1 | -1/+1 |
* | function.c (free_temps_for_rtl_expr): Don't free slots that have been pushed ... | Mark Mitchell | 2000-03-06 | 1 | -1/+0 |
* | expr.c (cplus_expand_expr, [...]): Use expand_start_stmt_expr and expand_end_... | Mark Mitchell | 2000-03-05 | 1 | -2/+3 |
* | builtins.c (c_strlen): Use size_diffop and return ssizetype value. | Richard Kenner | 2000-02-27 | 1 | -3/+2 |
* | Fix copyrights | Jeff Law | 2000-02-26 | 1 | -1/+2 |
* | call.c (build_object_call): Compress consecutive calls to cp_error. | Gabriel Dos Reis | 2000-02-21 | 1 | -1/+1 |
* | call.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-26 | 1 | -3/+3 |
* | cp-tree.h (num_extra_vtbl_entries): New function. | Mark Mitchell | 2000-01-16 | 1 | -1/+2 |
* | decl.c (init_decl_processing): Reenable inlining on trees. | Mark Mitchell | 1999-12-09 | 1 | -96/+0 |
* | cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro. | Mark Mitchell | 1999-11-14 | 1 | -2/+0 |
* | cp-tree.def (EMPTY_CLASS_EXPR): New tree node. | Mark Mitchell | 1999-10-22 | 1 | -0/+4 |
* | calls.c: Include tm_p.h later, so everything we need is defined. | Kaveh R. Ghazi | 1999-10-21 | 1 | -0/+1 |
* | cp-tree.def (VEC_INIT_EXPR): Remove. | Mark Mitchell | 1999-10-03 | 1 | -8/+0 |
* | cp-tree.h (expand_throw): Remove prototype. | Mark Mitchell | 1999-09-27 | 1 | -1/+3 |
* | cp-tree.h (CPTI_CLEANUP_TYPE): New macro. | Mark Mitchell | 1999-09-24 | 1 | -3/+0 |
* | cp-tree.h (finish_stmt_expr): Change prototype. | Mark Mitchell | 1999-09-20 | 1 | -2/+2 |
* | Turn on function-at-a-time processing. | Mark Mitchell | 1999-09-18 | 1 | -1/+2 |
* | decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion. | Mark Mitchell | 1999-09-12 | 1 | -7/+3 |
* | cp-tree.h (scratch_tree_cons): Remove. | Mark Mitchell | 1999-09-09 | 1 | -1/+1 |
* | cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro. | Mark Mitchell | 1999-08-27 | 1 | -3/+1 |
* | cp-tree.def (SUBOBJECT): New tree node. | Mark Mitchell | 1999-08-25 | 1 | -2/+4 |
* | cp-tree.def (STMT_EXPR): New tree node. | Mark Mitchell | 1999-08-16 | 1 | -6/+9 |
* | cp-tree.h (cplus_expand_constant): Declare. | Mark Mitchell | 1999-05-22 | 1 | -1/+1 |