regmove.c (optimize_reg_copy_1): Undo Aug 18 change.
[gcc.git] / gcc / calls.c
1999-01-07 Mark Mitchellcalls.c (store_unaligned_arguments_into_pseudos): Use...
1999-01-06 Jeff LawCopyright fixes.
1999-01-06 Jeff LawRevert changes which crept in by accident.
1999-01-06 Jeffrey A Lawcalls.c (special_function_p): Push alloca test inside...
1999-01-06 Jeffrey A Lawcalls.c (special_function_p): New function broken out...
1998-11-20 Bernd Schmidtfunction.c (nonlocal_goto_handler_slots): Renamed from...
1998-11-19 Bernd Schmidtexpr.c (STACK_BYTES): Delete unused macro.
1998-11-08 Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-10-13 Kaveh R. GhaziWarning fixes:
1998-10-11 Ken RaeburnFine-grained control of -fcheck-memory-usage with new...
1998-10-01 Gavin Romig-Kochcalls.c (expand_call): Encapsulate code into copy_blkmo...
1998-08-26 Jeffrey A Lawcalls.c (expand_call): Use bitfield instructions to...
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-07-01 Richard Hendersonexpr.c (emit_group_load, [...]): Rewrite considering...
1998-06-20 Jeffrey A Lawcalls.c (expand_call): Initialize "src" and "dest".
1998-05-13 Kaveh R. GhaziWarning fixes:
1998-05-06 Robert Lipetoplev.h: New file.
1998-04-29 John Carrcalls.c (expand_call): Fix recognition of C++ operator...
1998-04-29 Andreas Schwabcalls.c (expand_call): Bump the length limit on the...
1998-04-09 Jeff Lawcalls.c (expand_call): Fix typo.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-18 Kaveh R. GhaziFix more warnings...
1998-02-14 Jeffrey A Lawvarasm.c (output_constant_pool): Bring back 'done'...
1998-02-13 Robert Lipec-lang.c (finish_file): Bracket declaration of static_c...
1998-02-08 John Carrbitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts...
1998-02-07 Robert Lipec-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
1998-02-06 Mark Mitchellcalls.c (expand_call): Don't confuse member functions...
1998-01-16 Jeff Lawcalls.c (expand_call): Move #ifdef code out of macro...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1997-12-24 John Carrflags.h, [...]: Remove flag_alias_check; optimization...
1997-12-18 Gavin Koch* calls.c (expand_call): Implement LOAD_ARGS_REVERSED.
1997-12-07 Jeff LawMerge from gcc-2.8
1997-11-14 Jeffrey A Law* calls.c (expand_call): Handle pcc_struct_value correc...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-08-11 Jeffrey A Law* Integrate alias analysis changes from jfc@mit.edu
1997-08-02 Richard Kenner(store_one_arg): Allow stack_slot to be SP in ARGS_GROW...
1997-08-02 Richard Kenner(expand_call): If -fcheck-memory-usage...
1997-07-25 Richard Kenner(expand_call): If -fstack-check and temp needed for...
1997-07-16 Richard Kenner(emit_library_call_value): Initialize all argvec elements.
1997-07-14 Jeff Lawcalls.c (emit_library_call): Use right index into argve...
1997-05-06 Mike Stumpreformat a little to match GNU coding standards.
1997-04-24 Jason Merrillx
1997-04-23 Mike StumpAdd setjmp/longjmp exception handling.
1997-04-15 Jeff LawFix typo in last change.
1997-04-14 Jeff Lawcalls.c (emit_library_call): Handle saving of stack...
1997-04-13 Doug Evanscalls.c (expand_call): When copying unaligned values...
1997-01-04 Richard Kenner(emit_library_call_value): Remove redundant check for...
1996-12-13 Ian Lance TaylorCheck SMALL_REGISTER_CLASSES at runtime
1996-12-12 Richard Kenner(emit_library_call): Don't pass VOIDmode to type_for_mode.
1996-12-11 Richard Kenner(emit_library_call...
1996-10-31 Jim Wilson(expand_call): Disable special handling for const calls
1996-10-24 Richard KennerFix typo in comment.
1996-10-23 Jim Wilson(expand_call): In target code, move PARALLEL case above
1996-07-08 Jim Wilson(expand_call): For assign_stack_temp call in PARALLEL...
1996-07-03 Mike Stumpformatting tweaks
1996-06-06 Jim Wilson(expand_call): Handle NIL in PARALLEL.
1996-04-25 Richard Kenner(expand_call): In inlining case, if BEFORE_CALLS is...
1996-04-11 Richard Kenner(expand_call): In inlining case, if BEFORE_CALLS is...
1996-04-01 Jeff Lawcalls.c (expand_call): Remove current_call_is_indirect...
1996-03-26 Jim Wilson(expand_call): In convert_to_mode call, use word_mode
1996-03-02 Richard Kenner(expand_call): If passing by invisible ref, not const.
1996-02-09 Richard Kenner(expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS.
1996-01-31 Richard Kenner(struct arg_data, expand_call): Test STRICT_ALIGN with...
1995-12-31 Richard Kenner(expand_call): Don't warn about not being able to inlin...
1995-10-27 Richard Kenner(expand_call): Don't trust the callee to copy a TREE_AD...
1995-10-24 Richard Kenner(expand_call): Make sure valreg is at least a full...
1995-06-23 Richard Kenner(expand_call): Correctly handle returning BLKmode struc...
1995-06-15 Richard KennerUpdate FSF address.
1995-05-31 Richard Kenner(prepare_call_address): Only call use_reg on static_cha...
1995-05-16 Richard KennerFix typos in comments.
1995-05-08 Jason Merrill(expand_call): Improve -Winline warnings.
1995-04-20 Jason MerrillUse TREE_ADDRESSABLE rather than | TYPE_NEEDS_CONSTRUCT...
1995-04-15 Richard Kenner(expand_call): Call preserve_temp_slots on temps made...
1995-03-28 Richard Kenner(expand_call, store_one_arg): Don't set KEEP in calls to
1995-02-23 Richard KennerFix formatting.
1995-02-21 Richard Kenner(emit_call_1): Added function declaration node argument...
1995-02-13 Roland McGrath(expand_call): Add missing paren in wilson's change...
1995-02-11 Jim Wilson(expand_call): When setting n_named_args, depend on new
1995-01-28 Richard Kenner(expand_call): When emitting queue for each arg, call...
1994-12-30 Jeff Lawcalls.c (expand_call): Set MEM_IN_STRUCT_P as needed...
1994-12-21 Richard Kenner(expand_call): Only inline if DECL_INLINE; don't call
1994-11-29 Jeff Lawcalls.c (expand_call): Handle returning BLKmode values...
1994-11-29 Jeff Lawcalls.c (expand_call): Do not set is_integrable if...
1994-11-14 Richard Kenner(expand_call): If IS_CONST and VALREG == 0, end our...
1994-11-05 Richard Kenner(store_one_arg): Preserve any temp slots whose address...
1994-10-17 Per Bothner(expand_call, emit_library_call, emit_library_call_value):
1994-09-29 Jim Wilson(emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE,
1994-09-22 Richard Kenner(emit_call_1): Fix typo in last change.
1994-09-21 Richard Kenner(emit_call_1): Properly add a CLOBBER for sp to
1994-08-24 Richard Kenner(expand_call): Check for variable-sized return value...
1994-08-19 Richard Kenner(expand_call): If parm is transparent union, use type...
1994-08-11 Richard Kenner(expand_call): Ensure we call force_operand on structur...
1994-07-13 Jason Merrilltree.h (TYPE_NEEDS_CONSTRUCTING): New macro.
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-02 Richard KennerUpdate comments.
1994-05-27 Doug Evansexpr.c (use_reg): Fix recording of USE information.
1994-05-19 Mike Stumpcalls.c (expand_call): Only destroy temps here, if...
1994-05-13 Mike Stumpcalls.c (expand_call): Only destroy temporaries at...
1994-05-11 Richard Kenner(emit_call_1): Put new function usage data at end of...
next