summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* * calls.c (expand_call): Don't try using tail or recursive callsrsandifo2003-12-081-1/+5
* 2003-11-20 Fariborz Jahanian <fjahanian@apple.com>dje2003-11-201-4/+19
* * Makefile.in (expr.o): Depend on $(TARGET_H).rsandifo2003-11-161-1/+35
* PR middle-end/12526jason2003-11-141-0/+22
* 2003-10-07 Geoffrey Keating <geoffk@apple.com>geoffk2003-10-071-4/+0
* * c-pretty-print.c: Fix comment typos.kazu2003-10-051-1/+1
* PR optimization/12289sayle2003-10-031-8/+9
* * c-format.c (gcc_diag_char_table): Add %J.rth2003-09-211-4/+2
* PR target/11184mmitchel2003-09-181-5/+2
* * c-common.c (handle_warn_unused_result_attribute): New function.jakub2003-09-161-1/+14
* PR target/12070hubicka2003-09-061-6/+36
* * targhooks.c: New file.dj2003-09-041-28/+33
* * calls.c (initialize_argument_information): If an argument has norsandifo2003-08-271-0/+8
* 2003-08-23 Dale Johannesen <dalej@apple.com>dalej2003-08-231-2/+3
* 2003-08-23 Jason Eckhardt <jle@rice.edu>jle2003-08-231-7/+0
* * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.jason2003-08-201-2/+2
* * calls.c (load_register_parameters): Arrange for call_fusage toamodra2003-08-061-5/+10
* * calls.c (load_register_parameters): When shifting reg sized valuesamodra2003-07-301-22/+21
* Remove pedwarn_with_decl, warning_with_decl and error_with_declgdr2003-07-251-2/+4
* * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cghazi2003-07-191-11/+8
* PR optimization/11557mmitchel2003-07-181-1/+4
* * doc/tm.texi (BLOCK_REG_PADDING): Describe.amodra2003-07-141-33/+87
* Index: ChangeLoggeoffk2003-07-111-2/+8
* PR c/11370sayle2003-07-091-2/+11
* * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, itlaw2003-07-011-4/+4
* * defaults.h (PUSH_ARGS_REVERSED): Define default here.jason2003-06-301-20/+0
* * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.aj2003-06-221-1/+1
* * caller-save.c: Convert to ISO C90.aj2003-06-221-203/+96
* * 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