aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-30/+20
2003-05-02calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...Alan Modra1-109/+61
2003-04-29calls.c (expand_call): When modes of target and valreg match, force sibcall f...Olivier Hainque1-0/+6
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+3
2003-04-21calls.c (expand_call): Prevent sibcall optimization for calls to nested subpr...Olivier Hainque1-0/+4
2003-04-19Install proper version.Richard Kenner1-4/+0
2003-04-19* calls.c (expand_call): Provide init for old_stack_pointer_delta.Richard Kenner1-1/+5
2003-04-18calls.c (expand_call): Move special case for constructor calls to right place.Olivier Hainque1-48/+65
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle1-16/+0
2003-04-11libfuncs.h (LTI_setbits, [...]): New.Richard Henderson1-3/+1
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