summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * calls.c (expand_call): Convert structure_value_addr to Pmode ifsje2003-06-101-0/+5
* 2003-05-21 Andrew Haley <aph@redhat.com>aph2003-06-101-4/+5
* * calls.c (expand_call): Avoid calling pure or const functionssayle2003-06-041-5/+31
* 2003-06-03 Aldy Hernandez <aldyh@redhat.com>aldyh2003-06-031-2/+89
* * tree.h (contains_placeholder_p): Now returns bool.kenner2003-05-271-2/+1
* * calls.c (expand_call): If the arg block is going to growdj2003-05-221-1/+6
* gcc:ghazi2003-05-171-22/+12
* * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.kenner2003-05-031-30/+20
* * calls.c (struct arg_data): Move offset, slot_offset, size andamodra2003-05-021-109/+61
* * calls.c (expand_call): When modes of target and valreg match, forcekenner2003-04-291-0/+6
* * Makefile.in (calls.o): Depend on except.h.mmitchel2003-04-221-0/+3
* * calls.c (expand_call): Prevent sibcall optimization for calls tokenner2003-04-211-0/+4
* Install proper version.kenner2003-04-191-4/+0
* * calls.c (expand_call): Provide init for old_stack_pointer_delta.kenner2003-04-191-1/+5
* * calls.c (expand_call): Move special case for constructor callskenner2003-04-181-48/+65
* * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.sayle2003-04-141-16/+0
* * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.rth2003-04-111-3/+1
* * calls.c (flags_from_decl_or_type): Factor and remove redundantsayle2003-03-141-7/+10
* * calls.c: Fix comment formatting.kazu2003-03-081-1/+1
* * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.hhubicka2003-03-051-0/+15
* * 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