summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-5/+5
* calls.c (store_one_arg): Rename default_align to parm_align; always adjust pa...Richard Henderson2002-09-181-12/+20
* calls.c (store_one_arg): Set default alignment for BLKmode arguments to BITS_...John David Anglin2002-09-171-2/+10
* calls.c (emit_library_call_value_1): Don't refer to hard_libcall_value.Kazu Hirata2002-09-161-2/+2
* calls.c (store_one_arg): Use size_in_bytes to determine the amount of space t...Jason Merrill2002-09-121-1/+2
* expr.h (enum block_op_methods): New.Richard Henderson2002-08-291-28/+26
* calls.c: Include target.h.Richard Henderson2002-08-141-0/+1
* calls.c (emit_library_call_value_1): If FUNCTION_ARG_PASS_BY_REFERENCE is tru...J"orn Rennecke2002-07-231-0/+10
* Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller2002-06-111-5/+5
* loop.c (load_mems): Don't change the interface of called functions.J"orn Rennecke2002-04-251-0/+6
* fix whitespaceJason Merrill2002-04-121-1/+1
* calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.David S. Miller2002-04-041-1/+7
* c-decl.c (grokdeclarator): Update.Neil Booth2002-04-011-3/+3
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-20/+26
* calls.c (precompute_arguments): Do not assume that temporaries can be destroy...Mark Mitchell2002-03-181-11/+0
* rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definition to take ptr_extend i...Steve Ellcey2002-02-281-3/+3
* calls.c (store_one_arg): In the non-BLKmode non-partial case...Alexandre Oliva2002-02-111-8/+15
* Contribute sh64-elf.Alexandre Oliva2002-02-091-4/+10
* calls.c (try_to_integrate): Use "(size_t)" intermediate cast and when casting...Graham Stott2002-01-161-3/+3
* calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for an invalid result...Richard Henderson2001-12-231-46/+65
* calls.c (ECF_LIBCALL_BLOCK): New constant.Jan Hubicka2001-12-231-38/+29
* calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.Richard Kenner2001-12-221-15/+17
* C++ ABI change: destroy value arguments in caller.Jason Merrill2001-12-181-0/+10
* calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjusted for rounded...Richard Kenner2001-12-151-2/+5
* tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.Steve Ellcey2001-12-111-1/+3
* attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner2001-12-051-40/+2
* calls.c (check_sibcall_argument_overlap): Use slot_offset for start of stack ...Andrew Haley2001-11-221-2/+2
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek2001-11-211-4/+6
* expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner2001-11-111-10/+5
* ChangeLog.2, [...]: Fix spelling errors.Joseph Myers2001-11-041-6/+6
* builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner2001-10-231-7/+5
* Correct typo in last changeRichard Kenner2001-10-231-1/+2
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-57/+22
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2001-10-191-1/+1
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-15/+15
* calls.c: Fix formatting.Kazu Hirata2001-10-101-3/+3
* rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson2001-09-211-2/+8
* * calls.c (store_one_arg): Expand comment.Richard Sandiford2001-09-101-2/+8
* calls.c (store_one_arg): Make sure that the entire argument is pushed if...Roman Lechtchinsky2001-09-101-2/+4
* calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE,...Kaveh R. Ghazi2001-08-311-2/+5
* (forgot in last checkin)Andreas Jaeger2001-08-281-36/+13
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-0/+1
* defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg2001-08-121-4/+0
* calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg2001-08-101-33/+2
* calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka2001-08-081-1/+10
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-18/+10
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-1/+1
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-1/+1
* calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson2001-07-171-4/+5