OSDN Git Service

fix
[pf3gnuchains/gcc-fork.git] / gcc / calls.c
2004-06-15 jlquinn2004-06-15 Jerry Quinn <jlquinn@optonline.net>
2004-05-30 kazu * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphu...
2004-05-22 rsandifo * calls.c (initialize_argument_information): Forbid...
2004-05-21 ian * system.h: Poison NO_RECURSIVE_FUNCTION_CSE.
2004-05-14 zack * tree.def (documentation): Remove mention of class...
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-28 pbrook * calls.c (precompute_arguments): Remove PROMOTE_FOR_C...
2004-04-23 rakdver * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl...
2004-04-05 kenner * c-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 kenner * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin...
2004-03-20 kazu * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-12 rth PR target/14547
2004-03-11 uweigand PR target/14262
2004-02-26 kazu * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or
2004-02-24 wilsonOut-of-date comments noticed while looking at PR 169.
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-02-17 mmitchel PR c++/11326
2004-02-06 amodra * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
2004-02-04 pbrook * calls.c (initialize_argument_information): Add CALL_...
2004-01-31 kazu * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FO...
2004-01-21 kazu * alias.c, basic-block.h, c-common.c, c-common.h,
2004-01-16 kazu * c-common.h: Fix comment formatting.
2004-01-15 danglin PR optimization/12372
2004-01-14 kazu * calls.c: Replace STRICT_ARGUMENT_NAMING in comments...
2003-12-24 mmitchel * calls.c (expand_call): Recognize calls to "sqrt...
2003-12-18 kazu * calls.c (load_register_parameters): Don't use
2003-12-18 kazu * calls.c (expand_call): Update comments.
2003-12-13 kazu * c-typeck.c: Fix comment typos.
2003-12-08 rsandifo * calls.c (expand_call): Don't try using tail or recur...
2003-11-20 dje2003-11-20 Fariborz Jahanian <fjahanian@apple.com>
2003-11-16 rsandifo * Makefile.in (expr.o): Depend on $(TARGET_H).
2003-11-14 jason PR middle-end/12526
2003-10-07 geoffk2003-10-07 Geoffrey Keating <geoffk@apple.com>
2003-10-05 kazu * c-pretty-print.c: Fix comment typos.
2003-10-03 sayle PR optimization/12289
2003-09-21 rth * c-format.c (gcc_diag_char_table): Add %J.
2003-09-18 mmitchel PR target/11184
2003-09-16 jakub * c-common.c (handle_warn_unused_result_attribute...
2003-09-06 hubicka PR target/12070
2003-09-04 dj * targhooks.c: New file.
2003-08-27 rsandifo * calls.c (initialize_argument_information): If an...
2003-08-23 dalej2003-08-23 Dale Johannesen <dalej@apple.com>
2003-08-23 jle2003-08-23 Jason Eckhardt <jle@rice.edu>
2003-08-20 jason * tree.h (IS_EXPR_CODE_CLASS): Also include...
2003-08-06 amodra * calls.c (load_register_parameters): Arrange for...
2003-07-30 amodra * calls.c (load_register_parameters): When shifting...
2003-07-25 gdr Remove pedwarn_with_decl, warning_with_decl...
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-18 mmitchel PR optimization/11557
2003-07-14 amodra * doc/tm.texi (BLOCK_REG_PADDING): Describe.
2003-07-11 geoffkIndex: ChangeLog
2003-07-09 sayle PR c/11370
2003-07-01 law * stmt.c (any_pending_cleanups): Lose argument...
2003-06-30 jason * defaults.h (PUSH_ARGS_REVERSED): Define defau...
2003-06-22 aj * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2003-06-22 aj * caller-save.c: Convert to ISO C90.
2003-06-10 sje * calls.c (expand_call): Convert structure_value_addr...
2003-06-10 aph2003-05-21 Andrew Haley <aph@redhat.com>
2003-06-04 sayle * calls.c (expand_call): Avoid calling pure or const...
2003-06-03 aldyh2003-06-03 Aldy Hernandez <aldyh@redhat.com>
2003-05-27 kenner * tree.h (contains_placeholder_p): Now returns bool.
2003-05-22 dj* calls.c (expand_call): If the arg block is going...
2003-05-17 ghazigcc:
2003-05-03 kenner * emit-rtl.c (last_call_insn, add_function_usage_to...
2003-05-02 amodra * calls.c (struct arg_data): Move offset, slot_offset...
2003-04-29 kenner * calls.c (expand_call): When modes of target and...
2003-04-22 mmitchel * Makefile.in (calls.o): Depend on except.h.
2003-04-21 kenner * calls.c (expand_call): Prevent sibcall optimization...
2003-04-19 kennerInstall proper version.
2003-04-19 kenner * calls.c (expand_call): Provide init for old_stack_po...
2003-04-18 kenner * calls.c (expand_call): Move special case for constru...
2003-04-14 sayle * builtin-types.def (BT_FN_STRING_CONST_STRING): New...
2003-04-11 rth * libfuncs.h (LTI_setbits, LTI_gcov_flush,...
2003-03-14 sayle * calls.c (flags_from_decl_or_type): Factor and remove...
2003-03-08 kazu * calls.c: Fix comment formatting.
2003-03-05 hubicka * Makefile.in (calls.o, toplev.o alias.o): Depend...
2003-03-03 jason * tree-inline.c (find_builtin_longjmp_call...
2003-03-03 hubicka * calls.c (rtx_for_function_call): Take the address...
2003-02-23 amodra * calls.c (store_one_arg): Revert 1999-02-16 change...
2003-02-19 hubicka * calls.c (expand_call): Update call of INIT_CUMULATIV...
2003-02-10 amodra * calls.c (try_to_integrate): Tidy stack_usage_map...
2003-01-28 rth * calls.c (default_must_pass_in_stack): Fix...
2003-01-26 aoliva* calls.c (emit_library_call_value_1): Handle return...
2003-01-26 amodra * calls.c (save_fixed_argument_area): Tidy.
2003-01-21 ghazi * calls.c (fix_unsafe_tree): Prototype.
2003-01-21 rth PR opt/7507
2003-01-20 rth * expr.h (MUST_PASS_IN_STACK): Move implementat...
2003-01-18 kazu * basic-block.h: Fix comment formatting.
2003-01-10 dalej2003-01-10 Dale Johannesen <dalej@apple.com>
2002-12-18 jason * calls.c (expand_call): Don't try to be clever...
2002-12-17 jason * calls.c (expand_call): Handle CALL_EXPR_HAS_R...
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-09 sje * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove...
2002-11-18 hubicka * calls.c (alloca_call_p): New global function.
2002-11-11 hjl2002-11-10 H.J. Lu <hjl@gnu.org>
2002-10-21 uweigand * c-opts.c (missing_arg): Use cl_options[opt_index...
2002-10-11 hubicka * calls.c (expand_call): Simplify noreturn call.
2002-10-01 rth * calls.c (precompute_register_parameters)...
2002-09-27 davem2002-09-26 David S. Miller <davem@redhat.com>
next