aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
AgeCommit message (Expand)Author
1999-05-08Donn Terry (donn@interix.com)Donn Terry
1999-04-29 * calls.c (emit_call_1): Pass rounded_stack_size to emit_callRichard Henderson
1999-04-26 * function.c (put_var_into_stack): Change ptr_mode to PmodeJeff Law
1999-04-25 * calls.c (emit_call_1): New arg rounded_stack_size; update callers.Richard Henderson
1999-03-19Warning fixes:Kaveh Ghazi
1999-03-09 * calls.c (load_register_parameters): New function.Jeffrey A Law
1999-03-09 * calls.c (expand_call): Slightly reorganize code.Jeffrey A Law
1999-03-09 * calls.c (compute_argument_addresses): New function.Jeffrey A Law
1999-03-08 * calls.c (initialize_argument_info): Accept a pointer toJeffrey A Law
1999-02-25 * sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structuresJ"orn Rennecke
1999-02-24 * calls.c (initialize_argument_information): New function extractedJeffrey A Law
1999-02-24 * calls.c (compute_argument_block_size): New function, extracted fromJeffrey A Law
1999-02-24 * calls.c (precompute_arguments): New function, extracted fromJeffrey A Law
1999-02-24 * calls.c (finalize_must_preallocate): New function, extracted fromJeffrey A Law
1999-02-16 * calls.c (store_one_arg): Mark any slots used for the argumentJeffrey A Law
1999-01-27Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law
1999-01-19 * calls.c (expand_call): Strip a TARGET_EXPR if we're passing byJason Merrill
1999-01-19 * rtl.h (rtx_def): Update documentation.Mark Mitchell
1999-01-07 * calls.c (store_unaligned_arguments_into_pseudos): Use xmalloc toMark Mitchell
1999-01-06Copyright fixes.Jeffrey A Law
1999-01-06Revert changes which crept in by accident.Jeffrey A Law
1999-01-06 * calls.c (special_function_p): Push alloca test inside the largeJeffrey A Law
1999-01-06 * calls.c (special_function_p): New function broken out ofJeffrey A Law
1998-11-20 * function.c (nonlocal_goto_handler_slots): Renamed fromBernd Schmidt
1998-11-19 * expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt
1998-11-08 * gansidecl.h: Prepend a "G" to the macro wrapping this fileKaveh Ghazi
1998-10-13Warning fixes:Kaveh Ghazi
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageKen Raeburn
1998-10-01 * calls.c (expand_call) : Encapsulate code intoGavin Romig-Koch
1998-08-26 * calls.c (expand_call): Use bitfield instructions to extract/depositJeffrey A Law
1998-08-26 * system.h: Include stdarg.h/varargs.h, make sure they are orderedKaveh Ghazi
1998-07-01 * expr.c (emit_group_load, emit_group_store): Rewrite consideringRichard Henderson
1998-06-20 * calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law
1998-05-13Warning fixes:Kaveh Ghazi
1998-05-06Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>Robert Lipe
1998-04-29 * calls.c (expand_call): Fix recognition of C++ operator new.John Carr
1998-04-29 * calls.c (expand_call): Bump the length limit on the speciallyAndreas Schwab
1998-04-098Jeffrey A Law
1998-04-04 * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeffrey A Law
1998-03-20Major cutover to using system.h:Kaveh Ghazi
1998-03-18Fix more warnings...Kaveh Ghazi
1998-02-14 * varasm.c (output_constant_pool): Bring back 'done' label insideJeffrey A Law
1998-02-13 * c-lang.c (finish_file): Bracket declaration of static_ctors,Robert Lipe
1998-02-08 * bitmap.c (bitmap_debug_file): HOST_PTR_PRINTF converts a pointer,John Carr
1998-02-07 * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.Robert Lipe
1998-02-06 * calls.c (expand_call): Don't confuse member functions namedMark Mitchell
1998-01-16`Jeffrey A Law
1998-01-14* alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO;Richard Henderson
1997-12-24 * flags.h, toplev.c, calls.c, alias.c: Remove flag_alias_check;Jeffrey A Law
1997-12-18 * calls.c (expand_call): Implement LOAD_ARGS_REVERSED.Jeffrey A Law