aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
1997-01-04(emit_library_call_value): Remove redundant check for outmode !=kenner
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeian
1996-12-12(emit_library_call): Don't pass VOIDmode to type_for_mode.kenner
1996-12-11(emit_library_call, emit_library_call_value): Don't pass an identifierkenner
1996-10-31(expand_call): Disable special handling for const callswilson
1996-10-24Fix typo in comment.kenner
1996-10-23(expand_call): In target code, move PARALLEL case abovewilson
1996-07-08(expand_call): For assign_stack_temp call in PARALLEL case,wilson
1996-07-03formatting tweaksmrs
1996-06-06(expand_call): Handle NIL in PARALLEL. Handle PARALLELwilson
1996-04-25(expand_call): In inlining case, if BEFORE_CALLS is zero, startkenner
1996-04-11(expand_call): In inlining case, if BEFORE_CALLS is zero, startkenner
1996-04-01 * calls.c (expand_call): Remove current_call_is_indirect nonsense.law
1996-03-26(expand_call): In convert_to_mode call, use word_modewilson
1996-03-02(expand_call): If passing by invisible ref, not const.kenner
1996-02-09(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.kenner
1996-01-31(struct arg_data, expand_call): Test STRICT_ALIGN with #if.kenner
1995-12-31(expand_call): Don't warn about not being able to inline if -O0.kenner
1995-10-27(expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type.kenner
1995-10-24(expand_call): Make sure valreg is at least a full word.kenner
1995-06-23(expand_call): Correctly handle returning BLKmode structures inkenner
1995-06-15Update FSF address.kenner
1995-05-31(prepare_call_address): Only call use_reg on static_chain_rtx if it iskenner
1995-05-16Fix typos in comments.kenner
1995-05-08(expand_call): Improve -Winline warnings.merrill
1995-04-20Use TREE_ADDRESSABLE rather thanmerrill
1995-04-15(expand_call): Call preserve_temp_slots on temps made for BLKmode argskenner
1995-03-28(expand_call, store_one_arg): Don't set KEEP in calls tokenner
1995-02-23Fix formatting.kenner
1995-02-21(emit_call_1): Added function declaration node argument passed tokenner
1995-02-13(expand_call): Add missing paren in wilson's change on 11 Feb 95.roland
1995-02-11(expand_call): When setting n_named_args, depend on newwilson
1995-01-28(expand_call): When emitting queue for each arg, callkenner
1994-12-30 * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on returnlaw
1994-12-21(expand_call): Only inline if DECL_INLINE; don't callkenner
1994-11-29 * calls.c (expand_call): Handle returning BLKmode values inlaw
1994-11-29 * calls.c (expand_call): Do not set is_integrable if thelaw
1994-11-14(expand_call): If IS_CONST and VALREG == 0, end our sequence and emitkenner
1994-11-05(store_one_arg): Preserve any temp slots whose address may have beenkenner
1994-10-17(expand_call, emit_library_call, emit_library_call_value):bothner
1994-09-29(emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE,wilson
1994-09-22(emit_call_1): Fix typo in last change.kenner
1994-09-21(emit_call_1): Properly add a CLOBBER for sp tokenner
1994-08-24(expand_call): Check for variable-sized return value in proper place.kenner
1994-08-19(expand_call): If parm is transparent union, use type of first field.kenner
1994-08-11(expand_call): Ensure we call force_operand on structure_value_addr.kenner
1994-07-13Wed Jul 13 03:30:36 1994 Jason Merrill (jason@deneb.cygnus.com)merrill
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).kenner
1994-06-02Update comments.kenner
1994-05-27 * expr.c (use_reg): Fix recording of USE information.dje