| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-12-10 Andrew Haley <aph@redhat.com> | aph | 2002-12-10 | 1 | -2/+10 |
* | * ChangeLog.1: Fix typos. | kazu | 2002-10-28 | 1 | -1/+1 |
* | * cse.c (mention_regs): Set SUBREG_TICKED to the register number, | geoffk | 2002-10-12 | 1 | -3/+3 |
* | 2002-10-10 Stuart Hastings <stuart@apple.com> | geoffk | 2002-10-10 | 1 | -7/+30 |
* | Fix miscompilation of testcase 20021010-1.c for v850 target with -O -mv850e. | wilson | 2002-10-10 | 1 | -5/+11 |
* | * cse.c (insn_live_p): Pass insn pattern, not full insn | uweigand | 2002-10-09 | 1 | -1/+1 |
* | 2002-09-30 Andrew Haley <aph@redhat.com> | aph | 2002-10-01 | 1 | -1/+3 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -10/+10 |
* | * cse.c (fold_rtx): Calculate the old cost before we fold each | rearnsha | 2002-09-21 | 1 | -1/+1 |
* | * real.c (real_hash): New. | rth | 2002-09-20 | 1 | -5/+1 |
* | gcc/ | rth | 2002-09-16 | 1 | -8/+15 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-14 | 1 | -1/+1 |
* | * cse.c (cse_insn): Avoid subreg games if the equivalence | rth | 2002-09-04 | 1 | -8/+17 |
* | * cse.c (cse_insn): Supply proper SUBREG_BYTE to simplify_gen_subreg. | amylaar | 2002-07-10 | 1 | -2/+17 |
* | gcc: | amylaar | 2002-07-04 | 1 | -3/+2 |
* | PR optimization/6759 | jakub | 2002-06-10 | 1 | -2/+4 |
* | * cse.c (fold_rtx): Don't optimize if SUBREG changes mode class. | jakub | 2002-05-26 | 1 | -1/+3 |
* | 2002-05-23 David S. Miller <davem@redhat.com> | davem | 2002-05-23 | 1 | -21/+20 |
* | * cse.c (canon_hash): Reorder do_not_record test. Always | rth | 2002-05-20 | 1 | -11/+24 |
* | 2002-05-10 David S. Miller <davem@redhat.com> | davem | 2002-05-10 | 1 | -7/+1 |
* | * cse.c (dead_libcall_p): Update counts. | hubicka | 2002-05-08 | 1 | -3/+10 |
* | * cse.c: Fix formatting. | kazu | 2002-05-05 | 1 | -17/+19 |
* | * rtl.h (RTX_FLAG): New macro. | janis | 2002-04-22 | 1 | -2/+2 |
* | * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES): New. | rsandifo | 2002-03-07 | 1 | -13/+12 |
* | * cfgrtl.c (delete_insn_and_edges, delete_insn_chain_and_edges): New. | hubicka | 2002-03-06 | 1 | -60/+29 |
* | * basic-block.h (BB_REACHABLE): Renumber. | hubicka | 2002-02-28 | 1 | -1/+2 |
* | 2002-02-19 Aldy Hernandez <aldyh@redhat.com> | aldyh | 2002-02-19 | 1 | -0/+21 |
* | * jump.c (never_reached_warning): Add finish argument. | jakub | 2002-02-12 | 1 | -1/+1 |
* | * config/xtensa/elf.h: New file. | bwilson | 2002-01-23 | 1 | -4/+4 |
* | * cse.c: Fix formatting. | kazu | 2002-01-05 | 1 | -3/+3 |
* | * cse.c (true_dependence_in_rtx): New function. | hubicka | 2001-11-28 | 1 | -3/+1 |
* | * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog, | jsm28 | 2001-11-23 | 1 | -3/+3 |
* | * cse.c (cse_insn): Emit BARRIER after unconditional jump. | grahams | 2001-11-07 | 1 | -5/+13 |
* | * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or | jakub | 2001-10-30 | 1 | -7/+1 |
* | * cse.c (check_for_label_ref): Don't require REG_LABEL notes for | aoliva | 2001-10-26 | 1 | -1/+2 |
* | 2001-10-10 Stan Shebs <shebs@apple.com> | shebs | 2001-10-11 | 1 | -90/+90 |
* | * calls.c: Fix formatting. | kazu | 2001-10-10 | 1 | -1/+1 |
* | * Makefile.in (c-decl.o): Depend on tree-inline.h. | aoliva | 2001-10-05 | 1 | -0/+1 |
* | * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn. | hp | 2001-09-29 | 1 | -1/+1 |
* | * gcse.c (replace_store_insn): Use delete_insn. | hubicka | 2001-09-28 | 1 | -10/+2 |
* | * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill. | hubicka | 2001-09-21 | 1 | -4/+2 |
* | * cse.c (cse_basic_block): Skip note instructions. | rth | 2001-08-28 | 1 | -4/+5 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * toplev.c (set_float_handler): Make static. | zack | 2001-08-12 | 1 | -1/+0 |
* | * calls.c (expand_call): Do not emit INSN_SETJMP note. | hubicka | 2001-08-07 | 1 | -3/+4 |
* | * alias.c (nonlocal_mentioned_p): | hubicka | 2001-08-07 | 1 | -2/+2 |
* | * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c, | danglin | 2001-08-03 | 1 | -2/+2 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -2/+2 |
* | * jump.c: Add prototype for mark_modified_reg. | aj | 2001-07-30 | 1 | -1/+1 |
* | * cse.c (cse_process_notes): Replace any registers if the address | denisc | 2001-07-26 | 1 | -1/+2 |