aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-04builtins.c (expand_builtin_strlen): Initialize variable `icode'.Kaveh R. Ghazi1-2/+2
1999-12-09sparc.h (PROMOTE_FOR_CALL_ONLY): Define.Jakub Jelinek1-6/+23
1999-12-06calls.c (save_fixed_argument_area): If save_mode is BLKmode, always use move_...Jakub Jelinek1-6/+11
1999-12-05tree.h (special_function_p): Declare.Mark Mitchell1-8/+6
1999-11-30calls.c (special_function_p): Remove `realloc' and add `strdup' to the list o...Kaveh R. Ghazi1-2/+4
1999-11-28tree.h (struct tree_decl): Add malloc_flag.Anthony Green1-4/+8
1999-11-16explow.c (hard_function_value): Add outgoing argument.Jakub Jelinek1-3/+3
1999-10-31[multiple changes]Richard Kenner1-0/+1
1999-10-29Fix up last patch.Catherine Moore1-1/+1
1999-10-29expr.c (emit_push_insn): New argument alignment_pad.Catherine Moore1-8/+19
1999-10-26c-typeck.c (build_function_call): Check that the built-in function is of clas...Jeffrey A Law1-0/+1
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