aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+1
2004-07-14calls.c (expand_call): Fix typo in comment.Eric Christopher1-13/+13
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-30/+1
2004-07-13function.c (pass_by_reference): New.Richard Henderson1-6/+3
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson1-14/+23
2004-07-12function.c (expand_function_start): Ensure r_save is in Pmode.Steve Ellcey1-0/+1
2004-07-10calls.c (check_sibcall_argument_overlap_1): Handle pointers to incoming args ...Zdenek Dvorak1-1/+1
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-2/+2
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-3/+3
2004-07-08expr.h (FUNCTION_ARG_PARTIAL_NREGS): Default to 0.Alexandre Oliva1-20/+2
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-16/+0
2004-07-07calls.c (emit_library_call_value_1): Use mode of function parameter rather th...Jan Beulich1-1/+2
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-5/+6
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-164/+36
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-8/+8
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-2/+0
2004-06-24calls.c (shift_returned_value): Fix handling of non-integer TYPE_MODEs.Richard Sandiford1-1/+9
2004-06-24calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...Alan Modra1-18/+28
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-10/+10
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-22calls.c (initialize_argument_information): Forbid sibcalls if a callee-copied...Richard Sandiford1-0/+7
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor1-4/+1
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-2/+3
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-312/+163
2004-04-28calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY.Paul Brook1-1/+1
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-26/+1
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner1-3/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-2/+2
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-7/+7
2004-03-12re PR target/14547 (Passing _Complex long double does not follow the ABI)Richard Henderson1-3/+27
2004-03-11re PR target/14262 (Structure size computed wrong)Ulrich Weigand1-3/+6
2004-02-26calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or MAYBE_REG_PARM_STACK_S...Kazu Hirata1-25/+0
2004-02-23Out-of-date comments noticed while looking at PR 169.James E Wilson1-14/+10
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-6/+7
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-5/+9
2004-02-06tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra1-9/+9
2004-02-04calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.Mark Mitchell1-5/+11
2004-01-31bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-1/+1
2004-01-15re PR rtl-optimization/12372 (miscompilation of execute/20030307-1.c at -O2 a...John David Anglin1-0/+8
2004-01-14calls.c: Replace STRICT_ARGUMENT_NAMING in comments with...Kazu Hirata1-6/+7
2003-12-24calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.Mark Mitchell1-11/+22
2003-12-18calls.c (load_register_parameters): Don't use LOAD_ARGS_REVERSED.Kazu Hirata1-4/+0
2003-12-18calls.c (expand_call): Update comments.Kazu Hirata1-9/+10
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-08calls.c (expand_call): Don't try using tail or recursive calls after the func...Richard Sandiford1-1/+5
2003-11-20calls.c (expand_call): Allocate new temp in pass1.Fariborz Jahanian1-4/+19
2003-11-16Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford1-1/+35