summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* (fold_rtx, case PLUS): When seeing if negative of constant is around,kenner1997-04-211-4/+10
* (canon_reg, cse_insn): Don't examine insn_n_dups if recog_memoizedkenner1997-04-131-2/+6
* * cse.c (invalidate_from_clobbers): Delete unnecessary test fordje1997-02-071-9/+7
* Get the right COST for a SUBREG when truncatingian1997-01-231-7/+19
* Check SMALL_REGISTER_CLASSES at runtimeian1996-12-131-1/+2
* (fold_rtx): Fold inside ASM_OPERANDS.kenner1996-09-231-0/+6
* Correct comments.kenner1996-09-231-1/+1
* (canon_hash, cse_insn): MEM is not unchanging if it is in the frame (sincekenner1996-07-251-2/+4
* (note_mem_written): Varying structure memory access withwilson1996-07-081-2/+7
* formatting tweaksmrs1996-07-031-18/+21
* (simplify_binary_operation, case MULT): Check for casewilson1996-06-081-0/+5
* (cse_process_notes): Handle SUBREG like ZERO_EXTEND.wilson1996-04-211-0/+1
* (invalidate_skipped_set): Ignore CLOBBER after callingkenner1996-04-151-7/+7
* (simplify_unary_operation): Add new arg to REAL_VALUE_FROM_INT.kenner1996-04-141-3/+3
* (note_mem_written): Delete obsolete code for handlingwilson1996-03-201-3/+0
* (find_best_addr): Make sure folded address better before using.kenner1995-12-271-3/+15
* (insert): Don't put a REG into qty_const.kenner1995-11-261-3/+5
* (invalidate): For a pseudo register, do a loop to invalidate all tablekenner1995-11-051-1/+9
* (set_nonvarying_address_components, case AND): Add *pend to end. Addkenner1995-10-031-1/+2
* (recorded_label_ref): New variable.kenner1995-09-161-6/+9
* (insert): Set cse_jumps_altered when inserting a LABEL_REF.kenner1995-09-151-0/+8
* (canon_hash, CONST_DOUBLE): Hash integer and real differently.kenner1995-08-311-5/+9
* Fix spelling errors.kenner1995-08-281-1/+1
* (set_nonvarying_address_components): Handle addresses which are the sum ofkenner1995-08-131-0/+50
* (cse_insn): When do special handling for (set REG0 REG1), must deletekenner1995-07-261-0/+6
* (cse_insn): Ifdef out code that pre-truncates src_folded.kenner1995-07-141-0/+8
* Update FSF address.kenner1995-06-151-1/+2
* (cse_basic_block): Fix test for whether block ends with a barrier.kenner1995-06-091-9/+12
* (simplify_unary_operation, case FLOAT, UNSIGNED_FLOAT): Truncate tokenner1995-06-051-2/+2
* Fix typos in comments.kenner1995-05-161-2/+2
* (cse_insn): Properly set IN_MEMORY for SET_DEST.kenner1995-04-301-1/+3
* (simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSIGNED, handlekenner1995-04-071-0/+16
* (simplify_unary_operation): Sign-extend constants whentege1995-04-031-0/+26
* (simplify_relational_operation): Don't simplify A-B forwilson1995-04-021-9/+5
* (cse_insn): When emitting a BARRIER, don't put it after a deletedkenner1995-04-011-1/+1
* (simplify_unary_operation): If operand mode is VOIDmode forkenner1995-02-251-1/+8
* Update comments.kenner1995-01-251-2/+2
* (simplify_unary_operation): Cast constant 1 to HOST_WIDE_INTwilson1994-12-291-1/+1
* (simplify_binary_operation): Do (x - (x & y)) -> (x & ~y).tege1994-11-171-0/+9
* Check target endianness at run time, not compile timeian1994-11-161-15/+14
* (simplify_unary_operation, case TRUNCATE): Set LV and HV.kenner1994-11-011-0/+1
* (cse_insn): Don't record a DEST a paradoxical SUBREG and SRC is akenner1994-10-281-1/+11
* (merge_equiv_classes, cse_insn): Call rehash_using_regwilson1994-10-201-18/+22
* (cse_insn): Don't call force_const_mem on (const (truncate)).kenner1994-10-061-1/+5
* Fix prototype for invalidate.wilson1994-09-231-1/+1
* (invalidate): New parameter FULL_MODE. All callers changed.wilson1994-09-231-27/+38
* (cse_around_loop): Don't invalidate SUBREG unless it's a SUBREG of akenner1994-09-151-1/+2
* (invalidate_for_call): Properly set IN_TABLE.kenner1994-09-101-1/+1
* (record_jump_cond): Don't do anything if OP0 and OP1 are alreadykenner1994-08-251-0/+7
* (fold_rtx): When folding tablejump, allow LABEL_REF to be in arg0;kenner1994-08-171-2/+25