summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from gcc-2.8law1997-12-071-2/+11
* * m68k.c: Include tree.h for dwarf2out_cfi_label.law1997-12-061-0/+5
* * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditionllaw1997-11-171-1/+3
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-8/+73
* Patches to fix minor optimizer bugswilson1997-10-201-0/+10
* * cse.c (this_insn_cc0_mode): Initialize.law1997-10-011-1/+1
* * combine.c (try_combine): Use NULL_RTX instead of '0' wherelaw1997-09-221-1/+1
* * cse.c (simplify_relational_operation): Set h0u just like h0s.law1997-09-221-16/+2
* * cse.c (simplify_relational_operation): If MODE specifies alaw1997-09-151-2/+16
* Fix irix6 execute/921117-1.c c-torture failure.wilson1997-09-011-0/+4
* * Integrate alias analysis changes from jfc@mit.edulaw1997-08-111-299/+131
* (cse_insn): Ignore paradoxical SUBREGs unless we are looking for such.kenner1997-08-021-0/+31
* (find_best_addr): Add missing rtx_cost arguments.wilson1997-07-011-2/+2
* Delete erroneous references to (pseudo) in comments.dje1997-06-261-6/+6
* Use accessor macros to access arrays based on regno; move many of the arrays ...meissner1997-05-301-5/+5
* (notreg_cost): New function, extracted from COST macro.kenner1997-05-171-13/+24
* (cse_insn): Don't record a SRC that's a MEM and the same as akenner1997-05-171-0/+15
* (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