aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-26calls.c (expand_call): Supress sibcall if we have a BLKmode return in registers.Richard Henderson1-1/+6
2000-10-22calls.c (combine_pending_stack_adjustment_and_call): Don't adjust stack when ...Alexandre Oliva1-1/+1
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-0/+1
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-13/+58
2000-09-15Don't make bogus libcall blocksBernd Schmidt1-44/+0
2000-09-14calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.Richard Henderson1-1/+1
2000-09-06* calls.c: Fix formatting.Kazu Hirata1-130/+130
2000-09-01Eliminate false DV warnings for predicated calls to noreturn functions.Jim Wilson1-0/+4
2000-08-29top level:Zack Weinberg1-6/+2
2000-08-29calls.c (expand_call): Don't create a VAR_DECL just to throw it away.Mark Mitchell1-10/+4
2000-08-22calls.c (check_sibcall_argument_overlap_1): Adjust for ARGS_GROW_DOWNWARD.Alexandre Oliva1-0/+9
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