aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-02function.h (struct expr_status): Add x_arg_space_so_far.Jason Merrill1-3/+18
2000-03-02* calls.c (expand_call) Do not attempt to combine stack adjustmentsJan Hubicka1-1/+2
2000-02-29* calls.c (emit_library_call): Check for null REG.Jason Merrill1-10/+12
2000-02-29calls.c (emit_library_call): Do not abort if FUNCTION_ARG returns a PARALLEL.Jeffrey A Law1-10/+30
2000-02-28calls.c (expand_call): Attempt to combine stack adjustments with pending stac...Jan Hubicka1-2/+16
2000-02-27builtins.c (c_strlen): Use size_diffop and return ssizetype value.Richard Kenner1-5/+3
2000-02-25Copyright fixesJeff Law1-1/+2
2000-02-10Fix for ia64 setjmp miscompilation problem.Jim Wilson1-2/+19
2000-02-07calls.c (compute_argument_block_size): New argument preferred_stack_boundary.Jan Hubicka1-7/+43
2000-01-26calls.c (special_function_p): New argument fork_or_exec.Joern Rennecke1-2/+34