Age | Commit message (Expand) | Author | Files | Lines |
1996-07-17 | (expand_mult_highpart): Revert last change. | Torbjorn Granlund | 1 | -2/+2 |
1996-07-03 | formatting tweaks | Mike Stump | 1 | -3/+3 |
1996-06-28 | (expand_mult_highpart): Use op1 not wide_op1 in expansion of | Richard Kenner | 1 | -2/+2 |
1996-06-27 | (extract_bit_field): Check TRULY_NOOP_TRUNCATION before | Jim Wilson | 1 | -1/+3 |
1996-05-17 | (store_split_bit_field): Don't assume the alignment of VALUE is the | Richard Kenner | 1 | -6/+21 |
1996-05-05 | Fix typo in comment. | Richard Kenner | 1 | -1/+1 |
1996-03-30 | (expand_divmod, case TRUNC_DIV_EXPR): Move some code | Torbjorn Granlund | 1 | -70/+74 |
1996-03-27 | (negate_rtx): Fix typo in previous change. | Richard Kenner | 1 | -1/+1 |
1996-03-24 | (negate_rtx): Don't try to negate a constant ourself; instead call | Richard Kenner | 1 | -15/+6 |
1996-03-18 | (emit_store_flag): If expanding (GE X 0) will need two insns, don't use subta... | Richard Kenner | 1 | -2/+4 |
1996-01-17 | (extract_bit_field): For multi-word bitfield, clobber target before | Jim Wilson | 1 | -0/+3 |
1996-01-16 | (extract_bit_field): Don't abort if not MEM_IN_STRUCT_P. | Richard Kenner | 1 | -4/+1 |
1995-12-17 | (expand_mult_highpart): When doing widening multiply, | Torbjorn Granlund | 1 | -7/+21 |
1995-12-15 | (store_bit_field): Don't use insv for BLKmode value. | Richard Kenner | 1 | -1/+2 |
1995-12-14 | (expand_divmod... | Torbjorn Granlund | 1 | -3/+7 |
1995-12-13 | (expand_divmod): Don't use TARGET if it's the wrong mode. | Richard Kenner | 1 | -3/+9 |
1995-07-13 | (SHIFT_COUNT_TRUNCATED): Use #ifdef not #if. | Richard Kenner | 1 | -1/+1 |
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 |
1995-06-14 | (emit_store_flag): Always set LAST. | Richard Kenner | 1 | -3/+2 |
1995-06-08 | (store_split_bit_field): When adjust arg in BYTES_BIT_ENDIAN case... | Richard Kenner | 1 | -6/+14 |
1995-06-08 | (expand_divmod): Always check result of emit_store_flag. | Richard Kenner | 1 | -5/+8 |
1995-06-01 | (extract_fixed_bit_field): For REG case, compute total_bits from mode | Richard Kenner | 1 | -3/+4 |
1995-05-31 | (expand_mult_highpart): Use wide_op1 for all multiplies. | Richard Kenner | 1 | -5/+7 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 1 | -1/+1 |
1995-05-02 | If expensive optimizations, use different pseudos when making store flag insns. | Michael Meissner | 1 | -7/+18 |
1995-04-03 | Get correct bit offset for big endian (SUBREG (REG)) | Michael Meissner | 1 | -0/+14 |
1995-02-13 | (store_split_bit_field): If value is VOIDmode, pass word_mode to force_reg. | Doug Evans | 1 | -1/+3 |
1995-02-11 | (expand_divmod): Always call expand_twoval_binop with psuedos as | Richard Kenner | 1 | -6/+14 |
1995-02-06 | (mul_cost, div_cost): New variables. | Torbjorn Granlund | 1 | -50/+113 |
1995-01-14 | Add 1995 to copyright. | Doug Evans | 1 | -1/+1 |
1995-01-14 | (extract_bit_field, fields bigger than word case): Count subwords in target. | Doug Evans | 1 | -3/+29 |
1994-12-29 | (expand_mult_highpart): Use convert_modes instead of | Jim Wilson | 1 | -3/+3 |
1994-12-12 | (emit_store_flag): Set mode after canonicalizing op0/op1 so op1 is constant. | Doug Evans | 1 | -3/+3 |
1994-11-29 | (expand_shift): Open-code rotate even if by a variable. | Richard Kenner | 1 | -21/+20 |
1994-11-28 | (store_bit_field, extract_bit_field): Consistently use | Jim Wilson | 1 | -3/+3 |
1994-11-19 | (expand_shift): Re-enable truncation of immediate shift count. | Jim Wilson | 1 | -1/+1 |
1994-11-16 | Check target endianness at run time, not compile time | Ian Lance Taylor | 1 | -77/+75 |
1994-11-15 | (expand_divmod, case ROUND_DIV_EXPR): Implement. | Richard Kenner | 1 | -8/+68 |
1994-11-12 | (expand_divmod, case TRUNC_DIV_EXPR): Promote signed division by | Richard Kenner | 1 | -1/+5 |
1994-09-22 | (expand_divmod): Special case for signed CEIL_DIV_EXPR when divisor is | Richard Kenner | 1 | -0/+38 |
1994-09-15 | (store_split_bit_field): Use number of bits in arg not | Jim Wilson | 1 | -1/+2 |
1994-08-31 | expmed.c (store_bit_field): Semi-revert Aug 25 change: Make it apply only for... | Per Bothner | 1 | -3/+10 |
1994-08-31 | (store_split_bit_field): Always adjust arg to extract_fixed_bit_field | Richard Kenner | 1 | -13/+6 |
1994-08-25 | Always store into multi-word bitfields starting with low addresses. | Per Bothner | 1 | -6/+2 |
1994-08-05 | (expand_mult): Accept DImode for synth_mult only if CONST_DOUBLE_HIGH is zero. | Jim Wilson | 1 | -11/+25 |
1994-07-30 | ({store,extract}_bit_field): Don't use bitfield insn if OP0 is | Richard Kenner | 1 | -3/+12 |
1994-07-27 | (expand_mult): Properly set ADD_TARGET for add_variant. | Richard Kenner | 1 | -2/+5 |
1994-07-27 | (expand_divmod): Don't make REG_NOTE if last insn's destination isn't | Richard Kenner | 1 | -18/+24 |
1994-07-13 | (expand_divmod, case CEIL_DIV_EXPR): Handle emit_store_flag returning 0. | Torbjorn Granlund | 1 | -4/+16 |
1994-07-08 | (extract_split_bit_field): Set UNIT to BITS_PER_WORD for register values. | Doug Evans | 1 | -15/+19 |