alias.c (get_alias_set, [...]): Use MEM_P.
[gcc.git] / gcc / calls.c
2004-07-01 Jerry Quinnalias.c (get_alias_set, [...]): Use MEM_P.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove x_function_call_count.
2004-06-24 Richard Sandifordcalls.c (shift_returned_value): Fix handling of non...
2004-06-24 Alan Modracalls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlie...
2004-06-15 Jerry Quinnalias.c (record_set, [...]): Use REG_P.
2004-05-30 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-05-22 Richard Sandifordcalls.c (initialize_argument_information): Forbid sibca...
2004-05-21 Ian Lance Taylorsystem.h: Poison NO_RECURSIVE_FUNCTION_CSE.
2004-05-14 Zack Weinbergtree.def (documentation): Remove mention of class 'b'.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-04-28 Paul Brookcalls.c (precompute_arguments): Remove PROMOTE_FOR_CALL...
2004-04-23 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_fork...
2004-04-05 Richard Kennerc-decl.c (build_compound_literal): Use TYPE_READONLY.
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-03-12 Richard Hendersonre PR target/14547 (Passing _Complex long double does...
2004-03-11 Ulrich Weigandre PR target/14262 (Structure size computed wrong)
2004-02-26 Kazu Hiratacalls.c: Don't reference FINAL_REG_PARM_STACK_SPACE...
2004-02-24 James E WilsonOut-of-date comments noticed while looking at PR 169.
2004-02-17 Steven Bosscher(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_S...
2004-02-17 Mark Mitchellre PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer...
2004-02-06 Alan Modratm.texi (INIT_CUMULATIVE_ARGS): Update doco.
2004-02-04 Mark Mitchellcalls.c (initialize_argument_information): Add CALL_FRO...
2004-01-31 Kazu Hiratabt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-16 Kazu Hiratac-common.h: Fix comment formatting.
2004-01-15 John David Anglinre PR rtl-optimization/12372 (miscompilation of execute...
2004-01-14 Kazu Hiratacalls.c: Replace STRICT_ARGUMENT_NAMING in comments...
2003-12-24 Mark Mitchellcalls.c (expand_call): Recognize calls to "sqrt" and...
2003-12-18 Kazu Hiratacalls.c (load_register_parameters): Don't use LOAD_ARGS...
2003-12-18 Kazu Hiratacalls.c (expand_call): Update comments.
2003-12-13 Kazu Hiratac-typeck.c: Fix comment typos.
2003-12-08 Richard Sandifordcalls.c (expand_call): Don't try using tail or recursiv...
2003-11-20 Fariborz Jahaniancalls.c (expand_call): Allocate new temp in pass1.
2003-11-16 Richard SandifordMakefile.in (expr.o): Depend on $(TARGET_H).
2003-11-14 Jason Merrillre PR middle-end/12526 ([tree-ssa] internal compiler...
2003-10-07 Geoffrey Keatingfunction.c (pad_to_arg_alignment): Take STACK_POINTER_O...
2003-10-05 Kazu Hiratac-pretty-print.c: Fix comment typos.
2003-10-03 Jeff Sturmre PR rtl-optimization/12289 (Solaris 9/Intel bootstrap...
2003-09-21 Richard Hendersonc-format.c (gcc_diag_char_table): Add %J.
2003-09-18 Mark Mitchellre PR target/11184 ([ia64 hpux] ICE on __builtin_apply...
2003-09-16 Jason Merrillc-common.c (handle_warn_unused_result_attribute): New...
2003-09-06 Jan Hubickare PR target/12070 (ICE converting between double and...
2003-09-04 DJ Delorietarghooks.c: New file.
2003-08-27 Richard Sandifordcalls.c (initialize_argument_information): If an argume...
2003-08-23 Dale Johannesencalls.c (emit_library_call_value_1): Fix obvious errors...
2003-08-23 Jason Eckhardtcalls.c (emit_library_call_value_1): Remove code relate...
2003-08-20 Jason Merrilltree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
2003-08-06 Alan Modracalls.c (load_register_parameters): Arrange for call_fu...
2003-07-30 Alan Modracalls.c (load_register_parameters): When shifting reg...
2003-07-25 Gabriel Dos ReisRemove pedwarn_with_decl, warning_with_decl and error_w...
2003-07-19 Kaveh R. Ghazialias.c [...]: Remove unnecessary casts.
2003-07-18 Mark Mitchellre PR rtl-optimization/11557 (constant folding)
2003-07-14 Alan Modratm.texi (BLOCK_REG_PADDING): Describe.
2003-07-11 Geoffrey KeatingIndex: ChangeLog
2003-07-09 Roger Saylere PR other/11370 (-Wunreachable-code gives false compl...
2003-07-01 Jeff Lawstmt.c (any_pending_cleanups): Lose argument THIS_CONTO...
2003-06-30 Jason Merrilldefaults.h (PUSH_ARGS_REVERSED): Define default here.
2003-06-22 Andreas Jaeger* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2003-06-22 Andreas Jaegercaller-save.c: Convert to ISO C90.
2003-06-10 Steve Ellceycalls.c (expand_call): Convert structure_value_addr...
2003-06-10 Andrew Haleylanghooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
2003-06-04 Roger Saylecalls.c (expand_call): Avoid calling pure or const...
2003-06-03 Aldy Hernandezfunction.c (assign_parms): Split complex arguments.
2003-05-27 Richard Kennertree.h (contains_placeholder_p): Now returns bool.
2003-05-22 DJ Deloriecalls.c (expand_call): If the arg block is going to...
2003-05-17 Kaveh R. Ghazibuiltins.c (validate_arglist): Eliminate libiberty...
2003-05-03 Olivier Hainqueemit-rtl.c (last_call_insn, [...]): New functions.
2003-05-02 Alan Modracalls.c (struct arg_data): Move offset, slot_offset...
2003-04-29 Olivier Hainquecalls.c (expand_call): When modes of target and valreg...
2003-04-22 Mark MitchellMakefile.in (calls.o): Depend on except.h.
2003-04-21 Olivier Hainquecalls.c (expand_call): Prevent sibcall optimization...
2003-04-19 Richard KennerInstall proper version.
2003-04-19 Richard Kenner* calls.c (expand_call): Provide init for old_stack_poi...
2003-04-18 Olivier Hainquecalls.c (expand_call): Move special case for constructo...
2003-04-14 Roger Saylebuiltin-types.def (BT_FN_STRING_CONST_STRING): New...
2003-04-11 Richard Hendersonlibfuncs.h (LTI_setbits, [...]): New.
2003-03-14 Roger Saylecalls.c (flags_from_decl_or_type): Factor and remove...
2003-03-08 Kazu Hiratacalls.c: Fix comment formatting.
2003-03-05 Jan HubickaMakefile.in (calls.o, [...]): Depend on cgraph.h
2003-03-03 Jason Merrilltree-inline.c (find_builtin_longjmp_call): Save and...
2003-03-03 Jan Hubickacalls.c (rtx_for_function_call): Take the address as...
2003-02-23 Alan Modracalls.c (store_one_arg): Revert 1999-02-16 change.
2003-02-19 Jan Hubickacalls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
2003-02-10 Alan Modracalls.c (try_to_integrate): Tidy stack_usage_map access.
2003-01-28 Richard Henderson* calls.c (default_must_pass_in_stack): Fix typo in...
2003-01-26 Alexandre Olivacalls.c (emit_library_call_value_1): Handle return...
2003-01-26 Alan Modracalls.c (save_fixed_argument_area): Tidy.
2003-01-21 Kaveh R. Ghazi* calls.c (fix_unsafe_tree): Prototype.
2003-01-21 Christian Ehrhardtre PR rtl-optimization/7507 (ICE (segfault) with -O2)
2003-01-20 Richard Hendersonexpr.h (MUST_PASS_IN_STACK): Move implementation...
2003-01-18 Kazu Hiratabasic-block.h: Fix comment formatting.
2003-01-10 Dale Johannesencalls.c (load_register_parameters): Add is_sibcall...
2002-12-18 Jason Merrillcalls.c (expand_call): Don't try to be clever about...
2002-12-17 Jason Merrillcalls.c (expand_call): Handle CALL_EXPR_HAS_RETURN_SLOT...
2002-12-16 Zack WeinbergMerge basic-improvements-branch to trunk
2002-12-09 Steve Ellceytm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): Remove defini...
2002-11-18 Jan Hubickacalls.c (alloca_call_p): New global function.
2002-11-11 H.J. Lucalls.c (PUSH_ARGS_REVERSED): Define only if not defined.
next