aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
2000-04-30Merge from mainlinecondexec-branchRichard Henderson
2000-04-28Merge from mainlineRichard Henderson
2000-04-26Merge from mainlineRichard Henderson
2000-04-21Merge from mainlineRichard Henderson
2000-04-16Merge from mainlineRichard Henderson
2000-04-12Merge from mainlineRichard Henderson
2000-04-05 * calls.c (initialize_argument_information): Fix typo in last change.Kaveh Ghazi
2000-04-05 * calls.c (try_to_integrate): Initialize reg_parm_stack_space.Richard Henderson
2000-04-04 * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,Jan Hubicka
2000-04-01 * builtins.c (expand_builtin_apply): Pass proper parameters toJan Hubicka
2000-03-30 * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner
2000-03-30 * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner
2000-03-29 * calls.c (expand_call): Fix typo.Jeffrey A Law
2000-03-29add ATTRIBUTE_UNUSEDJason Merrill
2000-03-29 Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka
2000-03-29 * flags.h (flag_optimize_sibling_calls): Declare.Jan Hubicka
2000-03-27 * calls.c (expand_call): Pass parms not original exp toRichard Henderson
2000-03-25 * tree.c (lang_safe_for_unsave): Remove.Richard Henderson
2000-03-24 * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO forJakub Jelinek
2000-03-23 * calls.c (expand_call): If TARGET is passed by reference andRichard Kenner
2000-03-23 * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo
2000-03-22 * calls.c: re-install Mar 16 emit_library_call merge.Jan Hubicka
2000-03-21gccNathan Sidwell
2000-03-20 * calls.c (expand_call): Don't bother generating tail callRichard Henderson
2000-03-17Sibling call optimizations.Jeff Law
2000-03-17 * call.c (special_function_p): It is only malloc if it returnsMartin von Loewis
2000-03-16 * calls.c: Revert last two changes.Richard Henderson
2000-03-16 * calls.c (emit_library_call_value_1): Break out from ...; handleJan Hubicka
2000-03-16 * calls.c (expand_call): Do sanity checking on arg_space_so_far.Jan Hubicka
2000-03-16 * calls.c (emit_call_1): Nothrow functions can still have nonlocalJason Merrill
2000-03-09 * tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill
2000-03-07 * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.Richard Kenner
2000-03-03 * calls.c (special_function_p): operator new may not be malloc-like.Jason Merrill
2000-03-02 * function.h (struct expr_status): Add x_arg_space_so_far.Jason Merrill
2000-03-02 * calls.c (expand_call) Do not attempt to combine stack adjustmentsJan Hubicka
2000-03-01 * calls.c (emit_library_call): Check for null REG.Jason Merrill
2000-02-29 * calls.c (emit_library_call): Do not abort if FUNCTION_ARGJeffrey A Law
2000-02-28Thu Feb 24 17:17:29 MET 2000 Jan Hubicka <jh@suse.cz>Jan Hubicka
2000-02-27 * builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner
2000-02-26Copyright fixesJeffrey A Law
2000-02-10Fix for ia64 setjmp miscompilation problem.Jim Wilson
2000-02-07 * calls.c (compute_argument_block_size): New argumentJan Hubicka
2000-01-26 * calls.c (special_function_p): New argument fork_or_exec.J"orn Rennecke
2000-01-18 * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh Ghazi
2000-01-13 * calls.c (emit_call_1): Wrap varaible `struct_value_size_rtx' inKaveh Ghazi
2000-01-11 * alias.c: PROTO -> PARAMS.Kaveh Ghazi
2000-01-04 * builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh Ghazi
1999-12-09 * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.David S. Miller
1999-12-06 * calls.c (save_fixed_argument_area): If save_mode is BLKmode,David S. Miller
1999-12-05 * tree.h (special_function_p): Declare.Mark Mitchell