| Commit message (Expand) | Author | Age | Files | Lines |
* | (expand_divmod): Put OP0 in a register when computing | Torbjorn Granlund | 1994-07-01 | 1 | -3/+4 |
* | (expand_divmod): Don't set REG_NOTES unless we generated a quotient. | Richard Kenner | 1994-07-01 | 1 | -5/+8 |
* | (expand_mult): Generalize to call synth_mult also for OP1 - 1. | Torbjorn Granlund | 1994-06-29 | 1 | -289/+1024 |
* | (expand_shift): Don't try extzv for lshr. | Richard Kenner | 1994-06-18 | 1 | -93/+4 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | Richard Kenner | 1994-06-14 | 1 | -2/+4 |
* | (expand_divmod): Correctly set CAN_CLOBBER_OP0 when we've converted OP0 | Richard Kenner | 1994-05-26 | 1 | -4/+7 |
* | (store_fixed_bit_field): Delete code to handle MODE_FLOAT values here. | Jim Wilson | 1994-05-11 | 1 | -11/+11 |
* | Add prototypes for static functions. | Richard Kenner | 1994-04-21 | 1 | -6/+9 |
* | (expand_shift): No longer reference lshl_optab. | Richard Kenner | 1994-04-10 | 1 | -8/+3 |
* | (store_split_bit_field): If OP0 is a SUBREG, then compute WORD from the base ... | Jim Wilson | 1994-02-27 | 1 | -5/+35 |
* | (store_fixed_bit_field): Adjust BITPOS so that it | Jim Wilson | 1994-02-27 | 1 | -0/+10 |
* | (store_fixed_bit_field): Move float mode to integral | Jim Wilson | 1994-02-27 | 1 | -11/+11 |
* | (expand_shift): Truncate immediate count if SHIFT_COUNT_TRUNCATED. | Torbjorn Granlund | 1994-02-12 | 1 | -0/+8 |
* | (store_bit_field, insv case): Don't use PUT_MODE on | Doug Evans | 1994-02-03 | 1 | -1/+3 |
* | (synth_mult): Delay allocation of algorithm structures until they are needed. | Richard Kenner | 1994-02-02 | 1 | -10/+12 |
* | (store_split_bit_field): Reject gen_lowpart_common | Jim Wilson | 1994-01-24 | 1 | -1/+1 |
* | (store_split_bit_field): For BYTES_BIG_ENDIAN, only | Jim Wilson | 1994-01-24 | 1 | -5/+13 |
* | (expand_mult): Preserve useful sub-expressions when | Richard Kenner | 1993-12-23 | 1 | -10/+15 |
* | (store_split_bit_field): Properly load a constant VALUE | Richard Stallman | 1993-11-15 | 1 | -6/+12 |
* | (expand_divmod): If rem_flag, always force op0 to a register. | Richard Stallman | 1993-11-10 | 1 | -3/+4 |
* | (expand_divmod): Use target as copy_to_suggested_reg | Richard Stallman | 1993-11-03 | 1 | -1/+8 |
* | (synth_mult): When factoring T, break from loop after first factor. | Torbjorn Granlund | 1993-11-01 | 1 | -1/+4 |
* | (store_bit_field): When calling operand_subword_force, | Richard Stallman | 1993-10-30 | 1 | -1/+4 |
* | (init_expmed): Use register 10000, not FIRST_PSEUDO_REGISTER that gets specia... | Richard Stallman | 1993-10-26 | 1 | -2/+2 |
* | (expand_divmod): Create RESULT in proper mode when trying | Richard Kenner | 1993-10-21 | 1 | -1/+1 |
* | (extract_split_bit_field): Change shift count calculation | Richard Stallman | 1993-10-18 | 1 | -2/+2 |
* | (expand_shift): Use convert_modes. | Richard Stallman | 1993-09-12 | 1 | -7/+7 |
* | (emit_store_flag, expand_divmod): Use convert_modes. | Richard Stallman | 1993-09-09 | 1 | -5/+5 |
* | (make_tree, case CONST_INT): Properly set high part if unsigned. | Richard Kenner | 1993-09-08 | 1 | -1/+1 |
* | expmed.c (store_bit_field): Do not use bitfield instructions for STRICT_ALIGN... | Jeff Law | 1993-08-25 | 1 | -3/+6 |
* | (SLOW_UNALIGNED_ACCESS): Define, but allow override. | Richard Stallman | 1993-08-11 | 1 | -10/+28 |
* | (expand_divmod): Clean up code and documentation, especially in areas | Richard Kenner | 1993-08-07 | 1 | -87/+85 |
* | (mult_is_very_cheap): Delete. | Richard Kenner | 1993-07-30 | 1 | -108/+106 |
* | expmed.c (store_split_bitfield): Fix handling of bitfields that cross word bo... | Doug Evans | 1993-07-28 | 1 | -7/+25 |
* | (store_split_bit_field, extract_split_bit_field): | Richard Stallman | 1993-07-05 | 1 | -130/+113 |
* | (MAX_BITS_PER_WORD): Define earlier. | Richard Stallman | 1993-06-10 | 1 | -7/+11 |
* | (synth_mult): Move code to add or subtract at leftmost 1-bit to before... | Torbjorn Granlund | 1993-06-05 | 1 | -52/+49 |
* | (init_expmed): Supply missing arg to rtx_cost. | Richard Stallman | 1993-05-08 | 1 | -1/+1 |
* | (store_split_bit_field): Properly handle VALUE when it is a | Richard Kenner | 1993-05-06 | 1 | -2/+7 |
* | (extract_fixed_bit_field): Adjust BITPOS so that it | Jim Wilson | 1993-04-25 | 1 | -0/+10 |
* | (expand_divmod): When adjusting op0 for trunc_div or trunc_mod... | Richard Stallman | 1993-04-11 | 1 | -9/+17 |
* | (init_expmed): Fix typo in last change. | Torbjorn Granlund | 1993-03-20 | 1 | -2/+2 |
* | (synth_mult): Don't try to make recursive call if we would be shifting by a n... | Richard Kenner | 1993-03-19 | 1 | -21/+27 |
* | (zero_cost): New variable. | Richard Kenner | 1993-03-19 | 1 | -167/+176 |
* | (lea_max_mul): Delete. | Richard Kenner | 1993-03-15 | 1 | -51/+88 |
* | (shift_cost): Now a vector. | Richard Kenner | 1993-03-14 | 1 | -265/+238 |
* | (emit_store_flag): Fix typo in testing BRANCH_COST. | Richard Kenner | 1993-02-25 | 1 | -1/+1 |
* | (emit_store_flag): Add missing arg to convert_move. | Richard Stallman | 1993-02-08 | 1 | -1/+1 |
* | (emit_store_flag): Swap operands if first is a constant and second is not. | Richard Kenner | 1993-01-27 | 1 | -5/+18 |
* | (emit_store_flag): Reset ICODE using returned COMPARISON. | Richard Stallman | 1993-01-24 | 1 | -1/+7 |