Age | Commit message (Expand) | Author | Files | Lines |
1996-07-08 | (expand_call): For assign_stack_temp call in PARALLEL case, | Jim Wilson | 1 | -1/+1 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -10/+11 |
1996-06-06 | (expand_call): Handle NIL in PARALLEL. | Jim Wilson | 1 | -33/+39 |
1996-04-25 | (expand_call): In inlining case, if BEFORE_CALLS is zero, start | Richard Kenner | 1 | -4/+5 |
1996-04-11 | (expand_call): In inlining case, if BEFORE_CALLS is zero, start | Richard Kenner | 1 | -1/+2 |
1996-03-31 | calls.c (expand_call): Remove current_call_is_indirect nonsense. | Jeff Law | 1 | -18/+9 |
1996-03-26 | (expand_call): In convert_to_mode call, use word_mode | Jim Wilson | 1 | -1/+1 |
1996-03-02 | (expand_call): If passing by invisible ref, not const. | Richard Kenner | 1 | -0/+1 |
1996-02-09 | (expand_call): Test RTX_INTEGRATED_P in DECL_SAVED_INSNS. | Richard Kenner | 1 | -1/+2 |
1996-01-31 | (struct arg_data, expand_call): Test STRICT_ALIGN with #if. | Richard Kenner | 1 | -59/+52 |
1995-12-31 | (expand_call): Don't warn about not being able to inline if -O0. | Richard Kenner | 1 | -2/+3 |
1995-10-26 | (expand_call): Don't trust the callee to copy a TREE_ADDRESSABLE type. | Richard Kenner | 1 | -1/+2 |
1995-10-24 | (expand_call): Make sure valreg is at least a full word. | Richard Kenner | 1 | -0/+7 |
1995-06-22 | (expand_call): Correctly handle returning BLKmode structures in registers whe... | Richard Kenner | 1 | -28/+41 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-05-31 | (prepare_call_address): Only call use_reg on static_chain_rtx if it is | Richard Kenner | 1 | -1/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -2/+2 |
1995-05-08 | (expand_call): Improve -Winline warnings. | Jason Merrill | 1 | -2/+8 |
1995-04-20 | Use TREE_ADDRESSABLE rather than | TYPE_NEEDS_CONSTRUCTING to decide whether ... | Jason Merrill | 1 | -1/+5 |
1995-04-15 | (expand_call): Call preserve_temp_slots on temps made for BLKmode args | Richard Kenner | 1 | -2/+5 |
1995-03-27 | (expand_call, store_one_arg): Don't set KEEP in calls to | Richard Kenner | 1 | -3/+3 |
1995-02-23 | Fix formatting. | Richard Kenner | 1 | -4/+4 |
1995-02-21 | (emit_call_1): Added function declaration node argument passed to | Richard Kenner | 1 | -9/+20 |
1995-02-13 | (expand_call): Add missing paren in wilson's change on 11 Feb 95. | Roland McGrath | 1 | -6/+6 |
1995-02-11 | (expand_call): When setting n_named_args, depend on new | Jim Wilson | 1 | -9/+15 |
1995-01-28 | (expand_call): When emitting queue for each arg, call protect_from_queue... | Richard Kenner | 1 | -7/+10 |
1994-12-29 | calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass... | Jeff Law | 1 | -0/+5 |
1994-12-21 | (expand_call): Only inline if DECL_INLINE; don't call | Richard Kenner | 1 | -2/+2 |
1994-11-28 | calls.c (expand_call): Handle returning BLKmode values in registers. | Jeff Law | 1 | -0/+51 |
1994-11-28 | calls.c (expand_call): Do not set is_integrable if the function is not inline... | Jeff Law | 1 | -1/+2 |
1994-11-14 | (expand_call): If IS_CONST and VALREG == 0, end our sequence and emit | Richard Kenner | 1 | -2/+11 |
1994-11-05 | (store_one_arg): Preserve any temp slots whose address may have been | Richard Kenner | 1 | -1/+4 |
1994-10-17 | (expand_call, emit_library_call, emit_library_call_value): | Per Bothner | 1 | -64/+71 |
1994-09-29 | (emit_library_call): For FUNCTION_ARG_PASS_BY_REFERENCE, | Jim Wilson | 1 | -1/+1 |
1994-09-22 | (emit_call_1): Fix typo in last change. | Richard Kenner | 1 | -1/+1 |
1994-09-21 | (emit_call_1): Properly add a CLOBBER for sp to | Richard Kenner | 1 | -1/+2 |
1994-08-24 | (expand_call): Check for variable-sized return value in proper place. | Richard Kenner | 1 | -3/+3 |
1994-08-19 | (expand_call): If parm is transparent union, use type of first field. | Richard Kenner | 1 | -0/+6 |
1994-08-11 | (expand_call): Ensure we call force_operand on structure_value_addr. | Richard Kenner | 1 | -7/+10 |
1994-07-13 | tree.h (TYPE_NEEDS_CONSTRUCTING): New macro. | Jason Merrill | 1 | -0/+1 |
1994-06-14 | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1 | -1/+1 |
1994-06-02 | Update comments. | Richard Kenner | 1 | -2/+2 |
1994-05-27 | expr.c (use_reg): Fix recording of USE information. | Doug Evans | 1 | -2/+5 |
1994-05-19 | calls.c (expand_call): Only destroy temps here, if -fshort-temps is given. | Mike Stump | 1 | -6/+10 |
1994-05-13 | calls.c (expand_call): Only destroy temporaries at the end of function calls,... | Mike Stump | 1 | -3/+6 |
1994-05-11 | (emit_call_1): Put new function usage data at end of any data already | Richard Kenner | 1 | -2/+14 |
1994-05-06 | (prepare_call_address, emit_call_1, expand_call): Change from USE and CLOBBER... | Richard Kenner | 1 | -56/+28 |
1994-04-26 | Use new macro AGGREGATE_TYPE_P. | Per Bothner | 1 | -24/+5 |
1994-04-21 | (calls_function_1): A language-specific code must be assumed to call a functi... | Richard Kenner | 1 | -9/+19 |
1994-04-18 | (prepare_call_address): New arg REG_PARM_SEEN. | Richard Kenner | 1 | -6/+22 |