| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove last combine patch. rth & jim are working on a new one. | law | 1997-11-03 | 1 | -8/+4 |
* | * combine.c (try_combine): Don't elim_i1 when it is used in i2src. | law | 1997-11-03 | 1 | -4/+8 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -32/+108 |
* | * combine.c (can_combine_p): Don't combine with an asm whose | rth | 1997-10-16 | 1 | -0/+7 |
* | * combine.c (try_combine): Use NULL_RTX instead of '0' where | law | 1997-09-22 | 1 | -2/+2 |
* | * Integrate alias analysis changes from jfc@mit.edu | law | 1997-08-11 | 1 | -0/+1 |
* | (force_to_mode): Don't do anything for a ASM_OPERANDS insn. | kenner | 1997-06-22 | 1 | -3/+4 |
* | Use REG_SET macros | meissner | 1997-06-16 | 1 | -8/+4 |
* | Use accessor macros to access arrays based on regno; move many of the arrays ... | meissner | 1997-05-30 | 1 | -29/+29 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -3/+3 |
* | (get_last_value_validate): New argument insn. | wilson | 1997-04-14 | 1 | -7/+21 |
* | (move_deaths): Handle partial REG_DEAD note for | wilson | 1997-04-03 | 1 | -5/+15 |
* | * combine.c (distribute_notes): Handle REG_BR_PROB and REG_EXEC_COUNT | dje | 1997-03-28 | 1 | -0/+8 |
* | Fix typo in comment. | kenner | 1997-03-25 | 1 | -1/+1 |
* | (if_then_else_cond): Call copy_rtx to prevent sharing. | wilson | 1997-03-18 | 1 | -0/+8 |
* | (simplify_rtx, case SUBREG): Fix direction of test when calling | kenner | 1997-03-10 | 1 | -3/+11 |
* | * combine.c (simplify_rtx): Do nothing with (truncate:mode) if | law | 1997-03-03 | 1 | -0/+6 |
* | * combine.c (find_split_point): Don't turn a SIGN_EXTEND into | law | 1997-02-19 | 1 | -0/+8 |
* | Update comments. | kenner | 1997-02-15 | 1 | -1/+6 |
* | (find_split_point, case SET): Fix error in last change. | kenner | 1997-02-02 | 1 | -2/+2 |
* | Add a case where reg_n_refs is cleared | ian | 1997-01-29 | 1 | -1/+3 |
* | (simplify_rtx): Don't do anything with if_then_else_cond | kenner | 1997-01-27 | 1 | -52/+56 |
* | (find_split_point, case SET): If SET_SRC is NE and | kenner | 1997-01-04 | 1 | -3/+26 |
* | (nonzero_bits): Ifdef out calls to num_sign_bit_copies. | wilson | 1996-12-17 | 1 | -0/+18 |
* | (simplify_comparison): Use mode_width as shift count | wilson | 1996-12-16 | 1 | -4/+8 |
* | Check SMALL_REGISTER_CLASSES at runtime | ian | 1996-12-13 | 1 | -5/+8 |
* | (try_combine): When splitting an insn, check for the new I2 setting a | kenner | 1996-12-11 | 1 | -1/+6 |
* | (combinable_i3pat): Bring back to sync with can_combine_p. | kenner | 1996-12-11 | 1 | -2/+6 |
* | (try_combine): Properly copy an rtvec. | kenner | 1996-11-15 | 1 | -1/+1 |
* | Add some optimizations for TRUNCATE and ZERO_EXTEND | ian | 1996-10-29 | 1 | -0/+121 |
* | (can_combine_p): When SMALL_REGISTER_CLASSES is defined, avoid | kenner | 1996-10-23 | 1 | -1/+6 |
* | (can_combine_p): Even if SMALL_REGISTER_CLASSES, know lifetime not | kenner | 1996-09-23 | 1 | -1/+1 |
* | * combine.c (rtx_equal_for_field_assignment_p): Check for | law | 1996-08-04 | 1 | -2/+8 |
* | (undo_all): Clear previous_undos field. | wilson | 1996-07-22 | 1 | -1/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -45/+48 |
* | (previous_num_undos): Deleted variable. | kenner | 1996-06-28 | 1 | -53/+66 |
* | (force_to_mode, case NE): Fix typo and logical error. | kenner | 1996-06-27 | 1 | -5/+7 |
* | (move_deaths): New parameter maybe_kill_insn. | kenner | 1996-06-19 | 1 | -11/+28 |
* | (try_combine): Don't use split if dest of new I2 is used between I2 | kenner | 1996-06-18 | 1 | -2/+5 |
* | (set_nonzero_bits_and_sign_copies): Set | wilson | 1996-05-23 | 1 | -2/+2 |
* | (nonzero_bits): Don't assume arg pointer has same | wilson | 1996-05-22 | 1 | -1/+6 |
* | (init_reg_last_arrays, setup_incoming_promotions): Correct prototypes. | kenner | 1996-05-22 | 1 | -2/+2 |
* | (insn_cuid): New function. | kenner | 1996-05-17 | 1 | -3/+19 |
* | (make_field_assignment): Allow XOR in final case. | kenner | 1996-04-16 | 1 | -3/+3 |
* | (expand_field_assignment): Take SUBREG_WORD into account when have | kenner | 1996-04-15 | 1 | -8/+10 |
* | (try_combine): When substituting in output of I2, ensure dest isn't | kenner | 1996-04-15 | 1 | -1/+2 |
* | (combine_instructions): In initial scan of insns, handle a REG_INC | kenner | 1996-04-14 | 1 | -1/+7 |
* | (make_extraction): In BITS_BIG_ENDIAN correction of POS, need to treat | dje | 1996-03-23 | 1 | -6/+15 |
* | (simplify_if_then_else): Allow for case that condition might no longer | kenner | 1996-03-19 | 1 | -0/+4 |
* | (find_split_point): Handle NULL return from make_extraction. | dje | 1996-03-17 | 1 | -9/+23 |