| Commit message (Expand) | Author | Age | Files | Lines |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | Jeff Law | 1998-06-29 | 1 | -3/+13 |
* | expr.c (get_memory_rtx): New function. | John Carr | 1998-06-24 | 1 | -1/+1 |
* | calls.c (expand_call): Initialize "src" and "dest". | Jeffrey A Law | 1998-06-19 | 1 | -1/+1 |
* | typo typo fixes fixes | Jeff Law | 1998-05-06 | 1 | -2/+2 |
* | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1998-05-05 | 1 | -47/+98 |
* | expr.c (store_constructor_field): Add prototype. | Jeff Law | 1998-04-16 | 1 | -0/+9 |
* | * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12 | Jeff Law | 1998-04-04 | 1 | -5/+7 |
* | dummy commit before merge | Jeff Law | 1998-04-03 | 1 | -4/+10 |
* | Major cutover to using system.h: | Kaveh R. Ghazi | 1998-03-20 | 1 | -1/+1 |
* | alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO... | Richard Henderson | 1998-01-14 | 1 | -93/+101 |
* | * expmed.c (expand_shift): If SHIFT_COUNT_TRUNCATED, drop a SUBREG. | Richard Henderson | 1997-12-15 | 1 | -5/+10 |
* | Merge from gcc-2.8 | Jeff Law | 1997-12-06 | 1 | -0/+2 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -3/+9 |
* | Patches to fix minor optimizer bugs | Jim Wilson | 1997-10-20 | 1 | -3/+2 |
* | expmed.c (expand_divmod): If compute_mode is not the same as mode... | David S. Miller | 1997-09-23 | 1 | -0/+8 |
* | version.c: Bump for snapshot. | Jeff Law | 1997-09-07 | 1 | -1/+3 |
* | reformat a little to match GNU coding standards. | Mike Stump | 1997-05-06 | 1 | -15/+15 |
* | (expand_divmod): prefer divmod in same mode over div in wider mode. | Richard Kenner | 1997-02-15 | 1 | -5/+12 |
* | (emit_store_flag): Properly test for STORE_FLAG_VALUE of just sign bit. | Richard Kenner | 1997-01-27 | 1 | -2/+2 |
* | (store_fixed_bit_field): If not SLOW_UNALIGNED_ACCESS, treat | Richard Kenner | 1997-01-04 | 1 | -1/+4 |
* | * expmed.c (emit_store_flag_force): Fix typos/thinkos. | Jeff Law | 1996-12-12 | 1 | -2/+2 |
* | (emit_store_flag_force): New function. | Torbjorn Granlund | 1996-10-21 | 1 | -0/+37 |
* | (store_bit_field): don't make flag_force_mem disable insv | Jim Wilson | 1996-09-25 | 1 | -6/+6 |
* | (expand_mult_highpart): Revert last change. | Torbjorn Granlund | 1996-07-17 | 1 | -2/+2 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -3/+3 |
* | (expand_mult_highpart): Use op1 not wide_op1 in expansion of | Richard Kenner | 1996-06-28 | 1 | -2/+2 |
* | (extract_bit_field): Check TRULY_NOOP_TRUNCATION before | Jim Wilson | 1996-06-27 | 1 | -1/+3 |
* | (store_split_bit_field): Don't assume the alignment of VALUE is the | Richard Kenner | 1996-05-17 | 1 | -6/+21 |
* | Fix typo in comment. | Richard Kenner | 1996-05-05 | 1 | -1/+1 |
* | (expand_divmod, case TRUNC_DIV_EXPR): Move some code | Torbjorn Granlund | 1996-03-30 | 1 | -70/+74 |
* | (negate_rtx): Fix typo in previous change. | Richard Kenner | 1996-03-27 | 1 | -1/+1 |
* | (negate_rtx): Don't try to negate a constant ourself; instead call | Richard Kenner | 1996-03-24 | 1 | -15/+6 |
* | (emit_store_flag): If expanding (GE X 0) will need two insns, don't use subta... | Richard Kenner | 1996-03-18 | 1 | -2/+4 |
* | (extract_bit_field): For multi-word bitfield, clobber target before | Jim Wilson | 1996-01-17 | 1 | -0/+3 |
* | (extract_bit_field): Don't abort if not MEM_IN_STRUCT_P. | Richard Kenner | 1996-01-16 | 1 | -4/+1 |
* | (expand_mult_highpart): When doing widening multiply, | Torbjorn Granlund | 1995-12-17 | 1 | -7/+21 |
* | (store_bit_field): Don't use insv for BLKmode value. | Richard Kenner | 1995-12-15 | 1 | -1/+2 |
* | (expand_divmod... | Torbjorn Granlund | 1995-12-14 | 1 | -3/+7 |
* | (expand_divmod): Don't use TARGET if it's the wrong mode. | Richard Kenner | 1995-12-13 | 1 | -3/+9 |
* | (SHIFT_COUNT_TRUNCATED): Use #ifdef not #if. | Richard Kenner | 1995-07-13 | 1 | -1/+1 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | (emit_store_flag): Always set LAST. | Richard Kenner | 1995-06-14 | 1 | -3/+2 |
* | (store_split_bit_field): When adjust arg in BYTES_BIT_ENDIAN case... | Richard Kenner | 1995-06-08 | 1 | -6/+14 |
* | (expand_divmod): Always check result of emit_store_flag. | Richard Kenner | 1995-06-08 | 1 | -5/+8 |
* | (extract_fixed_bit_field): For REG case, compute total_bits from mode | Richard Kenner | 1995-06-01 | 1 | -3/+4 |
* | (expand_mult_highpart): Use wide_op1 for all multiplies. | Richard Kenner | 1995-05-31 | 1 | -5/+7 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | If expensive optimizations, use different pseudos when making store flag insns. | Michael Meissner | 1995-05-02 | 1 | -7/+18 |
* | Get correct bit offset for big endian (SUBREG (REG)) | Michael Meissner | 1995-04-03 | 1 | -0/+14 |
* | (store_split_bit_field): If value is VOIDmode, pass word_mode to force_reg. | Doug Evans | 1995-02-13 | 1 | -1/+3 |