summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define.davem1999-12-091-6/+23
* * calls.c (save_fixed_argument_area): If save_mode is BLKmode,davem1999-12-061-6/+11
* * tree.h (special_function_p): Declare.mmitchel1999-12-051-8/+6
* * calls.c (special_function_p): Remove `realloc' and add `strdup'ghazi1999-11-301-2/+4
* * tree.h (struct tree_decl): Add malloc_flag.green1999-11-281-4/+8
* * explow.c (hard_function_value): Add outgoing argument.rth1999-11-161-3/+3
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-0/+1
* Fix up last patch.clm1999-10-291-1/+1
* * expr.c (emit_push_insn): New argument alignment_pad.clm1999-10-291-8/+19
* * c-typeck.c (build_function_call): Check that the built-inlaw1999-10-271-0/+1
* * calls.c: Include tm_p.h later, so everything we need is defined.ghazi1999-10-211-1/+1
* 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