aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-22* calls.c: re-install Mar 16 emit_library_call merge.Jan Hubicka1-569/+110
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-2/+2
2000-03-20calls.c (expand_call): Don't bother generating tail call sequences if there a...Richard Henderson1-1/+16
2000-03-17Sibling call optimizations.Jeffrey A Law1-589/+910
2000-03-17call.c (special_function_p): It is only malloc if it returns Pmode.Martin v. Löwis1-3/+4
2000-03-16* calls.c: Revert last two changes.Richard Henderson1-144/+573
2000-03-16calls.c (emit_library_call_value_1): Break out from ...; handle VOIDmode func...Jan Hubicka1-584/+111
2000-03-16calls.c (expand_call): Do sanity checking on arg_space_so_far.Jan Hubicka1-13/+57
2000-03-16calls.c (emit_call_1): Nothrow functions can still have nonlocal gotos.Jason Merrill1-1/+1
2000-03-09tree.h (struct tree_common): Rename raises_flag to nothrow_flag.Jason Merrill1-6/+40
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-3/+2
2000-03-03* calls.c (special_function_p): operator new may not be malloc-like.Jason Merrill1-8/+5