summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
...
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-4/+0
* * calls.c (expand_call): Don't confuse member functions namedlaw1998-02-061-1/+5
* `law1998-01-161-27/+35
* * alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;rth1998-01-141-81/+84
* * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;law1997-12-241-5/+7
* * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.law1997-12-181-0/+4
* Merge from gcc-2.8law1997-12-071-2/+4
* * calls.c (expand_call): Handle pcc_struct_value correctly for C++.law1997-11-141-30/+6
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-50/+50
* * Integrate alias analysis changes from jfc@mit.edulaw1997-08-111-1/+40
* (store_one_arg): Allow stack_slot to be SP in ARGS_GROW_DOWNWARD case.kenner1997-08-021-1/+1
* (expand_call): If -fcheck-memory-usage, use pseudo-register, checkkenner1997-08-021-2/+36
* (expand_call): If -fstack-check and temp needed for arg is too large,kenner1997-07-251-1/+5
* (emit_library_call_value): Initialize all argvec elements.kenner1997-07-161-1/+1
* * calls.c (emit_library_call): Use right index into argvec arraylaw1997-07-141-18/+26
* reformat a little to match GNU coding standards.mrs1997-05-061-10/+10
* xmerrill1997-04-241-8/+12
* Add setjmp/longjmp exception handling.mrs1997-04-231-21/+3
* Fix typo in last change.law1997-04-151-1/+1
* * calls.c (emit_library_call): Handle saving of stack slots whenlaw1997-04-141-40/+460
* * calls.c (expand_call): When copying unaligned values into a register,dje1997-04-131-2/+8
* (emit_library_call_value): Remove redundant check for outmode !=kenner1997-01-041-3/+2
* Check SMALL_REGISTER_CLASSES at runtimeian1996-12-131-4/+6
* (emit_library_call): Don't pass VOIDmode to type_for_mode.kenner1996-12-121-1/+2
* (emit_library_call, emit_library_call_value): Don't pass an identifierkenner1996-12-111-6/+16
* (expand_call): Disable special handling for const callswilson1996-10-311-2/+3
* Fix typo in comment.kenner1996-10-241-1/+1
* (expand_call): In target code, move PARALLEL case abovewilson1996-10-231-9/+9
* (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