summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* Donn Terry (donn@interix.com)Donn Terry1999-05-071-4/+14
* calls.c (emit_call_1): Pass rounded_stack_size to emit_call instead of the un...Richard Henderson1999-04-291-7/+7
* function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s...Mumit Khan1999-04-261-3/+3
* calls.c (emit_call_1): New arg rounded_stack_size; update callers.Richard Henderson1999-04-251-20/+25
* Warning fixes:Kaveh R. Ghazi1999-03-191-2/+2
* calls.c (load_register_parameters): New function.Jeffrey A Law1999-03-091-72/+85
* * calls.c (expand_call): Slightly reorganize code.Jeffrey A Law1999-03-091-12/+11
* calls.c (compute_argument_addresses): New function.Jeffrey A Law1999-03-091-71/+106
* calls.c (initialize_argument_info): Accept a pointer to CUMULATIVE_ARGS.Jeffrey A Law1999-03-081-8/+8
* sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structures in registers.J"orn Rennecke1999-02-251-7/+4
* calls.c (initialize_argument_information): New function extracted from expand...Jeffrey A Law1999-02-241-235/+295
* calls.c (compute_argument_block_size): New function, extracted from expand_ca...Jeffrey A Law1999-02-241-52/+75
* calls.c (precompute_arguments): New function, extracted from expand_call.Jeffrey A Law1999-02-241-45/+78
* calls.c (finalize_must_preallocate): New function, extracted from expand_call.Jeffrey A Law1999-02-241-45/+66
* calls.c (store_one_arg): Mark any slots used for the argument as in-use immed...Jeffrey A Law1999-02-161-7/+8
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1999-01-261-3/+4
* calls.c (expand_call): Strip a TARGET_EXPR if we're passing by invisible refe...Jason Merrill1999-01-191-0/+16
* rtl.h (rtx_def): Update documentation.Mark Mitchell1999-01-191-11/+11
* calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to allocate mem...Mark Mitchell1999-01-071-3/+13
* Copyright fixes.Jeff Law1999-01-061-1/+1
* Revert changes which crept in by accident.Jeff Law1999-01-061-98/+1
* calls.c (special_function_p): Push alloca test inside the large conditional w...Jeffrey A Law1999-01-061-12/+109
* calls.c (special_function_p): New function broken out of expand_call.Jeffrey A Law1999-01-061-271/+360
* function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1998-11-201-1/+1
* expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1998-11-191-14/+18
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-4/+4
* Warning fixes:Kaveh R. Ghazi1998-10-131-8/+7
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1998-10-111-9/+7
* calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1998-10-011-69/+1
* calls.c (expand_call): Use bitfield instructions to extract/deposit word size...Jeffrey A Law1998-08-261-20/+14
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1998-06-301-3/+10
* calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1998-06-191-1/+1
* Warning fixes:Kaveh R. Ghazi1998-05-131-0/+1
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* calls.c (expand_call): Fix recognition of C++ operator new.John Carr1998-04-291-2/+6
* calls.c (expand_call): Bump the length limit on the specially recognized func...Andreas Schwab1998-04-291-1/+1
* calls.c (expand_call): Fix typo.Jeff Law1998-04-081-1/+1
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-83/+62
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-6/+6
* Fix more warnings...Kaveh R. Ghazi1998-03-181-0/+2
* varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1998-02-131-3/+0
* c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1998-02-131-5/+15
* bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer, not a HOST_...John Carr1998-02-081-2/+2
* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe1998-02-071-4/+0
* calls.c (expand_call): Don't confuse member functions named realloc...Mark Mitchell1998-02-051-1/+5
* calls.c (expand_call): Move #ifdef code out of macro argument lists.Jeff Law1998-01-161-27/+35
* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1998-01-141-81/+84
* flags.h, [...]: Remove flag_alias_check; optimization is now always enabled.John Carr1997-12-241-5/+7
* * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.Gavin Koch1997-12-181-0/+4