| Commit message (Expand) | Author | Age | Files | Lines |
* | (simplify_binary_operation, case MINUS): Check mode of op0, | erich | 1994-06-17 | 1 | -1/+1 |
* | (set_nonvarying_address_components): Rework and also handle an AND | kenner | 1994-06-16 | 1 | -13/+51 |
* | (simplify_unary_operation): Fix typo in last change. | kenner | 1994-06-15 | 1 | -2/+2 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -8/+9 |
* | (simplify_unary_operation): Correctly and consistently handle | kenner | 1994-06-14 | 1 | -36/+33 |
* | (cse_insn): Correctly check for two modes being the same number of | kenner | 1994-05-13 | 1 | -2/+3 |
* | (cse_insn): Set src_eqv if the dest is a STRICT_LOW_PART. | wilson | 1994-05-11 | 1 | -2/+6 |
* | (cse_insn): Invalidate CLOBBERed registers. | kenner | 1994-05-06 | 1 | -8/+20 |
* | Use CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_const_1. | kenner | 1994-04-21 | 1 | -5/+7 |
* | No longer handle LSHIFT. | kenner | 1994-04-10 | 1 | -8/+4 |
* | (cse_insn): Add missing definition of var TEM; clean up shadowed uses. | kenner | 1994-03-30 | 1 | -9/+7 |
* | (cse_insn): Remove decl of unused variable TEM. | kenner | 1994-03-25 | 1 | -1/+0 |
* | (FIXED_REGNO_P): Treate global regs as fixed. | kenner | 1994-03-21 | 1 | -5/+12 |
* | (simplify_binary_operation): Protect real_value_truncate inside | kenner | 1994-03-13 | 1 | -1/+1 |
* | (simplify_relational_operation): Fix typos; use | kenner | 1994-03-09 | 1 | -2/+2 |
* | (count_reg_usage, case SET): If SRC has side-effects, count a usage of | kenner | 1994-02-26 | 1 | -1/+10 |
* | Conditionalize special treatment of | tege | 1994-02-12 | 1 | -1/+1 |
* | (canon_hash, case LABEL_REF, SYMBOL_REF): Avoid warning on 64-bit | kenner | 1994-02-06 | 1 | -3/+4 |
* | (memory_extend_rtx): New variable. | kenner | 1994-02-05 | 1 | -1/+60 |
* | (find_best_addr): Limit number of cse_gen_binary calls to | wilson | 1994-02-01 | 1 | -1/+9 |
* | (HASHBITS): Removed. | kenner | 1994-01-25 | 1 | -98/+92 |
* | (simplify_relational_operation): Don't do anything with CC0 in | kenner | 1994-01-11 | 1 | -3/+7 |
* | (simplify_relational_operation): Correct declaration of variables | kenner | 1994-01-02 | 1 | -2/+3 |
* | (simplify_relational_operation): Rewrite and simplify. | kenner | 1993-12-31 | 1 | -201/+143 |
* | (simplify_binary_operation, case MULT): Don't convert to ASHIFT if | kenner | 1993-12-29 | 1 | -2/+6 |
* | (simplify_binary_operation, fold_rtx): Allow some FP simplications | kenner | 1993-12-27 | 1 | -22/+27 |
* | (count_reg_usage): Don't count a register used within a SET that sets it. | kenner | 1993-12-26 | 1 | -14/+20 |
* | (fold_rtx, case PLUS): If we have (plus A B), A is equivalent to a | kenner | 1993-12-26 | 1 | -0/+21 |
* | (simplify_unary_operations): Check that operations really are | kenner | 1993-12-25 | 1 | -1/+1 |
* | (simplify_binary_operation): Fix typo in CONST_DOUBLE change. | kenner | 1993-12-25 | 1 | -0/+1 |
* | (simplify_binary_operation, case PLUS, MINUS): | kenner | 1993-12-25 | 1 | -0/+108 |
* | * cse.c (cse_insn): Set "cse_jumps_altered" when collapsing | law | 1993-12-24 | 1 | -0/+1 |
* | (simplify_binary_operation): Can fold multi-word operations when first is | kenner | 1993-12-24 | 1 | -6/+13 |
* | (simplify_binary_operation, case *SHIFT*): Reduce arg1 as | tege | 1993-12-24 | 1 | -12/+3 |
* | (delete_reg_equiv): Don't reference elements of REG_{NEXT,PREV}_EQV | kenner | 1993-12-23 | 1 | -3/+5 |
* | (cse_insn): Call `invalidate' also for STRICT_LOW_PART and | rms | 1993-11-04 | 1 | -12/+44 |
* | (cse_insn): When using src_related, copy the rtx. | rms | 1993-10-27 | 1 | -2/+2 |
* | (fold_rtx): Alter previous change: don't fold the shift | rms | 1993-10-21 | 1 | -1/+26 |
* | (record_jump_cond): At end, make missing equivalences | rms | 1993-10-13 | 1 | -14/+9 |
* | (simplify_binary_operation): Test value of SHIFT_COUNT_TRUNCATED if it | kenner | 1993-10-11 | 1 | -4/+8 |
* | (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 |