summaryrefslogtreecommitdiff
path: root/gcc/calls.c
Commit message (Expand)AuthorAgeFilesLines
* calls.c (precompute_arguments): Remove PROMOTE_FOR_CALL_ONLY.Paul Brook2004-04-281-1/+1
* Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak2004-04-231-26/+1
* c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner2004-04-051-3/+2
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-2/+2
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-1/+1
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-7/+7
* re PR target/14547 (Passing _Complex long double does not follow the ABI)Richard Henderson2004-03-121-3/+27
* re PR target/14262 (Structure size computed wrong)Ulrich Weigand2004-03-111-3/+6
* calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or MAYBE_REG_PARM_STACK_S...Kazu Hirata2004-02-261-25/+0
* Out-of-date comments noticed while looking at PR 169.James E Wilson2004-02-231-14/+10
* (c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher2004-02-171-6/+7
* re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell2004-02-171-5/+9
* tm.texi (INIT_CUMULATIVE_ARGS): Update doco.Alan Modra2004-02-061-9/+9
* calls.c (initialize_argument_information): Add CALL_FROM_THUNK_P parameter.Mark Mitchell2004-02-041-5/+11
* bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (".Kazu Hirata2004-01-311-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2004-01-161-1/+1
* re PR rtl-optimization/12372 (miscompilation of execute/20030307-1.c at -O2 a...John David Anglin2004-01-151-0/+8
* calls.c: Replace STRICT_ARGUMENT_NAMING in comments with...Kazu Hirata2004-01-141-6/+7
* calls.c (expand_call): Recognize calls to "sqrt" and create corresponding notes.Mark Mitchell2003-12-241-11/+22
* calls.c (load_register_parameters): Don't use LOAD_ARGS_REVERSED.Kazu Hirata2003-12-181-4/+0
* calls.c (expand_call): Update comments.Kazu Hirata2003-12-181-9/+10
* c-typeck.c: Fix comment typos.Kazu Hirata2003-12-131-1/+1
* calls.c (expand_call): Don't try using tail or recursive calls after the func...Richard Sandiford2003-12-081-1/+5
* calls.c (expand_call): Allocate new temp in pass1.Fariborz Jahanian2003-11-201-4/+19
* Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford2003-11-161-1/+35
* re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill2003-11-141-0/+22
* function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...Geoffrey Keating2003-10-071-4/+0
* c-pretty-print.c: Fix comment typos.Kazu Hirata2003-10-051-1/+1
* re PR rtl-optimization/12289 (Solaris 9/Intel bootstrap failure: ICE in expan...Jeff Sturm2003-10-031-8/+9
* c-format.c (gcc_diag_char_table): Add %J.Richard Henderson2003-09-201-4/+2
* re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell2003-09-181-5/+2
* c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill2003-09-161-1/+14
* re PR target/12070 (ICE converting between double and long double with -msoft...Jan Hubicka2003-09-061-6/+36
* targhooks.c: New file.DJ Delorie2003-09-031-28/+33
* calls.c (initialize_argument_information): If an argument has no stack space ...Richard Sandiford2003-08-271-0/+8
* calls.c (emit_library_call_value_1): Fix obvious errors in arguments to emit_...Dale Johannesen2003-08-231-2/+3
* calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE.Jason Eckhardt2003-08-231-7/+0
* tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill2003-08-201-2/+2
* calls.c (load_register_parameters): Arrange for call_fusage to report the who...Alan Modra2003-08-061-5/+10
* calls.c (load_register_parameters): When shifting reg sized values to the msb...Alan Modra2003-07-301-22/+21
* Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis2003-07-251-2/+4
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-11/+8
* re PR rtl-optimization/11557 (constant folding)Mark Mitchell2003-07-181-1/+4
* tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra2003-07-141-33/+87
* Index: ChangeLogGeoffrey Keating2003-07-111-2/+8
* re PR other/11370 (-Wunreachable-code gives false complaints)Roger Sayle2003-07-091-2/+11
* stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law2003-06-301-4/+4
* defaults.h (PUSH_ARGS_REVERSED): Define default here.Jason Merrill2003-06-301-20/+0
* * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.Andreas Jaeger2003-06-221-1/+1