cse.c (simplify_ternary_operation): Don't try to simplify IF_THEN_ELSE expressions...
[gcc.git] / gcc / cse.c
1998-01-25 Michael Tiemanncse.c (simplify_ternary_operation): Don't try to simpli...
1998-01-23 Jeffrey A Lawcse.c (simplify_ternary_operation): Handle more IF_THEN...
1998-01-17 David S. Millervarasm.c (immed_double_const): Add casts to HOST_WIDE_I...
1998-01-14 Richard Hendersonalias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_...
1998-01-14 Jeff LawBring in final gcc-2.8.0 changes.
1997-12-27 Jeffrey A Law* cse.c (rtx_cost): Remove conflicting default case.
1997-12-24 Jim Wilsoncse.c (max_insn_uid): New variable.
1997-12-22 Kaveh R. Ghazicse.c (rtx_cost): Add default case in enumeration switch.
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-06 Jeff Lawm68k.c: Include tree.h for dwarf2out_cfi_label.
1997-11-17 Jeffrey A Lawcse.c (cse_insn): Don't look at JUMP_LABEL field of...
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-10-20 Jim WilsonPatches to fix minor optimizer bugs
1997-10-01 Jeffrey A Law* cse.c (this_insn_cc0_mode): Initialize.
1997-09-22 David S. Millercombine.c (try_combine): Use NULL_RTX instead of '0...
1997-09-22 Jeffrey A Lawcse.c (simplify_relational_operation): Set h0u just...
1997-09-15 Jeffrey A Lawcse.c (simplify_relational_operation): If MODE specifie...
1997-09-01 Jim WilsonFix irix6 execute/921117-1.c c-torture failure.
1997-08-11 Jeffrey A Law* Integrate alias analysis changes from jfc@mit.edu
1997-08-02 Richard Kenner(cse_insn): Ignore paradoxical SUBREGs unless we are...
1997-07-01 Jim Wilson(find_best_addr): Add missing rtx_cost arguments.
1997-06-26 Doug EvansDelete erroneous references to (pseudo) in comments.
1997-05-30 Michael MeissnerUse accessor macros to access arrays based on regno...
1997-05-17 Richard Kenner(notreg_cost): New function, extracted from COST macro.
1997-05-17 Richard Kenner(cse_insn): Don't record a SRC that's a MEM and the...
1997-04-21 Richard Kenner(fold_rtx, case PLUS): When seeing if negative of const...
1997-04-13 Richard Kenner(canon_reg, cse_insn): Don't examine insn_n_dups if...
1997-02-07 Doug Evanscse.c (invalidate_from_clobbers): Delete unnecessary...
1997-01-23 Ian Lance TaylorGet the right COST for a SUBREG when truncating
1996-12-13 Ian Lance TaylorCheck SMALL_REGISTER_CLASSES at runtime
1996-09-23 Richard Kenner(fold_rtx): Fold inside ASM_OPERANDS.
1996-09-23 Richard KennerCorrect comments.
1996-07-25 Richard Kenner(canon_hash, cse_insn): MEM is not unchanging if it...
1996-07-08 Jim Wilson(note_mem_written): Varying structure memory access...
1996-07-03 Mike Stumpformatting tweaks
1996-06-08 Jim Wilson(simplify_binary_operation...
1996-04-21 Jim Wilson(cse_process_notes): Handle SUBREG like ZERO_EXTEND.
1996-04-15 Richard Kenner(invalidate_skipped_set): Ignore CLOBBER after calling
1996-04-14 Richard Kenner(simplify_unary_operation): Add new arg to REAL_VALUE_F...
1996-03-20 Jim Wilson(note_mem_written): Delete obsolete code for handling
1995-12-27 Richard Kenner(find_best_addr): Make sure folded address better befor...
1995-11-26 Richard Kenner(insert): Don't put a REG into qty_const.
1995-11-05 Richard Kenner(invalidate): For a pseudo register, do a loop to inval...
1995-10-03 Richard Kenner(set_nonvarying_address_components, case AND): Add...
1995-09-16 Richard Kenner(recorded_label_ref): New variable.
1995-09-15 Richard Kenner(insert): Set cse_jumps_altered when inserting a LABEL_REF.
1995-08-31 Richard Kenner(canon_hash, CONST_DOUBLE): Hash integer and real diffe...
1995-08-28 Richard KennerFix spelling errors.
1995-08-13 Richard Kenner(set_nonvarying_address_components): Handle addresses...
1995-07-26 Richard Kenner(cse_insn): When do special handling for (set REG0...
1995-07-14 Richard Kenner(cse_insn): Ifdef out code that pre-truncates src_folded.
1995-06-15 Richard KennerUpdate FSF address.
1995-06-09 Richard Kenner(cse_basic_block): Fix test for whether block ends...
1995-06-05 Richard Kenner(simplify_unary_operation, case FLOAT, UNSIGNED_FLOAT...
1995-05-16 Richard KennerFix typos in comments.
1995-04-30 Richard Kenner(cse_insn): Properly set IN_MEMORY for SET_DEST.
1995-04-07 Richard Kenner(simplify_unary_operation): #ifdef POINTERS_EXTEND_UNSI...
1995-04-03 Torbjorn Granlund(simplify_unary_operation): Sign-extend constants when...
1995-04-02 Jim Wilson(simplify_relational_operation): Don't simplify A-B for
1995-04-01 Richard Kenner(cse_insn): When emitting a BARRIER, don't put it after...
1995-02-25 Richard Kenner(simplify_unary_operation): If operand mode is VOIDmode for
1995-01-25 Richard KennerUpdate comments.
1994-12-29 Jim Wilson(simplify_unary_operation): Cast constant 1 to HOST_WID...
1994-11-17 Torbjorn Granlund(simplify_binary_operation): Do (x - (x & y)) -> (x...
1994-11-16 Ian Lance TaylorCheck target endianness at run time, not compile time
1994-11-01 Richard Kenner(simplify_unary_operation, case TRUNCATE): Set LV and HV.
1994-10-28 Richard Kenner(cse_insn): Don't record a DEST a paradoxical SUBREG...
1994-10-20 Jim Wilson(merge_equiv_classes, cse_insn): Call rehash_using_reg...
1994-10-06 Richard Kenner(cse_insn): Don't call force_const_mem on (const (trunc...
1994-09-23 Jim WilsonFix prototype for invalidate.
1994-09-23 Jim Wilson(invalidate): New parameter FULL_MODE. All callers...
1994-09-15 Richard Kenner(cse_around_loop): Don't invalidate SUBREG unless it...
1994-09-10 Richard Kenner(invalidate_for_call): Properly set IN_TABLE.
1994-08-25 Richard Kenner(record_jump_cond): Don't do anything if OP0 and OP1...
1994-08-17 Richard Kenner(fold_rtx): When folding tablejump, allow LABEL_REF...
1994-08-12 Richard Kenner(set_nonvarying_address_components): If BASE is CONST_I...
1994-08-02 Richard Kenner(simplify_unary_operation): Clean up some mode and...
1994-07-30 Richard Kenner(fold_rtx, case MEM): Surround TRUNCATE for jump table...
1994-07-04 Richard Kenner(canon_hash, exp_equiv_p): Refer to string in SYMBOL_RE...
1994-06-23 Richard Kenner(simplify_unary_operation, case UNSIGNED_FLOAT): Add...
1994-06-17 Richard Earnshaw(simplify_binary_operation, case MINUS): Check mode...
1994-06-16 Richard Kenner(set_nonvarying_address_components): Rework and also...
1994-06-15 Richard Kenner(simplify_unary_operation): Fix typo in last change.
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-14 Richard Kenner(simplify_unary_operation): Correctly and consistently...
1994-05-13 Richard Kenner(cse_insn): Correctly check for two modes being the...
1994-05-11 Jim Wilson(cse_insn): Set src_eqv if the dest is a STRICT_LOW_PART.
1994-05-06 Richard Kenner(cse_insn): Invalidate CLOBBERed registers.
1994-04-21 Richard KennerUse CONST_DOUBLE_FROM_REAL_VALUE macro for immed_real_c...
1994-04-10 Richard KennerNo longer handle LSHIFT.
1994-03-30 Richard Kenner(cse_insn): Add missing definition of var TEM; clean...
1994-03-25 Richard Kenner(cse_insn): Remove decl of unused variable TEM.
1994-03-21 Richard Kenner(FIXED_REGNO_P): Treate global regs as fixed.
1994-03-13 Richard Kenner(simplify_binary_operation): Protect real_value_truncat...
1994-03-09 Richard Kenner(simplify_relational_operation): Fix typos; use
1994-02-26 Richard Kenner(count_reg_usage, case SET): If SRC has side-effects...
1994-02-12 Torbjorn GranlundConditionalize special treatment of
1994-02-06 Richard Kenner(canon_hash, case LABEL_REF, SYMBOL_REF): Avoid warning...
1994-02-05 Richard Kenner(memory_extend_rtx): New variable.
1994-02-01 Jim Wilson(find_best_addr): Limit number of cse_gen_binary calls to
next