summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * Integrate alias analysis changes from jfc@mit.eduJeffrey A Law1997-08-111-1/+40
* (store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.misc/cutover-egcs-0Richard Kenner1997-08-021-1/+1
* (expand_call): If -fcheck-memory-usage...Richard Kenner1997-08-021-2/+36
* (expand_call): If -fstack-check and temp needed for arg is too large,Richard Kenner1997-07-251-1/+5
* (emit_library_call_value): Initialize all argvec elements.Richard Kenner1997-07-161-1/+1
* calls.c (emit_library_call): Use right index into argvec array when iterating...Jeff Law1997-07-141-18/+26
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-10/+10
* xJason Merrill1997-04-241-8/+12
* Add setjmp/longjmp exception handling.Mike Stump1997-04-231-21/+3
* Fix typo in last change.Jeff Law1997-04-151-1/+1
* calls.c (emit_library_call): Handle saving of stack slots when ACCUMULATE_OUT...Jeff Law1997-04-141-40/+460
* calls.c (expand_call): When copying unaligned values into a register...Doug Evans1997-04-131-2/+8
* (emit_library_call_value): Remove redundant check for outmode !=Richard Kenner1997-01-041-3/+2
* Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1996-12-131-4/+6
* (emit_library_call): Don't pass VOIDmode to type_for_mode.Richard Kenner1996-12-121-1/+2
* (emit_library_call...Richard Kenner1996-12-111-6/+16
* (expand_call): Disable special handling for const callsJim Wilson1996-10-311-2/+3
* Fix typo in comment.Richard Kenner1996-10-241-1/+1
* (expand_call): In target code, move PARALLEL case aboveJim Wilson1996-10-231-9/+9
* (expand_call): For assign_stack_temp call in PARALLEL case,Jim Wilson1996-07-081-1/+1
* formatting tweaksMike Stump1996-07-031-10/+11
* (expand_call): Handle NIL in PARALLEL.Jim Wilson1996-06-061-33/+39
* (expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1996-04-251-4/+5
* (expand_call): In inlining case, if BEFORE_CALLS is zero, startRichard Kenner1996-04-111-1/+2
* calls.c (expand_call): Remove current_call_is_indirect nonsense.Jeff Law1996-03-311-18/+9
* (expand_call): In convert_to_mode call, use word_modeJim Wilson1996-03-261-1/+1
* (expand_call): If passing by invisible ref, not const.Richard Kenner1996-03-021-0/+1
* (expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.Richard Kenner1996-02-091-1/+2
* (struct arg_data, expand_call): Test STRICT_ALIGN with #if.Richard Kenner1996-01-311-59/+52
* (expand_call): Don't warn about not being able to inline if -O0.Richard Kenner1995-12-311-2/+3
* (expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type.Richard Kenner1995-10-261-1/+2
* (expand_call): Make sure valreg is at least a full word.Richard Kenner1995-10-241-0/+7
* (expand_call): Correctly handle returning BLKmode structures in registers whe...Richard Kenner1995-06-221-28/+41
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (prepare_call_address): Only call use_reg on static_chain_rtx if it isRichard Kenner1995-05-311-1/+2
* Fix typos in comments.Richard Kenner1995-05-161-2/+2
* (expand_call): Improve -Winline warnings.Jason Merrill1995-05-081-2/+8
* Use TREE_ADDRESSABLE rather than | TYPE_NEEDS_CONSTRUCTING to decide whether ...Jason Merrill1995-04-201-1/+5
* (expand_call): Call preserve_temp_slots on temps made for BLKmode argsRichard Kenner1995-04-151-2/+5
* (expand_call, store_one_arg): Don't set KEEP in calls toRichard Kenner1995-03-271-3/+3
* Fix formatting.Richard Kenner1995-02-231-4/+4
* (emit_call_1): Added function declaration node argument passed toRichard Kenner1995-02-211-9/+20
* (expand_call): Add missing paren in wilson's change on 11 Feb 95.Roland McGrath1995-02-131-6/+6
* (expand_call): When setting n_named_args, depend on newJim Wilson1995-02-111-9/+15
* (expand_call): When emitting queue for each arg, call protect_from_queue...Richard Kenner1995-01-281-7/+10
* calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass...Jeff Law1994-12-291-0/+5
* (expand_call): Only inline if DECL_INLINE; don't callRichard Kenner1994-12-211-2/+2
* calls.c (expand_call): Handle returning BLKmode values in registers.Jeff Law1994-11-281-0/+51
* calls.c (expand_call): Do not set is_integrable if the function is not inline...Jeff Law1994-11-281-1/+2
* (expand_call): If IS_CONST and VALREG == 0, end our sequence and emitRichard Kenner1994-11-141-2/+11