]> gcc.gnu.org Git - gcc.git/history - gcc/calls.c
Edit to add a missing $(exeext) for CCCP.
[gcc.git] / gcc / calls.c
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...
1994-05-06 Richard Kenner(prepare_call_address, emit_call_1, expand_call): Chang...
1994-04-26 Per BothnerUse new macro AGGREGATE_TYPE_P.
1994-04-21 Richard Kenner(calls_function_1): A language-specific code must be...
1994-04-18 Richard Kenner(prepare_call_address): New arg REG_PARM_SEEN.
1994-04-18 Richard Kenner(expand_call): Use promote_mode.
1994-04-11 Richard Kenner(expand_call, emit_library_call{,_value}, store_one_arg...
1994-04-08 Jim Wilson(emit_library_call_value): Move is_const set after...
1994-04-06 Jim Wilson(emit_library_call_value): New variable is_const.
1994-04-06 Richard Kenner(emit_library_call): Move the invocation of prepare_cal...
1994-04-04 Jim Wilson(expand_call): If PCC_STATIC_STRUCT_RETURN defined...
1994-03-30 Richard KennerInclude <stdarg.h> instead of "gstdarg.h"; similarly...
1994-03-25 Richard Kenner(expand_call): Don't require both -W and -Winline to...
1994-03-17 Jim Wilson(expand_call): Undo Feb 27 change.
1994-03-08 Jim Wilson(expand_call): For pcc_struct_value case, set
1994-02-27 Jim Wilson(expand_call): Set nregs to -1 for BLKmode parameter,
1994-02-27 Richard Kenner(expand_call): Initialize OLD_PENDING_ADJ.
1994-02-23 Richard Kenner(expand_call): Functions may be const or volatile from...
1994-02-12 Richard Kenner(expand_call): When preserving subexpressions, don...
1994-02-10 Richard KennerIf __STDC__, include gstdarg and use ANSI form of varargs.
1993-12-12 Richard Kenner(expand_call, store_one_arg): Properly push and pop...
1993-12-02 Richard Kenner(emit_library_call): Use Pmode, not OUTMODE, when passi...
1993-11-05 Richard Stallman(expand_call): Discard __ prefix like _ or __x.
1993-10-08 Richard Stallman(emit_library_call_value): Compute struct_value_size,
1993-10-08 Richard Kenner(emit_library_call): Fix typo in last change; should...
1993-10-07 Richard Stallman(emit_library_call, emit_library_call_value):
1993-10-06 Richard Kenner(expand_call): Add yet another assignment to MEM_IN_STR...
1993-10-06 Richard Kenner(expand_call): Properly test if we need to promote...
1993-10-04 Richard Kenner(expand_call): Pass objects who size depends on the...
1993-10-04 Richard Kenner(expand_call): Set MEM_IN_STRUCT_P in stack slot if...
1993-09-15 Richard Stallman(emit_library_call_value): Finish making it work.
1993-08-03 Richard Kenner(store_one_arg): Don't pass ARG->STACK as TARGET if...
1993-08-02 Richard Stallman(expand_call): Check properly for volatile function.
1993-07-28 Jim Wilson(expand_call): For unaligned arguments on
1993-07-05 Richard KennerFix typo: had ARGS_GROW_DOWNARD.
1993-06-27 Richard Kenner(expand_call): If function hasn't been used before...
1993-06-26 Richard Kenner(expand_calls): Fix typo: ALLOCATE_OUTGOING_ARGS
1993-06-26 Richard Stallman(calls_function_1): Add declaration.
1993-06-26 Richard Stallman(calls_function): Don't scan a single save_expr twice.
1993-06-20 Richard Stallman(expand_call): In last change, preserve the temp slot.
1993-06-14 Richard Stallman(expand_call): If PCC_STATIC_STRUCT_RETURN and TARGET
1993-05-20 Richard Stallman(expand_call): Declare and set current_call_is_indirect.
1993-04-19 Doug Evans(expand_call): Use new FUNCTION_ARG_CALLEE_COPIES macro.
1993-04-17 Brendan Kehoecalls.c (expand_call): Check warn_inline before complai...
1993-04-13 Richard Kenner(expand_call): Last arg of emit_stack_save is NULL_RTX.
1993-04-13 Richard KennerTreat QUAL_UNION_TYPE like UNION_TYPE when seeing if...
1993-04-04 Richard Stallman(expand_call) [PCC_STATIC_STRUCT_RETURN]:
1993-03-29 Richard Kenner(expand_call): Always allocate TARGET in mode of result...
1993-03-25 Richard Kenner(store_one_arg): Fix typo in previous change.
1993-03-24 Richard Kenner(store_one_arg): Use int_size_in_bytes and expr_size...
1993-03-23 Richard Kenner(prepare_call_address): Again not static.
1993-03-23 Richard KennerInclude gvarargs.h.
1993-03-23 Richard Kenner(expand_call): Use expr_size instead of doing it ourself.
1993-03-19 Richard Stallman(emit_call_1): Don't defer pops in const call.
1993-03-18 Doug Evans* (expand_call): Fix bug (don't clobber bitpos).
1993-03-14 Richard Stallman(emit_call_1): Restore inhibit_defer_pop before popping...
1993-03-13 Richard KennerCorrectly define PUSH_ARGS_REVERSED.
1993-03-06 Richard Kenner(expand_call): Fix typo in unaligned code.
1993-02-19 Jim Wilson(expand_call): When MAYBE_REG_PARM_STACK_SPACE defined,
1993-02-08 Richard KennerAllow passing nonaligned BLKmode structs in regs.
1993-02-07 Richard Kenner(struct arg_data): New field MODE.
1993-01-25 Jim Wilson(calls_alloca): Change name to calls_function.
1993-01-12 Brendan Kehoecalls.c (emit_call_1): Pass a NULL_RTX into emit_call_i...
1993-01-10 Paul Eggert# Fix misspellings in comments.
1993-01-06 Jim Wilson(expand_call): Pass NULL_RTX to INIT_CUMULATIVE_ARGS.
1993-01-02 Richard Stallman(expand_call): Don't use int_size_in_bytes for a variab...
1992-11-06 Richard Stallman(expand_call)[ARGS_GROW_DOWNWARD] Fix fencepost error...
1992-10-25 Richard Stallman(expand_call): Don't call convert_to_mode if we obtained
1992-10-12 Richard Stallman(calls_alloca): Don't look within DECL_INITIAL if it...
next
This page took 0.816187 seconds and 107 git commands to generate.