summaryrefslogtreecommitdiff
path: root/gcc/cse.c
Commit message (Expand)AuthorAgeFilesLines
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-8/+15
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* cse.c (cse_insn): Avoid subreg games if the equivalence is already in the pro...Richard Henderson2002-09-041-8/+17
* cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg.J"orn Rennecke2002-07-101-2/+17
* simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke2002-07-041-3/+2
* re PR rtl-optimization/6759 (ice when compiling 32 bit sparc code)Jakub Jelinek2002-06-111-2/+4
* cse.c (fold_rtx): Don't optimize if SUBREG changes mode class.Jakub Jelinek2002-05-261-1/+3
* cse.c (approx_reg_cost_1, [...]): Recode to not use regsets.David S. Miller2002-05-231-21/+20
* cse.c (canon_hash): Reorder do_not_record test.Richard Henderson2002-05-201-11/+24
* cse.c (rtx_cost): Remove multiplication by power of 2 special casing.David S. Miller2002-05-101-7/+1
* cse.c (dead_libcall_p): Update counts.Jan Hubicka2002-05-081-3/+10
* cse.c: Fix formatting.Kazu Hirata2002-05-051-17/+19
* rtl.h (RTX_FLAG): New macro.Janis Johnson2002-04-221-2/+2
* defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford2002-03-071-13/+12
* cfgrtl.c (delete_insn_and_edges, [...]): New.Jan Hubicka2002-03-061-60/+29
* basic-block.h (BB_REACHABLE): Renumber.Jan Hubicka2002-02-281-1/+2
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+21
* jump.c (never_reached_warning): Add finish argument.Jakub Jelinek2002-02-121-1/+1
* elf.h: New file.Bob Wilson2002-01-231-4/+4
* cse.c: Fix formatting.Kazu Hirata2002-01-051-3/+3
* cse.c (true_dependence_in_rtx): New function.Jan Hubicka2001-11-281-3/+1
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-3/+3
* * cse.c (cse_insn): Emit BARRIER after unconditional jump.Graham Stott2001-11-071-5/+13
* emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or REG_EQUIV notes f...Jakub Jelinek2001-10-301-7/+1
* cse.c (check_for_label_ref): Don't require REG_LABEL notes for non-local labe...Alexandre Oliva2001-10-261-1/+2
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-90/+90
* calls.c: Fix formatting.Kazu Hirata2001-10-101-1/+1
* Makefile.in (c-decl.o): Depend on tree-inline.h.Alexandre Oliva2001-10-051-0/+1
* * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.Hans-Peter Nilsson2001-09-291-1/+1
* gcse.c (replace_store_insn): Use delete_insn.Jan Hubicka2001-09-281-10/+2
* basic-block.h (flow_delete_insn, [...]): Kill.Jan Hubicka2001-09-211-4/+2
* * cse.c (cse_basic_block): Skip note instructions.Roman Zippel2001-08-271-4/+5
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* toplev.c (set_float_handler): Make static.Zack Weinberg2001-08-121-1/+0
* calls.c (expand_call): Do not emit INSN_SETJMP note.Jan Hubicka2001-08-071-3/+4
* alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_PJan Hubicka2001-08-071-2/+2
* combine.c, [...]: consistently use "VAX", "VAXen", and "MicroVAX" in comments...Lars Brinkhoff2001-08-031-2/+2
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-2/+2
* jump.c: Add prototype for mark_modified_reg.Andreas Jaeger2001-07-301-1/+1
* cse.c (cse_process_notes): Replace any registers if the address remains valid.Denis Chertykov2001-07-261-1/+2
* * cse.c: Undo my previous patch.Jan Hubicka2001-07-181-27/+5
* cse.c (delete_trivially_dead_insns): Delete the libcall block when return val...Jan Hubicka2001-07-181-5/+27
* cse.c (set_live_p): Take INSN argument for cc0; update callers.Daniel Berlin2001-07-161-21/+22
* basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka2001-07-161-107/+166
* hard-reg-set.h (regs_invalidated_by_call): Declare.Richard Henderson2001-07-161-36/+0
* [multiple changes]Richard Kenner2001-07-091-8/+7
* cse.c (canon_hash): Don't register registers in very small register classes...Geoffrey Keating2001-07-021-1/+4
* cse.c (new_label_ref): Variable deleted.Richard Kenner2001-07-011-18/+27
* cse.c (fold_rtx): Use simplify_subreg.Jan Hubicka2001-05-171-10/+2
* cse.c (cse_insn): Mostly remove first hunk of code which collapsed a computed...Jeffrey A Law2001-05-101-30/+15