| Commit message (Expand) | Author | Age | Files | Lines |
* | (record_jump_cond): Rehash OP1 if OP0's insert_regs returns nonzero. | kenner | 1993-10-06 | 1 | -0/+6 |
* | (insert_regs): Always return something. | tege | 1993-10-02 | 1 | -4/+2 |
* | * cse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is fixed. | dje | 1993-09-24 | 1 | -11/+22 |
* | (fold_rtx, case MINUS): Copy result obtained from hash table. | kenner | 1993-09-17 | 1 | -1/+2 |
* | (fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, return | kenner | 1993-09-17 | 1 | -4/+10 |
* | (cse_insn): After inserting src_eqv, check to see if it is | wilson | 1993-08-10 | 1 | -0/+8 |
* | Include stdio.h before rtl.h. | rms | 1993-07-09 | 1 | -1/+3 |
* | (simplify_binary_operation, case MINUS): Fix backwards | rms | 1993-07-06 | 1 | -1/+1 |
* | (simplify_*_operation, fold_rtx, record_jump_cond, cse_insn): Use | kenner | 1993-06-28 | 1 | -25/+19 |
* | Fix typo in copyright line. | kenner | 1993-06-17 | 1 | -1/+1 |
* | (invalidate_skipped_set): Promote "nonscalar" to "all". | rms | 1993-06-14 | 1 | -0/+6 |
* | (record_jump_cond): Look up op1 again after inserting op0. | rms | 1993-06-12 | 1 | -0/+3 |
* | (fold_rtx): Correct check for associating shifts and | rms | 1993-05-28 | 1 | -5/+13 |
* | (simplify_binary_operation, simplify_relational_operation): Check for | kenner | 1993-05-06 | 1 | -7/+7 |
* | (record_jump_cond): Use mode of op0 or op1, not MODE, | rms | 1993-05-02 | 1 | -4/+13 |
* | (simplify_binary_operation): Reject CCmode in A & (~A) -> 0. | rms | 1993-05-01 | 1 | -4/+5 |
* | (cse_insn): Reset the INSN_CODE for conditional | rms | 1993-04-30 | 1 | -3/+18 |
* | (simplify_binary_operation, case SMAX): Cast to unsiged HOST_WIDE_INT | kenner | 1993-04-28 | 1 | -1/+2 |
* | (invalidate): Use proper type for in_table. | kenner | 1993-04-24 | 1 | -1/+2 |
* | (simplify_binary_operation, case MULT): When testing for | kenner | 1993-03-31 | 1 | -4/+12 |
* | (insert_regs): If a REG already is in a class but not in the mode we | kenner | 1993-03-31 | 1 | -3/+8 |
* | (simplify_binary_operation): real_value_truncate | rms | 1993-03-31 | 1 | -5/+5 |
* | (CHEAP_REG): Add missing parens. | kenner | 1993-03-24 | 1 | -1/+1 |
* | (cse_process_notes): Replace NULL_RTX with just zero. | wilson | 1993-03-20 | 1 | -1/+1 |
* | (simplify_plus_minus): Count CONSTs coming in and going out; we have | kenner | 1993-03-19 | 1 | -6/+10 |
* | (FIXED_REGNO_P): Remove previous change; all callers but one already check. | kenner | 1993-03-16 | 1 | -10/+7 |
* | (FIXED_REGNO_P): Pseudos can't be fixed regs. | jrv | 1993-03-16 | 1 | -5/+9 |
* | (simplify_plus_minus): Remove last change. Instead, count initial | kenner | 1993-03-15 | 1 | -13/+4 |
* | (simplify_plus_minus): Reject "simplifications" that are too complex | kenner | 1993-03-14 | 1 | -1/+11 |
* | (simplify_plus_minus): Correct sign error in expanding NOT. | kenner | 1993-03-14 | 1 | -1/+1 |
* | (simplify_plus_minus): When seeing if we have reduced the number of | kenner | 1993-03-14 | 1 | -5/+11 |
* | (refers_to_mem_p): Use rtx_equal_p to see if bases are equal. | kenner | 1993-03-12 | 1 | -1/+1 |
* | (set_nonvarying_address_components): Fix type mismatch with caller. | kenner | 1993-03-12 | 1 | -3/+4 |
* | (CHEAP_REG): New macro; makes virtual regs cheap too. | kenner | 1993-03-12 | 1 | -7/+13 |
* | * cse.c (set_nonvarying_address_components): New function. | law | 1993-03-11 | 1 | -110/+88 |
* | (cse_gen_binary, simplify_plus_minus): New functions. | kenner | 1993-03-08 | 1 | -215/+249 |
* | Add prototypes for static functions. | kenner | 1993-03-08 | 1 | -50/+80 |
* | (simplify_binary_operation): Move integer CONST_DOUBLE folding out of | kenner | 1993-03-05 | 1 | -5/+60 |
* | (note_mem_written): QImode varying structure memory accesses can alias scalars. | wilson | 1993-03-05 | 1 | -3/+6 |
* | (simplify_relation_operation): We can compute the result of a | kenner | 1993-01-28 | 1 | -2/+6 |
* | (simplify_binary_operation, case SMAX): Correctly compute largest | kenner | 1993-01-27 | 1 | -1/+1 |
* | * cse.c (fold_rtx): Call itself with missing arg INSN as NULL_RTX. | brendan | 1993-01-12 | 1 | -1/+2 |
* | (max_uid): New variable. | kenner | 1992-12-08 | 1 | -6/+12 |
* | (cse_insn): Always pass result of canon_reg through validate_change | kenner | 1992-12-05 | 1 | -6/+21 |
* | (canon_reg): Don't call validate_change if INSN is zero. | rms | 1992-10-18 | 1 | -2/+3 |
* | (cse_insn): Add missing call to apply_change_group. | kenner | 1992-10-15 | 1 | -0/+1 |
* | (simplify_binary_operation): Insure that folded >> extends | rms | 1992-10-14 | 1 | -0/+6 |
* | (PATHLENGH): Change from 20 to 10 to speed up compilations. | kenner | 1992-10-08 | 1 | -1/+1 |
* | (simplify_unary_operation, case SIGN_EXTEND): Use HOST_BITS_PER_WIDE_INT, | kenner | 1992-09-23 | 1 | -1/+1 |
* | (find_comparison_args): New args PMODE1, PMODE2. | rms | 1992-09-21 | 1 | -22/+29 |