aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-14calls.c (flags_from_decl_or_type): Factor and remove redundant conditional te...Roger Sayle1-7/+10
2003-03-08calls.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-03-05Makefile.in (calls.o, [...]): Depend on cgraph.hJan Hubicka1-0/+15
2003-03-03tree-inline.c (find_builtin_longjmp_call): Save and restore lineno and input_...Jason Merrill1-1/+2
2003-03-03calls.c (rtx_for_function_call): Take the address as an argumentJan Hubicka1-10/+11
2003-02-24calls.c (store_one_arg): Revert 1999-02-16 change.Alan Modra1-39/+7
2003-02-19calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGSJan Hubicka1-1/+1
2003-02-10calls.c (try_to_integrate): Tidy stack_usage_map access.Alan Modra1-23/+27
2003-01-28* calls.c (default_must_pass_in_stack): Fix typo in !type case.Richard Henderson1-1/+1
2003-01-26calls.c (emit_library_call_value_1): Handle return values in a PARALLEL.Alexandre Oliva1-2/+17
2003-01-26calls.c (save_fixed_argument_area): Tidy.Alan Modra1-148/+70
2003-01-21* calls.c (fix_unsafe_tree): Prototype.Kaveh R. Ghazi1-0/+1
2003-01-21re PR rtl-optimization/7507 (ICE (segfault) with -O2)Christian Ehrhardt1-23/+33
2003-01-20expr.h (MUST_PASS_IN_STACK): Move implementation...Richard Henderson1-0/+45
2003-01-18basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-01-10calls.c (load_register_parameters): Add is_sibcall, sibcall_failure parameters.Dale Johannesen1-15/+37
2002-12-18calls.c (expand_call): Don't try to be clever about expanding the return slot...Jason Merrill1-12/+7
2002-12-17calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDR with special str...Jason Merrill1-2/+14
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-49/+15
2002-12-09tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.Steve Ellcey1-1/+0
2002-11-18calls.c (alloca_call_p): New global function.Jan Hubicka1-0/+15
2002-11-10calls.c (PUSH_ARGS_REVERSED): Define only if not defined.H.J. Lu1-0/+2
2002-10-21c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand1-1/+1
2002-10-11re PR c/7344 (performance regression on huge case statements)Jan Hubicka1-2/+1
2002-10-01calls.c (precompute_register_parameters): Force non-legitimate constants into...Richard Henderson1-0/+6
2002-09-26re PR rtl-optimization/7335 (Sparc: ICE in verify_wide_reg (flow.c:557) with ...David S. Miller1-0/+8
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-5/+5
2002-09-18calls.c (store_one_arg): Rename default_align to parm_align; always adjust pa...Richard Henderson1-12/+20
2002-09-17calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin1-2/+10
2002-09-16calls.c (emit_library_call_value_1): Don't refer to hard_libcall_value.Kazu Hirata1-2/+2
2002-09-12calls.c (store_one_arg): Use size_in_bytes to determine the amount of space t...Jason Merrill1-1/+2
2002-08-29expr.h (enum block_op_methods): New.Richard Henderson1-28/+26
2002-08-14calls.c: Include target.h.Richard Henderson1-0/+1
2002-07-23calls.c (emit_library_call_value_1): If FUNCTION_ARG_PASS_BY_REFERENCE is tru...J"orn Rennecke1-0/+10
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-5/+5
2002-04-25loop.c (load_mems): Don't change the interface of called functions.J"orn Rennecke1-0/+6
2002-04-12fix whitespaceJason Merrill1-1/+1
2002-04-04calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.David S. Miller1-1/+7
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-3/+3
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-20/+26
2002-03-18calls.c (precompute_arguments): Do not assume that temporaries can be destroy...Mark Mitchell1-11/+0
2002-02-28rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i...Steve Ellcey1-3/+3
2002-02-11calls.c (store_one_arg): In the non-BLKmode non-partial case...Alexandre Oliva1-8/+15
2002-02-09Contribute sh64-elf.Alexandre Oliva1-4/+10
2002-01-16calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott1-3/+3
2001-12-23calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for an invalid result...Richard Henderson1-46/+65
2001-12-23calls.c (ECF_LIBCALL_BLOCK): New constant.Jan Hubicka1-38/+29
2001-12-22calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.Richard Kenner1-15/+17
2001-12-18C++ ABI change: destroy value arguments in caller.Jason Merrill1-0/+10
2001-12-15calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted for rounded...Richard Kenner1-2/+5