summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* (record_jump_cond): Rehash OP1 if OP0's insert_regs returns nonzero.kenner1993-10-061-0/+6
* (insert_regs): Always return something.tege1993-10-021-4/+2
* * cse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is fixed.dje1993-09-241-11/+22
* (fold_rtx, case MINUS): Copy result obtained from hash table.kenner1993-09-171-1/+2
* (fold_rtx, case SUBREG): If paradoxical SUBREG of a constant, returnkenner1993-09-171-4/+10
* (cse_insn): After inserting src_eqv, check to see if it iswilson1993-08-101-0/+8
* Include stdio.h before rtl.h.rms1993-07-091-1/+3
* (simplify_binary_operation, case MINUS): Fix backwardsrms1993-07-061-1/+1
* (simplify_*_operation, fold_rtx, record_jump_cond, cse_insn): Usekenner1993-06-281-25/+19
* Fix typo in copyright line.kenner1993-06-171-1/+1
* (invalidate_skipped_set): Promote "nonscalar" to "all".rms1993-06-141-0/+6
* (record_jump_cond): Look up op1 again after inserting op0.rms1993-06-121-0/+3
* (fold_rtx): Correct check for associating shifts andrms1993-05-281-5/+13
* (simplify_binary_operation, simplify_relational_operation): Check forkenner1993-05-061-7/+7
* (record_jump_cond): Use mode of op0 or op1, not MODE,rms1993-05-021-4/+13
* (simplify_binary_operation): Reject CCmode in A & (~A) -> 0.rms1993-05-011-4/+5
* (cse_insn): Reset the INSN_CODE for conditionalrms1993-04-301-3/+18
* (simplify_binary_operation, case SMAX): Cast to unsiged HOST_WIDE_INTkenner1993-04-281-1/+2
* (invalidate): Use proper type for in_table.kenner1993-04-241-1/+2
* (simplify_binary_operation, case MULT): When testing forkenner1993-03-311-4/+12
* (insert_regs): If a REG already is in a class but not in the mode wekenner1993-03-311-3/+8
* (simplify_binary_operation): real_value_truncaterms1993-03-311-5/+5
* (CHEAP_REG): Add missing parens.kenner1993-03-241-1/+1
* (cse_process_notes): Replace NULL_RTX with just zero.wilson1993-03-201-1/+1
* (simplify_plus_minus): Count CONSTs coming in and going out; we havekenner1993-03-191-6/+10
* (FIXED_REGNO_P): Remove previous change; all callers but one already check.kenner1993-03-161-10/+7
* (FIXED_REGNO_P): Pseudos can't be fixed regs.jrv1993-03-161-5/+9
* (simplify_plus_minus): Remove last change. Instead, count initialkenner1993-03-151-13/+4
* (simplify_plus_minus): Reject "simplifications" that are too complexkenner1993-03-141-1/+11
* (simplify_plus_minus): Correct sign error in expanding NOT.kenner1993-03-141-1/+1
* (simplify_plus_minus): When seeing if we have reduced the number ofkenner1993-03-141-5/+11
* (refers_to_mem_p): Use rtx_equal_p to see if bases are equal.kenner1993-03-121-1/+1
* (set_nonvarying_address_components): Fix type mismatch with caller.kenner1993-03-121-3/+4
* (CHEAP_REG): New macro; makes virtual regs cheap too.kenner1993-03-121-7/+13
* * cse.c (set_nonvarying_address_components): New function.law1993-03-111-110/+88
* (cse_gen_binary, simplify_plus_minus): New functions.kenner1993-03-081-215/+249
* Add prototypes for static functions.kenner1993-03-081-50/+80
* (simplify_binary_operation): Move integer CONST_DOUBLE folding out ofkenner1993-03-051-5/+60
* (note_mem_written): QImode varying structure memory accesses can alias scalars.wilson1993-03-051-3/+6
* (simplify_relation_operation): We can compute the result of akenner1993-01-281-2/+6
* (simplify_binary_operation, case SMAX): Correctly compute largestkenner1993-01-271-1/+1
* * cse.c (fold_rtx): Call itself with missing arg INSN as NULL_RTX.brendan1993-01-121-1/+2
* (max_uid): New variable.kenner1992-12-081-6/+12
* (cse_insn): Always pass result of canon_reg through validate_changekenner1992-12-051-6/+21
* (canon_reg): Don't call validate_change if INSN is zero.rms1992-10-181-2/+3
* (cse_insn): Add missing call to apply_change_group.kenner1992-10-151-0/+1
* (simplify_binary_operation): Insure that folded >> extendsrms1992-10-141-0/+6
* (PATHLENGH): Change from 20 to 10 to speed up compilations.kenner1992-10-081-1/+1
* (simplify_unary_operation, case SIGN_EXTEND): Use HOST_BITS_PER_WIDE_INT,kenner1992-09-231-1/+1
* (find_comparison_args): New args PMODE1, PMODE2.rms1992-09-211-22/+29