aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
1997-07-25(expand_call): If -fstack-check and temp needed for arg is too large,Richard Kenner1-1/+5
1997-07-16(emit_library_call_value): Initialize all argvec elements.Richard Kenner1-1/+1
1997-07-14calls.c (emit_library_call): Use right index into argvec array when iterating...Jeff Law1-18/+26
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-10/+10
1997-04-24xJason Merrill1-8/+12
1997-04-23Add setjmp/longjmp exception handling.Mike Stump1-21/+3
1997-04-15Fix typo in last change.Jeff Law1-1/+1
1997-04-14calls.c (emit_library_call): Handle saving of stack slots when ACCUMULATE_OUT...Jeff Law1-40/+460
1997-04-13calls.c (expand_call): When copying unaligned values into a register...Doug Evans1-2/+8
1997-01-04(emit_library_call_value): Remove redundant check for outmode !=Richard Kenner1-3/+2
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1-4/+6
1996-12-12(emit_library_call): Don't pass VOIDmode to type_for_mode.Richard Kenner1-1/+2
1996-12-11(emit_library_call...Richard Kenner1-6/+16
1996-10-31(expand_call): Disable special handling for const callsJim Wilson1-2/+3
1996-10-24Fix typo in comment.Richard Kenner1-1/+1
1996-10-23(expand_call): In target code, move PARALLEL case aboveJim Wilson1-9/+9
1996-07-08(expand_call): For assign_stack_temp call in PARALLEL case,Jim Wilson1-1/+1
1996-07-03formatting tweaksMike Stump1-10/+11
1996-06-06(expand_call): Handle NIL in PARALLEL.Jim Wilson1-33/+39
1996-04-25(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1-4/+5
1996-04-11(expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1-1/+2
1996-03-31calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law1-18/+9
1996-03-26(expand_call): In convert_to_mode call, use word_modeJim Wilson1-1/+1
1996-03-02(expand_call): If passing by invisible ref, not const.Richard Kenner1-0/+1
1996-02-09(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.Richard Kenner1-1/+2
1996-01-31(struct arg_data, expand_call): Test STRICT_ALIGN with #if.Richard Kenner1-59/+52
1995-12-31(expand_call): Don't warn about not being able to inline if -O0.Richard Kenner1-2/+3
1995-10-26(expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type.Richard Kenner1-1/+2
1995-10-24(expand_call): Make sure valreg is at least a full word.Richard Kenner1-0/+7
1995-06-22(expand_call): Correctly handle returning BLKmode structures in registers whe...Richard Kenner1-28/+41
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-05-31(prepare_call_address): Only call use_reg on static_chain_rtx if it isRichard Kenner1-1/+2
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
1995-05-08(expand_call): Improve -Winline warnings.Jason Merrill1-2/+8
1995-04-20Use TREE_ADDRESSABLE rather than | TYPE_NEEDS_CONSTRUCTING to decide whether ...Jason Merrill1-1/+5
1995-04-15(expand_call): Call preserve_temp_slots on temps made for BLKmode argsRichard Kenner1-2/+5
1995-03-27(expand_call, store_one_arg): Don't set KEEP in calls toRichard Kenner1-3/+3
1995-02-23Fix formatting.Richard Kenner1-4/+4
1995-02-21(emit_call_1): Added function declaration node argument passed toRichard Kenner1-9/+20
1995-02-13(expand_call): Add missing paren in wilson's change on 11 Feb 95.Roland McGrath1-6/+6
1995-02-11(expand_call): When setting n_named_args, depend on newJim Wilson1-9/+15
1995-01-28(expand_call): When emitting queue for each arg, call protect_from_queue...Richard Kenner1-7/+10
1994-12-29calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass...Jeff Law1-0/+5
1994-12-21(expand_call): Only inline if DECL_INLINE; don't callRichard Kenner1-2/+2
1994-11-28calls.c (expand_call): Handle returning BLKmode values in registers.Jeff Law1-0/+51
1994-11-28calls.c (expand_call): Do not set is_integrable if the function is not inline...Jeff Law1-1/+2
1994-11-14(expand_call): If IS_CONST and VALREG == 0, end our sequence and emitRichard Kenner1-2/+11
1994-11-05(store_one_arg): Preserve any temp slots whose address may have beenRichard Kenner1-1/+4
1994-10-17(expand_call, emit_library_call, emit_library_call_value):Per Bothner1-64/+71
1994-09-29(emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE,Jim Wilson1-1/+1