summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
...
* * calls.c (emit_library_call_value_1): Use mode of function parameterrth2004-07-081-1/+2
* * calls.c (load_register_parameters): Call expand_shift insteadsayle2004-07-051-5/+6
* * c-decl.c (grokdeclarator): Don't frob current_function_declrth2004-07-031-164/+36
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-8/+8
* * function.h (struct function): Remove x_function_call_count.rth2004-07-011-2/+0
* * calls.c (shift_returned_value): Fix handling of non-integerrsandifo2004-06-241-1/+9
* * calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, andamodra2004-06-241-18/+28
* 2004-06-15 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-151-10/+10
* * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,kazu2004-05-301-1/+1
* * calls.c (initialize_argument_information): Forbid sibcalls if arsandifo2004-05-221-0/+7
* * system.h: Poison NO_RECURSIVE_FUNCTION_CSE.ian2004-05-211-4/+1
* * tree.def (documentation): Remove mention of class 'b'.zack2004-05-141-2/+3
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-312/+163
* * calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY.pbrook2004-04-281-1/+1
* * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,rakdver2004-04-231-26/+1
* * c-decl.c (build_compound_literal): Use TYPE_READONLY.kenner2004-04-051-3/+2
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-2/+2
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-201-1/+1
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-7/+7
* PR target/14547rth2004-03-121-3/+27
* PR target/14262uweigand2004-03-111-3/+6
* * calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE orkazu2004-02-261-25/+0
* Out-of-date comments noticed while looking at PR 169.wilson2004-02-241-14/+10
* * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,steven2004-02-171-6/+7
* PR c++/11326mmitchel2004-02-171-5/+9
* * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.amodra2004-02-061-9/+9
* * calls.c (initialize_argument_information): Add CALL_FROM_THUNK_Ppbrook2004-02-041-5/+11
* * bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".kazu2004-01-311-1/+1
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * c-common.h: Fix comment formatting.kazu2004-01-161-1/+1
* PR optimization/12372danglin2004-01-151-0/+8
* * calls.c: Replace STRICT_ARGUMENT_NAMING in comments withkazu2004-01-141-6/+7
* * calls.c (expand_call): Recognize calls to "sqrt" and createmmitchel2003-12-241-11/+22
* * calls.c (load_register_parameters): Don't usekazu2003-12-181-4/+0
* * calls.c (expand_call): Update comments.kazu2003-12-181-9/+10
* * c-typeck.c: Fix comment typos.kazu2003-12-131-1/+1
* * 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