| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (emit_call_1): Added function declaration node argument passed to | kenner | 1995-02-21 | 1 | -9/+20 |
* | (expand_call): Add missing paren in wilson's change on 11 Feb 95. | roland | 1995-02-13 | 1 | -6/+6 |
* | (expand_call): When setting n_named_args, depend on new | wilson | 1995-02-11 | 1 | -9/+15 |
* | (expand_call): When emitting queue for each arg, call | kenner | 1995-01-28 | 1 | -7/+10 |
* | * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return | law | 1994-12-30 | 1 | -0/+5 |
* | (expand_call): Only inline if DECL_INLINE; don't call | kenner | 1994-12-21 | 1 | -2/+2 |
* | * calls.c (expand_call): Handle returning BLKmode values in | law | 1994-11-29 | 1 | -0/+51 |
* | * calls.c (expand_call): Do not set is_integrable if the | law | 1994-11-29 | 1 | -1/+2 |
* | (expand_call): If IS_CONST and VALREG == 0, end our sequence and emit | kenner | 1994-11-14 | 1 | -2/+11 |
* | (store_one_arg): Preserve any temp slots whose address may have been | kenner | 1994-11-05 | 1 | -1/+4 |
* | (expand_call, emit_library_call, emit_library_call_value): | bothner | 1994-10-17 | 1 | -64/+71 |
* | (emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE, | wilson | 1994-09-29 | 1 | -1/+1 |
* | (emit_call_1): Fix typo in last change. | kenner | 1994-09-22 | 1 | -1/+1 |
* | (emit_call_1): Properly add a CLOBBER for sp to | kenner | 1994-09-21 | 1 | -1/+2 |
* | (expand_call): Check for variable-sized return value in proper place. | kenner | 1994-08-24 | 1 | -3/+3 |
* | (expand_call): If parm is transparent union, use type of first field. | kenner | 1994-08-19 | 1 | -0/+6 |
* | (expand_call): Ensure we call force_operand on structure_value_addr. | kenner | 1994-08-11 | 1 | -7/+10 |
* | Wed Jul 13 03:30:36 1994 Jason Merrill (jason@deneb.cygnus.com) | merrill | 1994-07-13 | 1 | -0/+1 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -1/+1 |
* | Update comments. | kenner | 1994-06-02 | 1 | -2/+2 |
* | * expr.c (use_reg): Fix recording of USE information. | dje | 1994-05-27 | 1 | -2/+5 |
* | * calls.c (expand_call): Only destroy temps here, if -fshort-temps | mrs | 1994-05-19 | 1 | -6/+10 |
* | * calls.c (expand_call): Only destroy temporaries at the end | mrs | 1994-05-13 | 1 | -3/+6 |
* | (emit_call_1): Put new function usage data at end of any data already | kenner | 1994-05-11 | 1 | -2/+14 |
* | (prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER | kenner | 1994-05-06 | 1 | -56/+28 |
* | Use new macro AGGREGATE_TYPE_P. | bothner | 1994-04-26 | 1 | -24/+5 |
* | (calls_function_1): A language-specific code must be assumed to call a | kenner | 1994-04-21 | 1 | -9/+19 |
* | (prepare_call_address): New arg REG_PARM_SEEN. | kenner | 1994-04-18 | 1 | -6/+22 |
* | (expand_call): Use promote_mode. | kenner | 1994-04-18 | 1 | -26/+10 |
* | (expand_call, emit_library_call{,_value}, store_one_arg): Use | kenner | 1994-04-11 | 1 | -9/+11 |
* | (emit_library_call_value): Move is_const set after ifdef. | wilson | 1994-04-08 | 1 | -3/+3 |
* | (emit_library_call_value): New variable is_const. Clear | wilson | 1994-04-06 | 1 | -1/+6 |
* | (emit_library_call): Move the invocation of prepare_call_address before the | kenner | 1994-04-06 | 1 | -6/+6 |
* | (expand_call): If PCC_STATIC_STRUCT_RETURN defined, mark | wilson | 1994-04-04 | 1 | -1/+9 |
* | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | kenner | 1994-03-30 | 1 | -2/+2 |
* | (expand_call): Don't require both -W and -Winline to say that call can't be | kenner | 1994-03-25 | 1 | -4/+7 |
* | (expand_call): Undo Feb 27 change. Set nregs to -1 for | wilson | 1994-03-17 | 1 | -17/+12 |
* | (expand_call): For pcc_struct_value case, set | wilson | 1994-03-08 | 1 | -0/+6 |
* | (expand_call): Set nregs to -1 for BLKmode parameter, | wilson | 1994-02-27 | 1 | -5/+11 |
* | (expand_call): Initialize OLD_PENDING_ADJ. | kenner | 1994-02-27 | 1 | -1/+1 |
* | (expand_call): Functions may be const or volatile from their type. | kenner | 1994-02-23 | 1 | -8/+9 |
* | (expand_call): When preserving subexpressions, don't put expensive | kenner | 1994-02-12 | 1 | -1/+13 |
* | If __STDC__, include gstdarg and use ANSI form of varargs. | kenner | 1994-02-10 | 1 | -17/+35 |
* | (expand_call, store_one_arg): Properly push and pop temporary level | kenner | 1993-12-12 | 1 | -6/+15 |
* | (emit_library_call): Use Pmode, not OUTMODE, when passing in structure | kenner | 1993-12-02 | 1 | -5/+5 |
* | (expand_call): Discard __ prefix like _ or __x. | rms | 1993-11-05 | 1 | -1/+9 |
* | (emit_library_call_value): Compute struct_value_size, | rms | 1993-10-08 | 1 | -1/+4 |
* | (emit_library_call): Fix typo in last change; should use Pmode instead | kenner | 1993-10-08 | 1 | -1/+5 |
* | (emit_library_call, emit_library_call_value): | rms | 1993-10-07 | 1 | -8/+26 |
* | (expand_call): Add yet another assignment to MEM_IN_STRUCT_P. | kenner | 1993-10-06 | 1 | -0/+6 |