Age | Commit message (Expand) | Author | Files | Lines |
2002-03-10 | sched-rgn.c (add_branch_dependences): Don't allow insns that throw to move aw... | Richard Henderson | 1 | -4/+5 |
2002-01-29 | sched-int.h (struct deps_reg): Add uses_length, clobbers_length. | Richard Henderson | 1 | -0/+2 |
2002-01-26 | sched-deps.c (reg_pending_uses_head): New. | Richard Henderson | 1 | -109/+107 |
2002-01-16 | sched-rgn.c (passed): Use sbitmap_free. | Graham Stott | 1 | -6/+6 |
2001-12-30 | cfglayout.c (scope_def, [...]): Remove. | Richard Henderson | 1 | -3/+4 |
2001-12-27 | haifa-sched.c (reemit_other_notes): New. | Richard Henderson | 1 | -0/+4 |
2001-12-11 | sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P. | Daniel Berlin | 1 | -3/+3 |
2001-11-23 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-11 | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-11-04 | aof.h (aof_text_section, [...]): Don't declare. | Kaveh R. Ghazi | 1 | -2/+0 |
2001-10-30 | * sched-rgn.c (schedule_insns): Fix comment. | Jan Hubicka | 1 | -1/+2 |
2001-10-30 | lcm.c (optimize_mode_switching): Do not rebuild liveness information when no ... | Jan Hubicka | 1 | -31/+54 |
2001-10-26 | sched-rgn.c: Remove bitset typedef. | Daniel Berlin | 1 | -161/+41 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -18/+18 |
2001-10-10 | calls.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2001-09-19 | alias.c: Fix typos in comments. | Stan Shebs | 1 | -1/+1 |
2001-09-14 | Fix typo in FSF copyright statement | Nick Clifton | 1 | -2/+2 |
2001-08-30 | rtl.def: Undo my patch commited 2001-08-27. | Vladimir Makarov | 1 | -71/+23 |
2001-08-27 | rtl.def (DEFINE_CPU_UNIT, [...]): New RTL constructions. | Vladimir Makarov | 1 | -23/+71 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -9/+9 |
2001-08-08 | Use cselib for alias analysis in sched_ebb | Bernd Schmidt | 1 | -1/+1 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -12/+4 |
2001-01-19 | rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility. | Richard Kenner | 1 | -18/+6 |
2001-01-18 | flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST. | Richard Kenner | 1 | -11/+29 |
2001-01-12 | haifa-sched.c (restore_line_notes): Remove argument block B since it's unused. | Andreas Jaeger | 1 | -1/+1 |
2001-01-09 | sched-int.h (struct deps): Add max_reg, reg_last_in_use... | Richard Henderson | 1 | -65/+31 |
2001-01-08 | sched-rgn.c (BITSET_ADD, [...]): Cast 1 to unsigned HOST_WIDE_INT before left... | Jim Wilson | 1 | -4/+5 |
2001-01-07 | * sched-rgn.c (is_cfg_nonregular): Fix thinko's last change. | Richard Henderson | 1 | -3/+2 |
2001-01-07 | reload.c (subst_reloads): Take INSN argument. | Alexandre Oliva | 1 | -7/+10 |
2000-12-20 | Support scheduling across extended basic blocks | Bernd Schmidt | 1 | -0/+27 |
2000-12-19 | More scheduler infrastructure. | Bernd Schmidt | 1 | -9/+23 |
2000-12-05 | Fix building on non-INSN_SCHEDULING targets, and fix a small bug in rgn_print... | Bernd Schmidt | 1 | -2/+5 |
2000-12-03 | Move the region scheduling code out of haifa-sched.c. | Bernd Schmidt | 1 | -0/+3116 |