summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* alias.c (set_mem_alias_set): New function.Richard Kenner2001-07-111-2/+2
* calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata2001-07-111-1/+1
* * calls.c (store_one_arg): Don't divide align by BITS_PER_UNIT.David Edelsohn2001-05-041-3/+3
* calls.c (expand_call): Fix a comment typo.Kazu Hirata2001-04-211-2/+2
* function.h (virtuals_instantiated): Declare.DJ Delorie2001-04-051-4/+12
* rtl.h (LCT_THROW): New.Richard Henderson2001-04-031-7/+21
* Use byte offsets in SUBREGs instead of words.Jakub Jelinek2001-04-031-6/+19
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-21/+4
* rtl.h (LCT_NORETURN): New.Richard Henderson2001-03-271-0/+33
* mkconfig.sh: Include insn-flags.h.Richard Henderson2001-03-221-1/+0
* defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ...Richard Henderson2001-03-181-13/+0
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-2/+3
* calls.c (emit_library_call_value_1): Memory slot for pass-by-reference argume...Alexandre Oliva2001-01-241-1/+1
* calls.c (emit_library_call_value_1): Add USEs and CLOBBERs to function usage ...Alexandre Oliva2001-01-121-5/+33
* calls.c (emit_library_call_value_1): Support INIT_CUMULATIVE_LIBCALL_ARGS.Alexandre Oliva2001-01-051-1/+5
* * calls.c (calls_function_1, case CONSTRUCTOR): New case.Richard Kenner2000-12-301-0/+11
* alias.c (alias_sets_conflict_p): New function.Richard Kenner2000-12-301-21/+19
* calls.c (emit_library_call_value_1): Add to call_fusage the stack slot assign...Alexandre Oliva2000-12-291-0/+3