Age | Commit message (Expand) | Author | Files | Lines |
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 |
1994-04-18 | (expand_call): Use promote_mode. | Richard Kenner | 1 | -26/+10 |
1994-04-11 | (expand_call, emit_library_call{,_value}, store_one_arg): Use | Richard Kenner | 1 | -9/+11 |
1994-04-07 | (emit_library_call_value): Move is_const set after ifdef. | Jim Wilson | 1 | -3/+3 |
1994-04-06 | (emit_library_call_value): New variable is_const. | Jim Wilson | 1 | -1/+6 |
1994-04-06 | (emit_library_call): Move the invocation of prepare_call_address before the a... | Richard Kenner | 1 | -6/+6 |
1994-04-04 | (expand_call): If PCC_STATIC_STRUCT_RETURN defined, mark | Jim Wilson | 1 | -1/+9 |
1994-03-30 | Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs. | Richard Kenner | 1 | -2/+2 |
1994-03-25 | (expand_call): Don't require both -W and -Winline to say that call can't be i... | Richard Kenner | 1 | -4/+7 |
1994-03-17 | (expand_call): Undo Feb 27 change. | Jim Wilson | 1 | -17/+12 |
1994-03-07 | (expand_call): For pcc_struct_value case, set | Jim Wilson | 1 | -0/+6 |
1994-02-27 | (expand_call): Set nregs to -1 for BLKmode parameter, | Jim Wilson | 1 | -5/+11 |
1994-02-27 | (expand_call): Initialize OLD_PENDING_ADJ. | Richard Kenner | 1 | -1/+1 |
1994-02-23 | (expand_call): Functions may be const or volatile from their type. | Richard Kenner | 1 | -8/+9 |
1994-02-12 | (expand_call): When preserving subexpressions, don't put expensive | Richard Kenner | 1 | -1/+13 |
1994-02-10 | If __STDC__, include gstdarg and use ANSI form of varargs. | Richard Kenner | 1 | -17/+35 |
1993-12-12 | (expand_call, store_one_arg): Properly push and pop temporary level | Richard Kenner | 1 | -6/+15 |
1993-12-02 | (emit_library_call): Use Pmode, not OUTMODE, when passing in structure | Richard Kenner | 1 | -5/+5 |
1993-11-05 | (expand_call): Discard __ prefix like _ or __x. | Richard Stallman | 1 | -1/+9 |
1993-10-08 | (emit_library_call_value): Compute struct_value_size, | Richard Stallman | 1 | -1/+4 |
1993-10-08 | (emit_library_call): Fix typo in last change; should use Pmode instead | Richard Kenner | 1 | -1/+5 |
1993-10-07 | (emit_library_call, emit_library_call_value): | Richard Stallman | 1 | -8/+26 |
1993-10-06 | (expand_call): Add yet another assignment to MEM_IN_STRUCT_P. | Richard Kenner | 1 | -0/+6 |
1993-10-05 | (expand_call): Properly test if we need to promote operand; use | Richard Kenner | 1 | -4/+5 |
1993-10-03 | (expand_call): Pass objects who size depends on the contents of the | Richard Kenner | 1 | -4/+7 |
1993-10-03 | (expand_call): Set MEM_IN_STRUCT_P in stack slot if appropriate. | Richard Kenner | 1 | -0/+5 |
1993-09-15 | (emit_library_call_value): Finish making it work. | Richard Stallman | 1 | -34/+65 |
1993-08-03 | (store_one_arg): Don't pass ARG->STACK as TARGET if it is a different | Richard Kenner | 1 | -1/+4 |
1993-08-02 | (expand_call): Check properly for volatile function. | Richard Stallman | 1 | -2/+3 |
1993-07-28 | (expand_call): For unaligned arguments on | Jim Wilson | 1 | -4/+10 |
1993-07-05 | Fix typo: had ARGS_GROW_DOWNARD. | Richard Kenner | 1 | -1/+1 |
1993-06-27 | (expand_call): If function hasn't been used before, call | Richard Kenner | 1 | -2/+12 |
1993-06-26 | (expand_calls): Fix typo: ALLOCATE_OUTGOING_ARGS | Richard Kenner | 1 | -2/+2 |
1993-06-26 | (calls_function_1): Add declaration. | Richard Stallman | 1 | -0/+1 |
1993-06-26 | (calls_function): Don't scan a single save_expr twice. | Richard Stallman | 1 | -4/+23 |
1993-06-20 | (expand_call): In last change, preserve the temp slot. | Richard Stallman | 1 | -3/+8 |
1993-06-14 | (expand_call): If PCC_STATIC_STRUCT_RETURN and TARGET | Richard Stallman | 1 | -8/+14 |
1993-05-20 | (expand_call): Declare and set current_call_is_indirect. | Richard Stallman | 1 | -0/+15 |
1993-04-19 | (expand_call): Use new FUNCTION_ARG_CALLEE_COPIES macro. | Doug Evans | 1 | -28/+47 |
1993-04-16 | calls.c (expand_call): Check warn_inline before complaining about not being a... | Brendan Kehoe | 1 | -1/+2 |
1993-04-13 | (expand_call): Last arg of emit_stack_save is NULL_RTX. | Richard Kenner | 1 | -3/+4 |