usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages
[gcc.git] / gcc / calls.c
2004-09-08 Richard Hendersonfunction.c (reference_callee_copied): New.
2004-09-07 Nathan Sidwellc-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-09-02 Richard Hendersonre PR middle-end/17258 (gcc.c-torture/compile/20030224...
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-18 Richard Hendersonrtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
2004-08-17 Paolo BonziniMakefile.in: Regenerate.
2004-08-16 Nathan Sidwellcalls.c (load_register_parameters): Remove spurious...
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-27 Steven Bosschercfgexpand.c (tree_expand_cfg): Fix comment.
2004-07-26 Richard Hendersoncalls.c (combine_pending_stack_adjustment_and_call...
2004-07-21 Eric Christopherbuiltins.c (expand_builtin_setjmp_receiver): Fix commen...
2004-07-16 Richard Hendersontree-def (WITH_SIZE_EXPR): New.
2004-07-14 Eric Christophercalls.c (expand_call): Fix typo in comment.
2004-07-14 Paolo Bonziniexpr.c (enqueue_insn, [...]): Remove.
2004-07-13 Richard Hendersonfunction.c (pass_by_reference): New.
2004-07-13 Richard Hendersontarget-def.h (TARGET_MUST_PASS_IN_STACK): New.
2004-07-12 Steve Ellceyfunction.c (expand_function_start): Ensure r_save is...
2004-07-10 Zdenek Dvorakcalls.c (check_sibcall_argument_overlap_1): Handle...
2004-07-10 Jakub Jelinekexpr.h (store_bit_field, [...]): Remove last argument.
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-08 Alexandre Olivaexpr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.
2004-07-08 Richard Hendersonexcept.c (expand_eh_region_start, [...]): Remove.
2004-07-08 Jan Beulichcalls.c (emit_library_call_value_1): Use mode of functi...
2004-07-05 Roger Saylecalls.c (load_register_parameters): Call expand_shift...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
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.
next