aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-16calls.c (calls_function_1, [...]): Only test TYPE_RETURNS_STACK_DEPRESSED for...Richard Kenner1-3/+6
2000-08-15calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner1-10/+34
2000-07-31calls.c (combine_pending_stack_adjustment_and_call): Only use preferred_unit_...Herman A.J. ten Brugge1-4/+7
2000-07-18calls.c (store_arg): Return non-zero if sibcall_failure is desired.Jakub Jelinek1-16/+59
2000-07-13calls.c (stored_args_map): New variable.Jakub Jelinek1-5/+125
2000-07-03* calls.c (emit_library_call_value_1): Revert previous change.Clinton Popetz1-2/+2
2000-07-03calls.c (emit_library_call_value_1): Use valreg instead of hard_libcall_value.Clinton Popetz1-2/+2
2000-06-23calls.c (compute_argument_addresses): Force stack slots into alias set 0.Jakub Jelinek1-0/+7
2000-06-11Warning fixes:Kaveh R. Ghazi1-2/+2
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill1-1/+6
2000-06-02alias.c (struct alias_set_entry): New field has_zero_child.Richard Kenner1-1/+1
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-22/+20
2000-05-27configure.in (stage1_warn_cflags): Add -Wstrict-prototypes -Wmissing-prototypes.Zack Weinberg1-11/+12
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-28/+14
2000-05-24calls.c (expand_call): Handle cleanups in tail-recursion arguments analagousl...Mark Mitchell1-3/+14
2000-05-15calls.c: Re-install both patches reverted by last patch.Jan Hubicka1-237/+270
2000-05-15calls.c (expand_call): Move expand_start_target_temps call after start_sequen...Jakub Jelinek1-6/+9
2000-05-11* calls.c: Revert both 05-09 patches.Richard Henderson1-253/+228
2000-05-09calls.c (expand_call): Increment currently_expanding_call before calling opti...Richard Henderson1-4/+2
2000-05-09calls.c (expand_call): Reorganize somewhat in order to avoid unnecesary recal...Jan Hubicka1-227/+254
2000-05-03Add missing blankRichard Kenner1-1/+1
2000-05-01* calls.c (expand_call): Don't emit reg notes for a sibcall.Richard Henderson1-1/+2
2000-04-28calls.c (calls_function_1): Propertly handle TREE_LIST expressions; use speci...Jan Hubicka1-12/+13
2000-04-28calls.c (combine_pending_stack_adjustment_and_call): Return the adjustment; d...Richard Henderson1-52/+77
2000-04-27calls.c (combine_pending_stack_adjustment_and_call): New function.Mark Mitchell1-15/+72
2000-04-25calls.c (expand_call): Disable tail call generation once rtx_equal_function_v...Richard Henderson1-1/+8
2000-04-25calls.c (expand_call): Use get_callee_fndecl.Jason Merrill1-29/+26
2000-04-20calls.c (expand_call): Avoid unnecesary precalculation and outgoing parameter...Jan Hubicka1-86/+80
2000-04-19calls.c (precompute_arguments): Remove must_preallocate and args_size calls.Jan Hubicka1-20/+10
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka1-39/+62
2000-04-12(expand_call): Do not reverse args in "equal from" field.Jan Hubicka1-13/+44
2000-04-12calls.c (expand_call): Do NO_DEFER_POP unconditionally once stack is propertl...Jan Hubicka1-3/+15
2000-04-12calls.c (emit_library_call_value_1): Change 3rd arg to locate_and_pad_parm to...Catherine Moore1-2/+10
2000-04-12Minor whitespace changeRichard Kenner1-3/+1
2000-04-07* calls.c (expand_call): emit_queue if we're trying a sibcall.Jason Merrill1-0/+4
2000-04-05* calls.c (initialize_argument_information): Fix typo in last change.Kaveh R. Ghazi1-1/+1
2000-04-04* calls.c (try_to_integrate): Initialize reg_parm_stack_space.Richard Henderson1-1/+1
2000-04-04calls.c (ECF_MALLOC, [...]): New constants.Jan Hubicka1-213/+263
2000-04-01builtins.c (expand_builtin_apply): Pass proper parameters to allocate_dynamic...Jan Hubicka1-22/+36
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-5/+2
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-25/+20
2000-03-29* calls.c (expand_call): Fix typo.Jeffrey A Law1-1/+1
2000-03-29add ATTRIBUTE_UNUSEDJason Merrill1-1/+1
2000-03-29Convert ACCUMULATE_OUTGOING_ARGS to an expression.Jan Hubicka1-473/+483
2000-03-29flags.h (flag_optimize_sibling_calls): Declare.Jan Hubicka1-1/+1
2000-03-26calls.c (expand_call): Pass parms not original exp to optimize_tail_recursion.Richard Henderson1-11/+3
2000-03-24tree.c (lang_safe_for_unsave): Remove.Richard Henderson1-28/+61
2000-03-24sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek1-15/+44
2000-03-23calls.c (expand_call): If TARGET is passed by reference and is readonly, writ...Richard Kenner1-0/+8
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-3/+1