summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structuresamylaar1999-02-251-7/+4
* * calls.c (initialize_argument_information): New function extractedlaw1999-02-241-235/+295
* * calls.c (compute_argument_block_size): New function, extracted fromlaw1999-02-241-52/+75
* * calls.c (precompute_arguments): New function, extracted fromlaw1999-02-241-45/+78
* * calls.c (finalize_must_preallocate): New function, extracted fromlaw1999-02-241-45/+66
* * calls.c (store_one_arg): Mark any slots used for the argumentlaw1999-02-161-7/+8
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-3/+4
* * calls.c (expand_call): Strip a TARGET_EXPR if we're passing byjason1999-01-191-0/+16
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-11/+11
* * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc tolaw1999-01-071-3/+13
* Copyright fixes.law1999-01-061-1/+1
* Revert changes which crept in by accident.law1999-01-061-98/+1
* * calls.c (special_function_p): Push alloca test inside the largelaw1999-01-061-12/+109
* * calls.c (special_function_p): New function broken out oflaw1999-01-061-271/+360
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-1/+1
* * expr.c (STACK_BYTES): Delete unused macro.law1998-11-191-14/+18
* * gansidecl.h: Prepend a "G" to the macro wrapping this fileghazi1998-11-081-4/+4
* Warning fixes:ghazi1998-10-131-8/+7
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageraeburn1998-10-111-9/+7
* * calls.c (expand_call) : Encapsulate code intogavin1998-10-011-69/+1
* * calls.c (expand_call): Use bitfield instructions to extract/depositlaw1998-08-261-20/+14
* * system.h: Include stdarg.h/varargs.h, make sure they are orderedghazi1998-08-261-5/+0
* * expr.c (emit_group_load, emit_group_store): Rewrite consideringrth1998-07-011-3/+10
* * calls.c (expand_call): Initialize "src" and "dest".law1998-06-201-1/+1
* 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