aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-11tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.Steve Ellcey1-1/+3
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-40/+2
2001-11-22calls.c (check_sibcall_argument_overlap): Use slot_offset for start of stack ...Andrew Haley1-2/+2
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-4/+6
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner1-10/+5
2001-11-04ChangeLog.2, [...]: Fix spelling errors.Joseph Myers1-6/+6
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner1-7/+5
2001-10-23Correct typo in last changeRichard Kenner1-1/+2