Age | Commit message (Expand) | Author | Files | Lines |
2004-02-03 | doloop.c, [...]: Use const0_rtx instead of GEN_INT (0). | Kazu Hirata | 1 | -1/+1 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -2/+2 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-15 | re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1... | Jan Hubicka | 1 | -2/+2 |
2004-01-14 | sched-deps.c (trye_dependency_cache, [...]): Trun to vectors of bitmaps | Jan Hubicka | 1 | -37/+59 |
2003-10-11 | expr.c: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2003-07-31 | Prevent interblock move of CC0 setter. | Vladimir Makarov | 1 | -0/+3 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -2/+1 |
2003-07-15 | re PR rtl-optimization/11320 (Scheduler bug) | Eric Botcazou | 1 | -5/+15 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -79/+44 |
2003-06-23 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-04-09 | sched-deps.c (reg_pending_barrier_mode): New enumeration. | Vladimir Makarov | 1 | -15/+32 |
2003-03-11 | df.c (read_modify_subreg_p): Change from static to global. | Hartmut Penner | 1 | -0/+14 |
2003-02-25 | sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c. | Vladimir Makarov | 1 | -47/+54 |
2003-01-28 | haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t... | Vladimir Makarov | 1 | -124/+4 |
2003-01-17 | haifa-sched.c (move_insn): Restore moving all schedule group. | Vladimir Makarov | 1 | -18/+96 |
2003-01-09 | 2003-01-09 Vladimir Makarov <vmakarov@redhat.com> | Vladimir Makarov | 1 | -100/+36 |
2002-12-24 | regmove.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-20 | * sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED. | Richard Sandiford | 1 | -2/+6 |
2002-09-26 | sched-deps.c (sched_analyze_insn): Make clobber insns depend on call insns. | Richard Henderson | 1 | -1/+9 |
2002-09-07 | sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets af... | Glen Nakamura | 1 | -2/+1 |
2002-06-14 | rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE. | Franz Sirl | 1 | -5/+4 |
2002-06-08 | lcm.c (optimize_mode_switching): Add unused attribute for variable. | Andreas Jaeger | 1 | -1/+1 |
2002-06-07 | sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list on empty lists. | Jeff Law | 1 | -3/+6 |
2002-06-04 | sched-int.h (struct deps): New field libcall_block_tail_insn. | Jeff Law | 1 | -0/+53 |
2002-06-04 | Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -11/+1 |
2002-05-29 | haifa-sched (sched_analyze): Remove another useless clearing of SCHED_GROUP_P... | Jeff Law | 1 | -3/+0 |
2002-05-29 | Revert this patch: | Jeff Law | 1 | -56/+0 |
2002-05-29 | haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th... | Jeff Law | 1 | -0/+56 |
2002-05-28 | sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P. | David Edelsohn | 1 | -3/+0 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -1/+1 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -1/+1 |
2002-05-09 | sbitmap.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2002-02-19 | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 1 | -0/+1 |
2002-01-30 | * sched-deps.c (sched_analyze): Make a call read the frame pointer. | Richard Henderson | 1 | -5/+14 |
2002-01-29 | sched-int.h (struct deps_reg): Add uses_length, clobbers_length. | Richard Henderson | 1 | -15/+53 |
2002-01-26 | sched-deps.c (reg_pending_uses_head): New. | Richard Henderson | 1 | -284/+173 |
2002-01-22 | predict.c: Fix formatting. | Kazu Hirata | 1 | -3/+3 |
2001-12-29 | loop.c (prescan_loop): Set has_multiple_exit_targets for exception edges. | Richard Henderson | 1 | -1/+1 |
2001-10-28 | ChangeLog.0, [...]: Fix spelling errors. | Joseph Myers | 1 | -1/+1 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -14/+14 |
2001-10-01 | Fix ia64 scheduler/predicated insn bug report from SAP. | Jim Wilson | 1 | -1/+6 |
2001-09-14 | Fix typo in FSF copyright statement | Nick Clifton | 1 | -2/+2 |
2001-08-31 | sched-deps.c (add_dependence): Don't elide dependancy if the conditional used... | Richard Henderson | 1 | -1/+6 |
2001-08-22 | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 1 | -9/+9 |
2001-08-17 | sbitmap.c: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2001-08-08 | Use cselib for alias analysis in sched_ebb | Bernd Schmidt | 1 | -5/+35 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -25/+15 |
2001-08-07 | alias.c (nonlocal_mentioned_p): Rename CONST_CALL_P to CONST_OR_PURE_CALL_P | Jan Hubicka | 1 | -2/+2 |