aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-21re PR rtl-optimization/7507 (ICE (segfault) with -O2)Christian Ehrhardt1-23/+33
2002-11-08Fix c/5351 and optimization/7591.H.J. Lu1-8/+21
2002-11-07Fix bootstrap/8146 and gcc.c-torture/execute/20020307-2.c with -march=i686.H.J. Lu1-0/+2
2002-10-16calls.c (expand_call): Take current_function_pretend_args_size into account w...J"orn Rennecke1-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-12calls.c (store_one_arg): Use size_in_bytes to determine the amount of space t...Jason Merrill1-1/+2
2002-04-04calls.c (store_one_arg): If ECF_SIBCALL, use tail_call_reg.David S. Miller1-1/+7
2002-03-18calls.c (precompute_arguments): Do not assume that temporaries can be destroy...Mark Mitchell1-11/+0
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
2001-10-23alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner1-57/+22
2001-10-19calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.Kaveh R. Ghazi1-1/+1
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-15/+15
2001-10-10calls.c: Fix formatting.Kazu Hirata1-3/+3
2001-09-21rtl.h (LCT_RETURNS_TWICE): New.Richard Henderson1-2/+8
2001-09-10* calls.c (store_one_arg): Expand comment.Richard Sandiford1-2/+8
2001-09-10calls.c (store_one_arg): Make sure that the entire argument is pushed if...Roman Lechtchinsky1-2/+4
2001-08-31calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE,...Kaveh R. Ghazi1-2/+5
2001-08-28(forgot in last checkin)Andreas Jaeger1-36/+13
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+1
2001-08-12defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already ...Zack Weinberg1-4/+0
2001-08-10calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY if not already de...Zack Weinberg1-33/+2
2001-08-08calls.c (ECF_ALWAYS_RETURN): New constant.Jan Hubicka1-1/+10
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-18/+10
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-1/+1
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-07-17calls.c (prepare_call_address): New parameter SIBCALLP.Richard Henderson1-4/+5
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner1-2/+2
2001-07-11calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata1-1/+1
2001-05-04* calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.David Edelsohn1-3/+3
2001-04-21calls.c (expand_call): Fix a comment typo.Kazu Hirata1-2/+2
2001-04-05function.h (virtuals_instantiated): Declare.DJ Delorie1-4/+12
2001-04-03rtl.h (LCT_THROW): New.Richard Henderson1-7/+21
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-6/+19
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-21/+4