aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
1994-03-25(expand_call): Don't require both -W and -Winline to say that call can't be i...Richard Kenner1-4/+7
1994-03-17(expand_call): Undo Feb 27 change.Jim Wilson1-17/+12
1994-03-07(expand_call): For pcc_struct_value case, setJim Wilson1-0/+6
1994-02-27(expand_call): Set nregs to -1 for BLKmode parameter,Jim Wilson1-5/+11
1994-02-27(expand_call): Initialize OLD_PENDING_ADJ.Richard Kenner1-1/+1
1994-02-23(expand_call): Functions may be const or volatile from their type.Richard Kenner1-8/+9
1994-02-12(expand_call): When preserving subexpressions, don't put expensiveRichard Kenner1-1/+13
1994-02-10If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner1-17/+35
1993-12-12(expand_call, store_one_arg): Properly push and pop temporary levelRichard Kenner1-6/+15
1993-12-02(emit_library_call): Use Pmode, not OUTMODE, when passing in structureRichard Kenner1-5/+5
1993-11-05(expand_call): Discard __ prefix like _ or __x.Richard Stallman1-1/+9
1993-10-08(emit_library_call_value): Compute struct_value_size,Richard Stallman1-1/+4
1993-10-08(emit_library_call): Fix typo in last change; should use Pmode insteadRichard Kenner1-1/+5
1993-10-07(emit_library_call, emit_library_call_value):Richard Stallman1-8/+26
1993-10-06(expand_call): Add yet another assignment to MEM_IN_STRUCT_P.Richard Kenner1-0/+6
1993-10-05(expand_call): Properly test if we need to promote operand; useRichard Kenner1-4/+5
1993-10-03(expand_call): Pass objects who size depends on the contents of theRichard Kenner1-4/+7
1993-10-03(expand_call): Set MEM_IN_STRUCT_P in stack slot if appropriate.Richard Kenner1-0/+5
1993-09-15(emit_library_call_value): Finish making it work.Richard Stallman1-34/+65
1993-08-03(store_one_arg): Don't pass ARG->STACK as TARGET if it is a differentRichard Kenner1-1/+4
1993-08-02(expand_call): Check properly for volatile function.Richard Stallman1-2/+3
1993-07-28(expand_call): For unaligned arguments onJim Wilson1-4/+10
1993-07-05Fix typo: had ARGS_GROW_DOWNARD.Richard Kenner1-1/+1
1993-06-27(expand_call): If function hasn't been used before, callRichard Kenner1-2/+12
1993-06-26(expand_calls): Fix typo: ALLOCATE_OUTGOING_ARGSRichard Kenner1-2/+2
1993-06-26(calls_function_1): Add declaration.Richard Stallman1-0/+1
1993-06-26(calls_function): Don't scan a single save_expr twice.Richard Stallman1-4/+23
1993-06-20(expand_call): In last change, preserve the temp slot.Richard Stallman1-3/+8
1993-06-14(expand_call): If PCC_STATIC_STRUCT_RETURN and TARGETRichard Stallman1-8/+14
1993-05-20(expand_call): Declare and set current_call_is_indirect.Richard Stallman1-0/+15
1993-04-19(expand_call): Use new FUNCTION_ARG_CALLEE_COPIES macro.Doug Evans1-28/+47
1993-04-16calls.c (expand_call): Check warn_inline before complaining about not being a...Brendan Kehoe1-1/+2
1993-04-13(expand_call): Last arg of emit_stack_save is NULL_RTX.Richard Kenner1-3/+4
1993-04-13Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.Richard Kenner1-2/+5
1993-04-04(expand_call) [PCC_STATIC_STRUCT_RETURN]:Richard Stallman1-24/+23
1993-03-28(expand_call): Always allocate TARGET in mode of result expression;Richard Kenner1-3/+9
1993-03-25(store_one_arg): Fix typo in previous change.Richard Kenner1-1/+1
1993-03-23(store_one_arg): Use int_size_in_bytes and expr_size when appropriateRichard Kenner1-3/+2
1993-03-23(prepare_call_address): Again not static.Richard Kenner1-2/+1
1993-03-23Include gvarargs.h.Richard Kenner1-4/+607
1993-03-23(expand_call): Use expr_size instead of doing it ourself.Richard Kenner1-2/+1
1993-03-19(emit_call_1): Don't defer pops in const call.Richard Stallman1-1/+1
1993-03-18* (expand_call): Fix bug (don't clobber bitpos).Doug Evans1-1/+1
1993-03-14(emit_call_1): Restore inhibit_defer_pop before popping argsRichard Stallman1-2/+4
1993-03-13Correctly define PUSH_ARGS_REVERSED.Richard Kenner1-2/+7
1993-03-06(expand_call): Fix typo in unaligned code.Richard Kenner1-1/+1
1993-02-18(expand_call): When MAYBE_REG_PARM_STACK_SPACE defined,Jim Wilson1-0/+4
1993-02-08Allow passing nonaligned BLKmode structs in regs.Richard Kenner1-4/+85
1993-02-07(struct arg_data): New field MODE.Richard Kenner1-21/+30
1993-01-25(calls_alloca): Change name to calls_function.Jim Wilson1-12/+30