aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-09re PR other/11370 (-Wunreachable-code gives false complaints)Roger Sayle1-2/+11
2003-06-30stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law1-4/+4
2003-06-30defaults.h (PUSH_ARGS_REVERSED): Define default here.Jason Merrill1-20/+0
2003-06-22* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.Andreas Jaeger1-1/+1
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-203/+96
2003-06-10calls.c (expand_call): Convert structure_value_addr to Pmode if necessary.Steve Ellcey1-0/+5
2003-06-10langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley1-4/+5
2003-06-04calls.c (expand_call): Avoid calling pure or const functions when the result ...Roger Sayle1-5/+31
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez1-2/+89
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-2/+1
2003-05-22calls.c (expand_call): If the arg block is going to grow downward...DJ Delorie1-1/+6
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-22/+12
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