aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-10cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.J"orn Rennecke1-2/+17
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke1-3/+2
2002-06-11re PR rtl-optimization/6759 (ice when compiling 32 bit sparc code)Jakub Jelinek1-2/+4
2002-05-26cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.Jakub Jelinek1-1/+3
2002-05-23cse.c (approx_reg_cost_1, [...]): Recode to not use regsets.David S. Miller1-21/+20
2002-05-20cse.c (canon_hash): Reorder do_not_record test.Richard Henderson1-11/+24
2002-05-10cse.c (rtx_cost): Remove multiplication by power of 2 special casing.David S. Miller1-7/+1
2002-05-08cse.c (dead_libcall_p): Update counts.Jan Hubicka1-3/+10
2002-05-05cse.c: Fix formatting.Kazu Hirata1-17/+19
2002-04-22rtl.h (RTX_FLAG): New macro.Janis Johnson1-2/+2
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford1-13/+12
2002-03-06cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka1-60/+29
2002-02-28basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka1-1/+2
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+21
2002-02-12jump.c (never_reached_warning): Add finish argument.Jakub Jelinek1-1/+1
2002-01-23elf.h: New file.Bob Wilson1-4/+4
2002-01-05cse.c: Fix formatting.Kazu Hirata1-3/+3
2001-11-28cse.c (true_dependence_in_rtx): New function.Jan Hubicka1-3/+1
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-3/+3
2001-11-07* cse.c (cse_insn): Emit BARRIER after unconditional jump.Graham Stott1-5/+13
2001-10-30emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek1-7/+1
2001-10-26cse.c (check_for_label_ref): Don't require REG_LABEL notes for non-local labe...Alexandre Oliva1-1/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-90/+90
2001-10-10calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-10-05Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva1-0/+1
2001-09-29* cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.Hans-Peter Nilsson1-1/+1
2001-09-28gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka1-10/+2
2001-09-21basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka1-4/+2
2001-08-27* cse.c (cse_basic_block): Skip note instructions.Roman Zippel1-4/+5
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+0
2001-08-07calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka1-3/+4
2001-08-07alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka1-2/+2
2001-08-03combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff1-2/+2
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-30jump.c: Add prototype for mark_modified_reg.Andreas Jaeger1-1/+1
2001-07-26cse.c (cse_process_notes): Replace any registers if the address remains valid.Denis Chertykov1-1/+2
2001-07-18* cse.c: Undo my previous patch.Jan Hubicka1-27/+5
2001-07-18cse.c (delete_trivially_dead_insns): Delete the libcall block when return val...Jan Hubicka1-5/+27
2001-07-16cse.c (set_live_p): Take INSN argument for cc0; update callers.Daniel Berlin1-21/+22
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-107/+166
2001-07-16hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson1-36/+0
2001-07-09[multiple changes]Richard Kenner1-8/+7
2001-07-02cse.c (canon_hash): Don't register registers in very small register classes...Geoffrey Keating1-1/+4
2001-07-01cse.c (new_label_ref): Variable deleted.Richard Kenner1-18/+27
2001-05-17cse.c (fold_rtx): Use simplify_subreg.Jan Hubicka1-10/+2
2001-05-10cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed...Jeffrey A Law1-30/+15
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-15/+15
2001-04-20gcse.c (gcse_main): Fix comment typo.Jakub Jelinek1-9/+7
2001-04-04rtl.h (set_noop_p): Declare.John Wehle1-11/+2