| Commit message (Expand) | Author | Age | Files | Lines |
* | (expand_expr, COMPONENT_REF case): For unaligned object | wilson | 1993-07-21 | 1 | -0/+1 |
* | (expand_increment): Convert constant subtract to add | rms | 1993-07-20 | 1 | -10/+11 |
* | (convert_to_mode): Move misplaced parentheses. | wilson | 1993-07-07 | 1 | -2/+2 |
* | (store_field): Test STRICT_ALIGNMENT at run time. | rms | 1993-07-05 | 1 | -14/+17 |
* | (expand_expr, case PLUS_EXPR): In the special case | rms | 1993-07-01 | 1 | -27/+58 |
* | (store_constructor): Treat QUAL_UNION_TYPE just like UNION_TYPE. | kenner | 1993-06-27 | 1 | -25/+37 |
* | Fix typo: was ARGS_GROW_DOWNARD. | kenner | 1993-06-27 | 1 | -1/+1 |
* | (expand_assignment): If FROM is scalar function call, | rms | 1993-06-26 | 1 | -0/+16 |
* | (do_store_flag): When computing via a shift, allow for an inner RSHIFT_EXPR | kenner | 1993-06-26 | 1 | -8/+35 |
* | (store_expr): If TARGET is volatile mem ref, return it. | rms | 1993-06-25 | 1 | -4/+11 |
* | (expand_expr): Set IGNORE if target is const0_rtx or result type is VOID. | kenner | 1993-06-23 | 1 | -34/+69 |
* | (expand_expr, case COND_EXPR): Fix typo; const1_rtx should | rms | 1993-06-13 | 1 | -1/+1 |
* | (expand_expr): Finish Tue Aug 18 23:07:33 1992 change. It | rms | 1993-05-24 | 1 | -0/+12 |
* | (expand_assignment): Fix error in last change. | kenner | 1993-05-15 | 1 | -3/+7 |
* | (expand_assignment): Always return a result that has the mode of TO. | rms | 1993-05-15 | 1 | -1/+2 |
* | (convert_move): Make copy of operands for REG_EQUAL note to avoid | kenner | 1993-05-05 | 1 | -1/+1 |
* | (emit_block_move): Cast to unsiged HOST_WIDE_INT instead of unsigned int. | kenner | 1993-04-28 | 1 | -1/+1 |
* | (expand_expr, case OFFSET_REF): Avoid using build_{unary,binary}_op | kenner | 1993-04-23 | 1 | -1/+1 |
* | Edit comment. | kenner | 1993-04-13 | 1 | -1/+1 |
* | Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate. | kenner | 1993-04-13 | 1 | -4/+19 |
* | (do_store_flag, case GT_EXPR, LE_EXPR): Don't confuse highest unsigned | kenner | 1993-04-09 | 1 | -4/+4 |
* | (expand_expr, case SAVE_EXPR): Pass promoted type to store_expr. | kenner | 1993-04-05 | 1 | -1/+15 |
* | (store_constructor): Properly compute size of array when | rms | 1993-04-05 | 1 | -1/+1 |
* | (store_expr): Call size_binop instead of doing the same thing with | kenner | 1993-04-03 | 1 | -6/+6 |
* | (emit_push_insn, expand_assignment): Fix typo in last change. | kenner | 1993-04-01 | 1 | -4/+4 |
* | (expand_expr, case ADDR_EXPR): Allow taking the address of any object; | kenner | 1993-03-31 | 1 | -0/+24 |
* | (emit_block_move, emit_push_insn, expand_assignment): Size passed to | kenner | 1993-03-31 | 1 | -6/+18 |
* | (movstr_optab): No longer static. | kenner | 1993-03-30 | 1 | -24/+1 |
* | (expand_expr, case MAX_EXPR/MIN_EXPR): If mode is multiword int, | rms | 1993-03-29 | 1 | -14/+92 |
* | (expand_expr): For COMPONENT_REF, don't force_reg op0 if it is BLKmode. | rms | 1993-03-28 | 1 | -1/+1 |
* | Move misapplied patch | wood | 1993-03-23 | 1 | -3/+3 |
* | Don't include gvarargs.h. | kenner | 1993-03-23 | 1 | -599/+0 |
* | (expand_builtin, BUILT_IN_SAVEREGS): Use these to put the | wood | 1993-03-23 | 1 | -10/+533 |
* | (get_inner_reference): Simplify code by initializing OFFSET to | kenner | 1993-03-21 | 1 | -135/+165 |
* | (expand_assignment): Pass to_rtx's mode to expand_expr | rms | 1993-03-19 | 1 | -1/+4 |
* | (expand_expr): Don't ensure ref to a volatile value if it is a function. | rms | 1993-03-18 | 1 | -0/+1 |
* | Correctly define PUSH_ARGS_REVERSED. | kenner | 1993-03-13 | 1 | -2/+7 |
* | Add prototypes for static functions. | kenner | 1993-03-13 | 1 | -34/+47 |
* | (emit_push_insn): Handle failure of gen_movstr... | rms | 1993-03-12 | 1 | -12/+28 |
* | (expand_assignment): Special handling for storing in RESULT_DECL. | rms | 1993-03-06 | 1 | -0/+10 |
* | (expand_builtin, BUILT_IN_FRAME_ADDRESS case): Use new | wilson | 1993-03-02 | 1 | -0/+17 |
* | (convert_move): Truncate via word_mode only if to_mode fits in one word. | rms | 1993-02-27 | 1 | -9/+12 |
* | (expand_expr, case IN_EXPR): Fix numerous small bugs and make some | kenner | 1993-02-26 | 1 | -28/+29 |
* | (emit_library_call_value): Fix bug in prev change. | rms | 1993-02-25 | 1 | -1/+1 |
* | (emit_library_call_value): Really pass mem value address | rms | 1993-02-22 | 1 | -8/+63 |
* | (emit_move_insn_1): New subroutine cut from emit_move_insn. | rms | 1993-02-21 | 1 | -0/+16 |
* | (expand_builtin): Move memory_address calls | rms | 1993-02-11 | 1 | -8/+9 |
* | (emit_push_insn): If REG is zero, don't set regs here. | kenner | 1993-02-08 | 1 | -3/+6 |
* | (emit_library_call, emit_library_call_value): | rms | 1993-02-03 | 1 | -0/+48 |
* | (expand_builtin): Report overflow if __builtin_args_info | rms | 1993-02-02 | 1 | -7/+258 |