| Commit message (Expand) | Author | Age | Files | Lines |
* | bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration. | Kaveh R. Ghazi | 1997-12-20 | 1 | -0/+3 |
* | * combine.c (force_to_mode): return immediately if operand is a CLOBBER. | Christian Iseli | 1997-12-16 | 1 | -2/+5 |
* | Another handful of gcc-2.8 changes (will it ever go out the door?). | Jeff Law | 1997-12-11 | 1 | -3/+5 |
* | * combine.c (simplify_rtx, case ABS): Do nothing for ASM_OPERANDS. | Jeff Law | 1997-12-10 | 1 | -0/+3 |
* | Merge from gcc-2.8 | Jeff Law | 1997-12-06 | 1 | -6/+52 |
* | Fix alpha-linux GNU libc build failures. | Jim Wilson | 1997-11-04 | 1 | -5/+10 |
* | Remove last combine patch. rth & jim are working on a new one. | Jeff Law | 1997-11-03 | 1 | -8/+4 |
* | combine.c (try_combine): Don't elim_i1 when it is used in i2src. | Richard Henderson | 1997-11-02 | 1 | -4/+8 |
* | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1997-11-02 | 1 | -32/+108 |
* | combine.c (can_combine_p): Don't combine with an asm whose output is a hard r... | Richard Henderson | 1997-10-16 | 1 | -0/+7 |
* | combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal... | David S. Miller | 1997-09-22 | 1 | -2/+2 |
* | * Integrate alias analysis changes from jfc@mit.edu | Jeffrey A Law | 1997-08-11 | 1 | -0/+1 |
* | (force_to_mode): Don't do anything for a ASM_OPERANDS insn. | Richard Kenner | 1997-06-22 | 1 | -3/+4 |
* | Use REG_SET macros | Michael Meissner | 1997-06-16 | 1 | -8/+4 |
* | Use accessor macros to access arrays based on regno; move many of the arrays ... | Michael Meissner | 1997-05-30 | 1 | -29/+29 |
* | reformat a little to match GNU coding standards. | Mike Stump | 1997-05-06 | 1 | -3/+3 |
* | (get_last_value_validate): New argument insn. | Jim Wilson | 1997-04-14 | 1 | -7/+21 |
* | (move_deaths): Handle partial REG_DEAD note for | Jim Wilson | 1997-04-03 | 1 | -5/+15 |
* | combine.c (distribute_notes): Handle REG_BR_PROB and REG_EXEC_COUNT REG_NOTES. | Doug Evans | 1997-03-28 | 1 | -0/+8 |
* | Fix typo in comment. | Richard Kenner | 1997-03-25 | 1 | -1/+1 |
* | (if_then_else_cond): Call copy_rtx to prevent sharing. | Jim Wilson | 1997-03-18 | 1 | -0/+8 |
* | (simplify_rtx, case SUBREG): Fix direction of test when calling operand_subwo... | Richard Kenner | 1997-03-10 | 1 | -3/+11 |
* | combine.c (simplify_rtx): Do nothing with (truncate:mode) if mode is a partia... | Jeff Law | 1997-03-03 | 1 | -0/+6 |
* | combine.c (find_split_point): Don't turn a SIGN_EXTEND into a series of shift... | Jeff Law | 1997-02-19 | 1 | -0/+8 |
* | Update comments. | Richard Kenner | 1997-02-15 | 1 | -1/+6 |
* | (find_split_point, case SET): Fix error in last change. | Richard Kenner | 1997-02-02 | 1 | -2/+2 |
* | Add a case where reg_n_refs is cleared | Ian Lance Taylor | 1997-01-29 | 1 | -1/+3 |
* | (simplify_rtx): Don't do anything with if_then_else_cond result if both one a... | Richard Kenner | 1997-01-27 | 1 | -52/+56 |
* | (find_split_point, case SET): If SET_SRC is NE and STORE_FLAG_VALUE is -1, se... | Richard Kenner | 1997-01-04 | 1 | -3/+26 |
* | (nonzero_bits): Ifdef out calls to num_sign_bit_copies. | Jim Wilson | 1996-12-16 | 1 | -0/+18 |
* | (simplify_comparison): Use mode_width as shift count | Jim Wilson | 1996-12-16 | 1 | -4/+8 |
* | Check SMALL_REGISTER_CLASSES at runtime | Ian Lance Taylor | 1996-12-13 | 1 | -5/+8 |
* | (try_combine): When splitting an insn, check for the new I2 setting a | Richard Kenner | 1996-12-11 | 1 | -1/+6 |
* | (combinable_i3pat): Bring back to sync with can_combine_p. | Richard Kenner | 1996-12-10 | 1 | -2/+6 |
* | (try_combine): Properly copy an rtvec. | Richard Kenner | 1996-11-15 | 1 | -1/+1 |
* | Add some optimizations for TRUNCATE and ZERO_EXTEND | Ian Lance Taylor | 1996-10-29 | 1 | -0/+121 |
* | (can_combine_p): When SMALL_REGISTER_CLASSES is defined, avoid | Richard Kenner | 1996-10-23 | 1 | -1/+6 |
* | (can_combine_p): Even if SMALL_REGISTER_CLASSES, know lifetime not | Richard Kenner | 1996-09-23 | 1 | -1/+1 |
* | combine.c (rtx_equal_for_field_assignment_p): Check for get_last_value return... | Jeff Law | 1996-08-03 | 1 | -2/+8 |
* | (undo_all): Clear previous_undos field. | Jim Wilson | 1996-07-22 | 1 | -1/+1 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -45/+48 |
* | (previous_num_undos): Deleted variable. | Richard Kenner | 1996-06-28 | 1 | -53/+66 |
* | (force_to_mode, case NE): Fix typo and logical error. | Richard Kenner | 1996-06-27 | 1 | -5/+7 |
* | (move_deaths): New parameter maybe_kill_insn. | Richard Kenner | 1996-06-19 | 1 | -11/+28 |
* | (try_combine): Don't use split if dest of new I2 is used between I2 | Richard Kenner | 1996-06-18 | 1 | -2/+5 |
* | (set_nonzero_bits_and_sign_copies): Set | Jim Wilson | 1996-05-23 | 1 | -2/+2 |
* | (nonzero_bits): Don't assume arg pointer has same | Jim Wilson | 1996-05-22 | 1 | -1/+6 |
* | (init_reg_last_arrays, setup_incoming_promotions): Correct prototypes. | Richard Kenner | 1996-05-22 | 1 | -2/+2 |
* | (insn_cuid): New function. | Richard Kenner | 1996-05-17 | 1 | -3/+19 |
* | (make_field_assignment): Allow XOR in final case. | Richard Kenner | 1996-04-16 | 1 | -3/+3 |