]> gcc.gnu.org Git - gcc.git/history - gcc/cse.c
formatting tweaks
[gcc.git] / gcc / cse.c
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
1994-01-25 Richard Kenner(HASHBITS): Removed.
1994-01-11 Richard Kenner(simplify_relational_operation): Don't do anything...
1994-01-02 Richard Kenner(simplify_relational_operation): Correct declaration...
1993-12-31 Richard Kenner(simplify_relational_operation): Rewrite and simplify.
1993-12-29 Richard Kenner(simplify_binary_operation, case MULT): Don't convert...
1993-12-27 Richard Kenner(simplify_binary_operation, fold_rtx): Allow some FP...
1993-12-26 Richard Kenner(count_reg_usage): Don't count a register used within...
1993-12-26 Richard Kenner(fold_rtx...
1993-12-25 Richard Kenner(simplify_unary_operations): Check that operations...
1993-12-25 Richard Kenner(simplify_binary_operation): Fix typo in CONST_DOUBLE...
1993-12-25 Richard Kenner(simplify_binary_operation, case PLUS, MINUS):
1993-12-24 Jeff Lawcse.c (cse_insn): Set "cse_jumps_altered" when collapsi...
1993-12-24 Richard Kenner(simplify_binary_operation): Can fold multi-word operat...
1993-12-24 Torbjorn Granlund(simplify_binary_operation, case *SHIFT*): Reduce arg1 as
1993-12-23 Richard Kenner(delete_reg_equiv): Don't reference elements of REG_...
1993-11-04 Richard Stallman(cse_insn): Call `invalidate' also for STRICT_LOW_PART...
1993-10-27 Richard Stallman(cse_insn): When using src_related, copy the rtx.
1993-10-21 Richard Stallman(fold_rtx): Alter previous change: don't fold the shift
1993-10-13 Richard Stallman(record_jump_cond): At end, make missing equivalences
1993-10-11 Richard Kenner(simplify_binary_operation): Test value of SHIFT_COUNT_...
1993-10-06 Richard Kenner(record_jump_cond): Rehash OP1 if OP0's insert_regs...
1993-10-02 Torbjorn Granlund(insert_regs): Always return something.
1993-09-24 Doug Evanscse.c: (FIXED_REGNO_P): HARD_FRAME_POINTER_REGNUM is...
1993-09-17 Richard Kenner(fold_rtx, case MINUS): Copy result obtained from hash...
1993-09-17 Richard Kenner(fold_rtx, case SUBREG): If paradoxical SUBREG of a...
1993-08-10 Jim Wilson(cse_insn): After inserting src_eqv...
1993-07-09 Richard StallmanInclude stdio.h before rtl.h.
1993-07-06 Richard Stallman(simplify_binary_operation, case MINUS): Fix backwards
1993-06-28 Richard Kenner(simplify_*_operation, fold_rtx, record_jump_cond,...
1993-06-17 Richard KennerFix typo in copyright line.
1993-06-14 Richard Stallman(invalidate_skipped_set): Promote "nonscalar" to "all".
1993-06-12 Richard Stallman(record_jump_cond): Look up op1 again after inserting...
1993-05-28 Richard Stallman(fold_rtx): Correct check for associating shifts and...
1993-05-06 Richard Kenner(simplify_binary_operation, simplify_relational_operati...
next
This page took 1.255569 seconds and 108 git commands to generate.