summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-inline.c (find_builtin_longjmp_call): Save and restorejason2003-03-031-1/+2
* * calls.c (rtx_for_function_call): Take the address as an argumenthubicka2003-03-031-10/+11
* * calls.c (store_one_arg): Revert 1999-02-16 change. Revertamodra2003-02-231-39/+7
* * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGShubicka2003-02-191-1/+1
* * calls.c (try_to_integrate): Tidy stack_usage_map access.amodra2003-02-101-23/+27
* * calls.c (default_must_pass_in_stack): Fix typo in !type case.rth2003-01-281-1/+1
* * calls.c (emit_library_call_value_1): Handle return valuesaoliva2003-01-261-2/+17
* * calls.c (save_fixed_argument_area): Tidy.amodra2003-01-261-148/+70
* * calls.c (fix_unsafe_tree): Prototype.ghazi2003-01-211-0/+1
* PR opt/7507rth2003-01-211-23/+33
* * expr.h (MUST_PASS_IN_STACK): Move implementation...rth2003-01-201-0/+45
* * basic-block.h: Fix comment formatting.kazu2003-01-181-1/+1
* 2003-01-10 Dale Johannesen <dalej@apple.com>dalej2003-01-101-15/+37
* * calls.c (expand_call): Don't try to be clever about expandingjason2002-12-181-12/+7
* * calls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT_ADDRjason2002-12-171-2/+14
* Merge basic-improvements-branch to trunkzack2002-12-161-49/+15
* * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove definition.sje2002-12-091-1/+0
* * calls.c (alloca_call_p): New global function.hubicka2002-11-181-0/+15
* 2002-11-10 H.J. Lu <hjl@gnu.org>hjl2002-11-111-0/+2
* * c-opts.c (missing_arg): Use cl_options[opt_index].opt_codeuweigand2002-10-211-1/+1
* * calls.c (expand_call): Simplify noreturn call.hubicka2002-10-111-2/+1
* * calls.c (precompute_register_parameters): Force non-legitimaterth2002-10-011-0/+6
* 2002-09-26 David S. Miller <davem@redhat.com>davem2002-09-271-0/+8
* * ChangeLog: Follow spelling conventions.kazu2002-09-221-5/+5
* * calls.c (store_one_arg): Rename default_align to parm_align;rth2002-09-191-12/+20
* * calls.c (store_one_arg): Set default alignment for BLKmode argumentsdanglin2002-09-171-2/+10
* * calls.c (emit_library_call_value_1): Don't refer tokazu2002-09-161-2/+2
* * calls.c (store_one_arg): Use size_in_bytes to determine thejason2002-09-121-1/+2
* * expr.h (enum block_op_methods): New.rth2002-08-291-28/+26
* * calls.c: Include target.h.rth2002-08-151-0/+1
* * calls.c (emit_library_call_value_1): Ifamylaar2002-07-231-0/+10
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-5/+5
* * loop.c (load_mems): Don't change the interface of called functions.amylaar2002-04-241-0/+6
* fix whitespacejason2002-04-121-1/+1
* 2002-04-04 David S. Miller <davem@redhat.com>davem2002-04-041-1/+7
* * c-decl.c (grokdeclarator): Update.neil2002-04-011-3/+3
* * Makefile.in (convert.o, calls.o, expmed.o): Update.neil2002-03-291-20/+26
* * calls.c (precompute_arguments): Do not assume that temporariesmmitchel2002-03-181-11/+0
* * doc/rtl.texi (SUBREG_PROMOTED_UNSIGNED_P): Change definitionrth2002-03-011-3/+3
* * calls.c (store_one_arg): In the non-BLKmode non-partial case,aoliva2002-02-111-8/+15
* Contribute sh64-elf.aoliva2002-02-091-4/+10
* * calls.c (try_to_integrate): Use "(size_t)" intermediategrahams2002-01-161-3/+3
* * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK forrth2001-12-231-46/+65
* * calls.c (ECF_LIBCALL_BLOCK): New constant.hubicka2001-12-231-38/+29
* * calls.c (flags_from_decl_or_type): Move ECF_SP_DEPRESSED here.kenner2001-12-221-15/+17
* C++ ABI change: destroy value arguments in caller.jason2001-12-181-0/+10
* * calls.c (emit_call_1): If ECF_SP_DEPRESSED, pretend have adjustedkenner2001-12-151-2/+5
* 2001-12-11 Steve Ellcey <sje@cup.hp.com>janis2001-12-111-1/+3
* * attribs.c (handle_no_check_memory_usage_atribute): Deleted.kenner2001-12-051-40/+2
* 2001-10-09 Andrew Haley <aph@redhat.com>aph2001-11-221-2/+2