aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-14re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill1-0/+22
2003-10-07function.c (pad_to_arg_alignment): Take STACK_POINTER_OFFSET into account whe...Geoffrey Keating1-4/+0
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-03re PR rtl-optimization/12289 (Solaris 9/Intel bootstrap failure: ICE in expan...Jeff Sturm1-8/+9
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-4/+2
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-5/+2
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-1/+14
2003-09-06re PR target/12070 (ICE converting between double and long double with -msoft...Jan Hubicka1-6/+36
2003-09-03targhooks.c: New file.DJ Delorie1-28/+33
2003-08-27calls.c (initialize_argument_information): If an argument has no stack space ...Richard Sandiford1-0/+8
2003-08-23calls.c (emit_library_call_value_1): Fix obvious errors in arguments to emit_...Dale Johannesen1-2/+3
2003-08-23calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE.Jason Eckhardt1-7/+0
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill1-2/+2
2003-08-06calls.c (load_register_parameters): Arrange for call_fusage to report the who...Alan Modra1-5/+10
2003-07-30calls.c (load_register_parameters): When shifting reg sized values to the msb...Alan Modra1-22/+21
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-2/+4
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-11/+8
2003-07-18re PR rtl-optimization/11557 (constant folding)Mark Mitchell1-1/+4
2003-07-14tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra1-33/+87
2003-07-11Index: ChangeLogGeoffrey Keating1-2/+8
2003-07-09re PR other/11370 (-Wunreachable-code gives false complaints)Roger Sayle1-2/+11
2003-06-30stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law1-4/+4
2003-06-30defaults.h (PUSH_ARGS_REVERSED): Define default here.Jason Merrill1-20/+0
2003-06-22* calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.Andreas Jaeger1-1/+1
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-203/+96
2003-06-10calls.c (expand_call): Convert structure_value_addr to Pmode if necessary.Steve Ellcey1-0/+5
2003-06-10langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.Andrew Haley1-4/+5
2003-06-04calls.c (expand_call): Avoid calling pure or const functions when the result ...Roger Sayle1-5/+31
2003-06-03function.c (assign_parms): Split complex arguments.Aldy Hernandez1-2/+89
2003-05-27tree.h (contains_placeholder_p): Now returns bool.Richard Kenner1-2/+1
2003-05-22calls.c (expand_call): If the arg block is going to grow downward...DJ Delorie1-1/+6
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-22/+12
2003-05-03emit-rtl.c (last_call_insn, [...]): New functions.Olivier Hainque1-30/+20
2003-05-02calls.c (struct arg_data): Move offset, slot_offset, size and alignment_pad t...Alan Modra1-109/+61
2003-04-29calls.c (expand_call): When modes of target and valreg match, force sibcall f...Olivier Hainque1-0/+6
2003-04-22Makefile.in (calls.o): Depend on except.h.Mark Mitchell1-0/+3
2003-04-21calls.c (expand_call): Prevent sibcall optimization for calls to nested subpr...Olivier Hainque1-0/+4
2003-04-19Install proper version.Richard Kenner1-4/+0
2003-04-19* calls.c (expand_call): Provide init for old_stack_pointer_delta.Richard Kenner1-1/+5
2003-04-18calls.c (expand_call): Move special case for constructor calls to right place.Olivier Hainque1-48/+65
2003-04-14builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.Roger Sayle1-16/+0
2003-04-11libfuncs.h (LTI_setbits, [...]): New.Richard Henderson1-3/+1
2003-03-14calls.c (flags_from_decl_or_type): Factor and remove redundant conditional te...Roger Sayle1-7/+10