summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes:ghazi1998-05-131-0/+1
* Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
* * calls.c (expand_call): Fix recognition of C++ operator new.jfc1998-04-291-2/+6
* * calls.c (expand_call): Bump the length limit on the speciallyschwab1998-04-291-1/+1
* 8law1998-04-091-1/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12law1998-04-041-83/+62
* Major cutover to using system.h:ghazi1998-03-201-6/+6
* Fix more warnings...ghazi1998-03-181-0/+2
* * varasm.c (output_constant_pool): Bring back 'done' label insidelaw1998-02-141-3/+0
* * c-lang.c (finish_file): Bracket declaration of static_ctors,robertl1998-02-131-5/+15
* * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,law1998-02-081-2/+2
* * 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