| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sched-deps.c (get_condition): Rewrite using jump support functions. | Richard Earnshaw | 2004-08-29 | 1 | -14/+16 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -16/+16 |
* | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 2004-07-01 | 1 | -3/+3 |
* | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 2004-06-15 | 1 | -6/+6 |
* | re PR rtl-optimization/15521 (sched1 extends life of hard registers on SMALL_... | J"orn Rennecke | 2004-06-09 | 1 | -4/+21 |
* | alias.c (alias_invariant, [...]): Mark GTY. | Richard Henderson | 2004-03-24 | 1 | -14/+18 |
* | re PR rtl-optimization/14282 (ICE in sh-elf-gcc with -m4-single-only and -O2) | DJ Delorie | 2004-03-04 | 1 | -1/+7 |
* | cfgcleanup.c (thread_jump): Update call of cselib_init. | Jan Hubicka | 2004-03-04 | 1 | -1/+1 |
* | alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ... | Paolo Bonzini | 2004-03-03 | 1 | -2/+2 |
* | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 2004-02-03 | 1 | -1/+1 |
* | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 2004-02-02 | 1 | -2/+2 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1... | Jan Hubicka | 2004-01-15 | 1 | -2/+2 |
* | sched-deps.c (trye_dependency_cache, [...]): Trun to vectors of bitmaps | Jan Hubicka | 2004-01-14 | 1 | -37/+59 |
* | expr.c: Follow spelling conventions. | Kazu Hirata | 2003-10-11 | 1 | -1/+1 |
* | Prevent interblock move of CC0 setter. | Vladimir Makarov | 2003-07-31 | 1 | -0/+3 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -2/+1 |
* | re PR rtl-optimization/11320 (Scheduler bug) | Eric Botcazou | 2003-07-15 | 1 | -5/+15 |
* | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -79/+44 |
* | basic-block.h: Fix comment formatting. | Kazu Hirata | 2003-06-23 | 1 | -1/+1 |
* | sched-deps.c (reg_pending_barrier_mode): New enumeration. | Vladimir Makarov | 2003-04-09 | 1 | -15/+32 |
* | df.c (read_modify_subreg_p): Change from static to global. | Hartmut Penner | 2003-03-11 | 1 | -0/+14 |
* | sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c. | Vladimir Makarov | 2003-02-25 | 1 | -47/+54 |
* | haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t... | Vladimir Makarov | 2003-01-28 | 1 | -124/+4 |
* | haifa-sched.c (move_insn): Restore moving all schedule group. | Vladimir Makarov | 2003-01-17 | 1 | -18/+96 |
* | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 2003-01-09 | 1 | -100/+36 |
* | regmove.c: Fix comment typos. | Kazu Hirata | 2002-12-24 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | * sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED. | Richard Sandiford | 2002-11-20 | 1 | -2/+6 |
* | sched-deps.c (sched_analyze_insn): Make clobber insns depend on call insns. | Richard Henderson | 2002-09-26 | 1 | -1/+9 |
* | sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets af... | Glen Nakamura | 2002-09-07 | 1 | -2/+1 |
* | rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE. | Franz Sirl | 2002-06-14 | 1 | -5/+4 |
* | lcm.c (optimize_mode_switching): Add unused attribute for variable. | Andreas Jaeger | 2002-06-08 | 1 | -1/+1 |
* | sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list on empty lists. | Jeff Law | 2002-06-07 | 1 | -3/+6 |
* | sched-int.h (struct deps): New field libcall_block_tail_insn. | Jeff Law | 2002-06-04 | 1 | -0/+53 |
* | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 2002-06-04 | 1 | -11/+1 |
* | haifa-sched (sched_analyze): Remove another useless clearing of SCHED_GROUP_P... | Jeff Law | 2002-05-29 | 1 | -3/+0 |
* | Revert this patch: | Jeff Law | 2002-05-29 | 1 | -56/+0 |
* | haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th... | Jeff Law | 2002-05-29 | 1 | -0/+56 |
* | sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P. | David Edelsohn | 2002-05-28 | 1 | -3/+0 |
* | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 2002-05-16 | 1 | -1/+1 |
* | Basic block renumbering removal. | Zdenek Dvorak | 2002-05-16 | 1 | -1/+1 |
* | sbitmap.c: Fix formatting. | Kazu Hirata | 2002-05-09 | 1 | -3/+3 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 1 | -0/+1 |
* | * sched-deps.c (sched_analyze): Make a call read the frame pointer. | Richard Henderson | 2002-01-30 | 1 | -5/+14 |
* | sched-int.h (struct deps_reg): Add uses_length, clobbers_length. | Richard Henderson | 2002-01-29 | 1 | -15/+53 |
* | sched-deps.c (reg_pending_uses_head): New. | Richard Henderson | 2002-01-26 | 1 | -284/+173 |
* | predict.c: Fix formatting. | Kazu Hirata | 2002-01-22 | 1 | -3/+3 |
* | loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges. | Richard Henderson | 2001-12-29 | 1 | -1/+1 |
* | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 2001-10-28 | 1 | -1/+1 |