summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * calls.c (emit_library_call_value_1): Revert previous change.cpopetz2000-07-041-2/+2
* * calls.c (emit_library_call_value_1): Use valreg insteadcpopetz2000-07-031-2/+2
* * calls.c (compute_argument_addresses): Force stack slots intojakub2000-06-231-0/+7
* Warning fixes:ghazi2000-06-111-2/+2
* * timevar.def: Add TV_EXPAND.jason2000-06-091-1/+6
* * alias.c (struct alias_set_entry): New field has_zero_child.kenner2000-06-031-1/+1
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-22/+20
* * configure.in (stage1_warn_cflags): Add -Wstrict-prototypeszack2000-05-271-11/+12
* * tree.h (TREE_CODE_LENGTH): New macro.kenner2000-05-271-28/+14
* * calls.c (expand_call): Handle cleanups in tail-recursionmmitchel2000-05-241-3/+14
* * calls.c: Re-install both patches reverted by last patch.hubicka2000-05-151-237/+270
* * calls.c (expand_call): Move expand_start_target_temps call afterjakub2000-05-151-6/+9
* * calls.c: Revert both 05-09 patches.rth2000-05-121-253/+228
* * calls.c (expand_call): Increment currently_expanding_callrth2000-05-101-4/+2
* * calls.c (expand_call): Reorganize somewhat in orderhubicka2000-05-091-227/+254
* Add missing blankkenner2000-05-031-1/+1
* * calls.c (expand_call): Don't emit reg notes for a sibcall.rth2000-05-011-1/+2
* * calls.c (calls_function_1): Propertly handle TREE_LIST expressions;hubicka2000-04-281-12/+13
* * calls.c (combine_pending_stack_adjustment_and_call): Return therth2000-04-281-52/+77
* * calls.c (combine_pending_stack_adjustment_and_call): New function.mmitchel2000-04-271-15/+72
* * calls.c (expand_call): Disable tail call generation oncerth2000-04-261-1/+8
* * calls.c (expand_call): Use get_callee_fndecl.jason2000-04-251-29/+26
* * calls.c (expand_call): Avoid unnecesary precalculationhubicka2000-04-201-86/+80
* * calls.c (precompute_arguments): Remove must_preallocate andhubicka2000-04-191-20/+10
* * alias.c (nonlocal_reference_p): Take a care forhubicka2000-04-131-39/+62
* (expand_call): Do not reverse args in "equal from" field.hubicka2000-04-121-13/+44
* * calls.c (expand_call): Do NO_DEFER_POP unconditionally oncehubicka2000-04-121-3/+15
* Wed Apr 12 07:51:54 2000 Catherine Moore <clm@cygnus.com>clm2000-04-121-2/+10
* Minor whitespace changekenner2000-04-121-3/+1
* * calls.c (expand_call): emit_queue if we're trying a sibcall.jason2000-04-071-0/+4
* * calls.c (initialize_argument_information): Fix typo in last change.ghazi2000-04-051-1/+1
* * calls.c (try_to_integrate): Initialize reg_parm_stack_space.rth2000-04-051-1/+1
* * calls.c (ECF_MALLOC, ECF_MAY_BE_ALLOCA, ECF_RETURNS_TWICE,hubicka2000-04-041-213/+263
* * builtins.c (expand_builtin_apply): Pass proper parameters tohubicka2000-04-011-22/+36
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-5/+2
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-25/+20
* * calls.c (expand_call): Fix typo.law2000-03-291-1/+1
* add ATTRIBUTE_UNUSEDjason2000-03-291-1/+1
* Convert ACCUMULATE_OUTGOING_ARGS to an expression.hubicka2000-03-291-473/+483
* * flags.h (flag_optimize_sibling_calls): Declare.hubicka2000-03-291-1/+1
* * calls.c (expand_call): Pass parms not original exp torth2000-03-271-11/+3
* * tree.c (lang_safe_for_unsave): Remove.rth2000-03-251-28/+61
* * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO forjakub2000-03-241-15/+44
* * calls.c (expand_call): If TARGET is passed by reference andkenner2000-03-231-0/+8
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-3/+1
* * calls.c: re-install Mar 16 emit_library_call merge.hubicka2000-03-221-569/+110
* gccnathan2000-03-211-2/+2
* * calls.c (expand_call): Don't bother generating tail callrth2000-03-201-1/+16
* Sibling call optimizations.rth2000-03-171-589/+910
* * call.c (special_function_p): It is only malloc if it returnsloewis2000-03-171-3/+4