aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi1-1/+1
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-15calls.c (precompute_arguments): Fix typo in comment.Mark Mitchell1-1/+1
1999-09-06Merge in gcc2-ss-010999Jeff Law1-15/+26
1999-08-25Warning fixes:Kaveh R. Ghazi1-5/+5
1999-08-25calls.c (emit_call_1): Use call_pop/call_value_pop for all values of n_popped...John David Anglin1-1/+10
1999-08-09Include function.h in most files.Bernd Schmidt1-6/+6
1999-05-07Donn Terry (donn@interix.com)Donn Terry1-4/+14
1999-04-29calls.c (emit_call_1): Pass rounded_stack_size to emit_call instead of the un...Richard Henderson1-7/+7
1999-04-26function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s...Mumit Khan1-3/+3
1999-04-25calls.c (emit_call_1): New arg rounded_stack_size; update callers.Richard Henderson1-20/+25
1999-03-19Warning fixes:Kaveh R. Ghazi1-2/+2
1999-03-09calls.c (load_register_parameters): New function.Jeffrey A Law1-72/+85
1999-03-09* calls.c (expand_call): Slightly reorganize code.Jeffrey A Law1-12/+11
1999-03-09calls.c (compute_argument_addresses): New function.Jeffrey A Law1-71/+106
1999-03-08calls.c (initialize_argument_info): Accept a pointer to CUMULATIVE_ARGS.Jeffrey A Law1-8/+8
1999-02-25sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structures in registers.J"orn Rennecke1-7/+4
1999-02-24calls.c (initialize_argument_information): New function extracted from expand...Jeffrey A Law1-235/+295
1999-02-24calls.c (compute_argument_block_size): New function, extracted from expand_ca...Jeffrey A Law1-52/+75
1999-02-24calls.c (precompute_arguments): New function, extracted from expand_call.Jeffrey A Law1-45/+78
1999-02-24calls.c (finalize_must_preallocate): New function, extracted from expand_call.Jeffrey A Law1-45/+66
1999-02-16calls.c (store_one_arg): Mark any slots used for the argument as in-use immed...Jeffrey A Law1-7/+8
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-3/+4
1999-01-19calls.c (expand_call): Strip a TARGET_EXPR if we're passing by invisible refe...Jason Merrill1-0/+16
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-11/+11
1999-01-07calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc to allocate mem...Mark Mitchell1-3/+13
1999-01-06Copyright fixes.Jeff Law1-1/+1
1999-01-06Revert changes which crept in by accident.Jeff Law1-98/+1
1999-01-06calls.c (special_function_p): Push alloca test inside the large conditional w...Jeffrey A Law1-12/+109
1999-01-06calls.c (special_function_p): New function broken out of expand_call.Jeffrey A Law1-271/+360
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-1/+1
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1-14/+18
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-4/+4
1998-10-13Warning fixes:Kaveh R. Ghazi1-8/+7
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-9/+7
1998-10-01calls.c (expand_call): Encapsulate code into copy_blkmode_from_reg.Gavin Romig-Koch1-69/+1
1998-08-26calls.c (expand_call): Use bitfield instructions to extract/deposit word size...Jeffrey A Law1-20/+14
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-3/+10
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-04-29calls.c (expand_call): Fix recognition of C++ operator new.John Carr1-2/+6
1998-04-29calls.c (expand_call): Bump the length limit on the specially recognized func...Andreas Schwab1-1/+1
1998-04-08calls.c (expand_call): Fix typo.Jeff Law1-1/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-83/+62
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-6/+6
1998-03-18Fix more warnings...Kaveh R. Ghazi1-0/+2
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-3/+0
1998-02-13c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.Robert Lipe1-5/+15