summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * calls.c (precompute_arguments): Fix typo in comment.mmitchel1999-09-151-1/+1
* Merge in gcc2-ss-010999law1999-09-071-15/+26
* Warning fixes:ghazi1999-08-251-5/+5
* * calls.c (emit_call_1): Use call_pop/call_value_pop for all valueslaw1999-08-251-1/+10
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-6/+6
* Donn Terry (donn@interix.com)rth1999-05-081-4/+14
* * calls.c (emit_call_1): Pass rounded_stack_size to emit_callrth1999-04-291-7/+7
* * function.c (put_var_into_stack): Change ptr_mode to Pmodelaw1999-04-261-3/+3
* * calls.c (emit_call_1): New arg rounded_stack_size; update callers.rth1999-04-251-20/+25
* Warning fixes:ghazi1999-03-191-2/+2
* * calls.c (load_register_parameters): New function.law1999-03-091-72/+85
* * calls.c (expand_call): Slightly reorganize code.law1999-03-091-12/+11
* * calls.c (compute_argument_addresses): New function.law1999-03-091-71/+106
* * calls.c (initialize_argument_info): Accept a pointer tolaw1999-03-081-8/+8
* * 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