summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* (expand_call): For assign_stack_temp call in PARALLEL case,wilson1996-07-081-1/+1
* formatting tweaksmrs1996-07-031-10/+11
* (expand_call): Handle NIL in PARALLEL. Handle PARALLELwilson1996-06-061-33/+39
* (expand_call): In inlining case, if BEFORE_CALLS is zero, startkenner1996-04-251-4/+5
* (expand_call): In inlining case, if BEFORE_CALLS is zero, startkenner1996-04-111-1/+2
* * calls.c (expand_call): Remove current_call_is_indirect nonsense.law1996-04-011-18/+9
* (expand_call): In convert_to_mode call, use word_modewilson1996-03-261-1/+1
* (expand_call): If passing by invisible ref, not const.kenner1996-03-021-0/+1
* (expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.kenner1996-02-091-1/+2
* (struct arg_data, expand_call): Test STRICT_ALIGN with #if.kenner1996-01-311-59/+52
* (expand_call): Don't warn about not being able to inline if -O0.kenner1995-12-311-2/+3
* (expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type.kenner1995-10-271-1/+2
* (expand_call): Make sure valreg is at least a full word.kenner1995-10-241-0/+7
* (expand_call): Correctly handle returning BLKmode structures inkenner1995-06-231-28/+41
* Update FSF address.kenner1995-06-151-1/+2
* (prepare_call_address): Only call use_reg on static_chain_rtx if it iskenner1995-05-311-1/+2
* Fix typos in comments.kenner1995-05-161-2/+2
* (expand_call): Improve -Winline warnings.merrill1995-05-081-2/+8
* Use TREE_ADDRESSABLE rather thanmerrill1995-04-201-1/+5
* (expand_call): Call preserve_temp_slots on temps made for BLKmode argskenner1995-04-151-2/+5
* (expand_call, store_one_arg): Don't set KEEP in calls tokenner1995-03-281-3/+3
* Fix formatting.kenner1995-02-231-4/+4
* (emit_call_1): Added function declaration node argument passed tokenner1995-02-211-9/+20
* (expand_call): Add missing paren in wilson's change on 11 Feb 95.roland1995-02-131-6/+6
* (expand_call): When setting n_named_args, depend on newwilson1995-02-111-9/+15
* (expand_call): When emitting queue for each arg, callkenner1995-01-281-7/+10
* * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on returnlaw1994-12-301-0/+5
* (expand_call): Only inline if DECL_INLINE; don't callkenner1994-12-211-2/+2
* * calls.c (expand_call): Handle returning BLKmode values inlaw1994-11-291-0/+51
* * calls.c (expand_call): Do not set is_integrable if thelaw1994-11-291-1/+2
* (expand_call): If IS_CONST and VALREG == 0, end our sequence and emitkenner1994-11-141-2/+11
* (store_one_arg): Preserve any temp slots whose address may have beenkenner1994-11-051-1/+4
* (expand_call, emit_library_call, emit_library_call_value):bothner1994-10-171-64/+71
* (emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE,wilson1994-09-291-1/+1
* (emit_call_1): Fix typo in last change.kenner1994-09-221-1/+1
* (emit_call_1): Properly add a CLOBBER for sp tokenner1994-09-211-1/+2
* (expand_call): Check for variable-sized return value in proper place.kenner1994-08-241-3/+3
* (expand_call): If parm is transparent union, use type of first field.kenner1994-08-191-0/+6
* (expand_call): Ensure we call force_operand on structure_value_addr.kenner1994-08-111-7/+10
* Wed Jul 13 03:30:36 1994 Jason Merrill (jason@deneb.cygnus.com)merrill1994-07-131-0/+1
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner1994-06-141-1/+1
* Update comments.kenner1994-06-021-2/+2
* * expr.c (use_reg): Fix recording of USE information.dje1994-05-271-2/+5
* * calls.c (expand_call): Only destroy temps here, if -fshort-tempsmrs1994-05-191-6/+10
* * calls.c (expand_call): Only destroy temporaries at the endmrs1994-05-131-3/+6
* (emit_call_1): Put new function usage data at end of any data alreadykenner1994-05-111-2/+14
* (prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBERkenner1994-05-061-56/+28
* Use new macro AGGREGATE_TYPE_P.bothner1994-04-261-24/+5
* (calls_function_1): A language-specific code must be assumed to call akenner1994-04-211-9/+19
* (prepare_call_address): New arg REG_PARM_SEEN.kenner1994-04-181-6/+22