aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/expr.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-06cp-tree.h (struct cp_language_function): Remove x_result_rtx.Richard Henderson1-30/+0
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-21/+1
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-79/+0
2000-06-04Make-lang.in (CXX_SRCS): Add mangle.c.Alex Samuel1-79/+0
2000-05-03cp-tree.def (THUNK_DECL): Remove.Mark Mitchell1-4/+0
2000-05-01expr.c (cplus_expand_expr): Preserve temporaries when expanding STMT_EXPRs.Mark Mitchell1-2/+13
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-12/+3
2000-03-19cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.Mark Mitchell1-5/+12
2000-03-17* Clean up usages of TREE_INT_CST_LOW.Richard Kenner1-1/+1
2000-03-06function.c (free_temps_for_rtl_expr): Don't free slots that have been pushed ...Mark Mitchell1-1/+0
2000-03-05expr.c (cplus_expand_expr, [...]): Use expand_start_stmt_expr and expand_end_...Mark Mitchell1-2/+3
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-3/+2
2000-02-26Fix copyrightsJeff Law1-1/+2
2000-02-21call.c (build_object_call): Compress consecutive calls to cp_error.Gabriel Dos Reis1-1/+1
2000-01-26call.c: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell1-1/+2
1999-12-09decl.c (init_decl_processing): Reenable inlining on trees.Mark Mitchell1-96/+0
1999-11-14cp-tree.h (DECL_LOCAL_FUCNTION_P): New macro.Mark Mitchell1-2/+0
1999-10-22cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-0/+4
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-0/+1
1999-10-03cp-tree.def (VEC_INIT_EXPR): Remove.Mark Mitchell1-8/+0
1999-09-27cp-tree.h (expand_throw): Remove prototype.Mark Mitchell1-1/+3
1999-09-24cp-tree.h (CPTI_CLEANUP_TYPE): New macro.Mark Mitchell1-3/+0
1999-09-20cp-tree.h (finish_stmt_expr): Change prototype.Mark Mitchell1-2/+2
1999-09-18Turn on function-at-a-time processing.Mark Mitchell1-1/+2
1999-09-12decl.c (add_decl_to_level): Remove TREE_PERMANENT assertion.Mark Mitchell1-7/+3
1999-09-09cp-tree.h (scratch_tree_cons): Remove.Mark Mitchell1-1/+1
1999-08-27cp-tree.h (AGGR_INIT_VIA_CTOR_P): New macro.Mark Mitchell1-3/+1
1999-08-25cp-tree.def (SUBOBJECT): New tree node.Mark Mitchell1-2/+4
1999-08-16cp-tree.def (STMT_EXPR): New tree node.Mark Mitchell1-6/+9
1999-05-22cp-tree.h (cplus_expand_constant): Declare.Mark Mitchell1-1/+1
1999-05-20cp-tree.h (make_ptrmem_cst): New function.Mark Mitchell1-37/+59
1999-04-20cp-tree.h (build_binary_op): Remove unneeded parameter.Mark Mitchell1-1/+1
1999-03-23cp-tree.h (TYPE_PTRMEMFUNC_P): Use TYPE_PTRMEMFUNC_FLAG.Mark Mitchell1-4/+10
1998-11-22update copyrightsJason Merrill1-1/+1
1998-10-06cp-tree.def (PTRMEM_CST): New tree node.Mark Mitchell1-9/+33
1998-09-25Warning fixes:Kaveh R. Ghazi1-6/+3
1998-09-07revert error reporting patchJason Merrill1-16/+16
1998-09-06cp-error.def: New file.Mark Mitchell1-16/+16
1998-05-06call.c, [...]: Add include of toplev.h.Robert Lipe1-0/+1
1998-03-31call.c: Include system.h.Jeffrey A Law1-1/+1
1998-03-29* expr.c (tree_extract_aggr_init): #if 0 out.Jeffrey A Law1-2/+2
1998-03-25expr.c (cplus_expand_expr): Only do PCC_STATIC_STRUCT_RETURN thing if (aggreg...Jason Merrill1-4/+6
1998-03-12WManfred Hollstein1-0/+4
1998-02-03expr.c (cplus_expand_expr, [...]): Call convert_from_reference sooner.Jason Merrill1-1/+2
1998-01-27expr.c (cplus_expand_expr, [...]): Don't check that return_target and call_ta...Jason Merrill1-5/+3
1998-01-12init.c (build_new_1): Split out from build_new.Jason Merrill1-0/+3
1997-12-18except.c: Remove register_exception_table{,_p}.Jason Merrill1-85/+25
1997-10-14cp-tree.h (scratchalloc, [...]): Define as macros for now.Jason Merrill1-1/+1
1997-09-29Makefile.in (parse.o, decl.o): Also depend on $(srcdir)/../except.h $(srcdir)...H.J. Lu1-1/+3