aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-26sched-deps.c (sched_analyze_1): On STACK_REGS targets...Roger Sayle1-0/+19
2005-03-08* sched-deps.c (cache_size): Make it static.Kazu Hirata1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-05combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher1-3/+2
2004-11-25basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell1-3/+3
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-23/+12
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-8/+3
2004-11-15sched-deps.c (set_sched_group_p): Delete.Eric Christopher1-18/+54
2004-11-08sched-deps.c (add_insn_mem_dependence): Make it static.Kazu Hirata1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-5/+4
2004-11-02cfgloop.h (struct loop): Update comment.Steven Bosscher1-4/+4
2004-10-18basic-block.h (reg_set_iterator): New.Kazu Hirata1-20/+22
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-26/+31
2004-08-30sched-deps.c (get_condition): Partially revert previous, by never trying to e...Richard Earnshaw1-2/+8
2004-08-30* sched-deps.c (get_condition): Fix breakage in previous patch.Richard Earnshaw1-5/+6
2004-08-29sched-deps.c (get_condition): Rewrite using jump support functions.Richard Earnshaw1-14/+16
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-16/+16
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-3/+3
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-6/+6
2004-06-09re PR rtl-optimization/15521 (sched1 extends life of hard registers on SMALL_...J"orn Rennecke1-4/+21
2004-03-24alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson1-14/+18
2004-03-04re PR rtl-optimization/14282 (ICE in sh-elf-gcc with -m4-single-only and -O2)DJ Delorie1-1/+7
2004-03-04cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka1-1/+1
2004-03-03alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini1-2/+2
2004-02-03doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata1-1/+1
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-2/+2
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-15re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1...Jan Hubicka1-2/+2
2004-01-14sched-deps.c (trye_dependency_cache, [...]): Trun to vectors of bitmapsJan Hubicka1-37/+59
2003-10-11expr.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-07-31Prevent interblock move of CC0 setter.Vladimir Makarov1-0/+3
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-15re PR rtl-optimization/11320 (Scheduler bug)Eric Botcazou1-5/+15
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-79/+44
2003-06-23basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2003-04-09sched-deps.c (reg_pending_barrier_mode): New enumeration.Vladimir Makarov1-15/+32
2003-03-11df.c (read_modify_subreg_p): Change from static to global.Hartmut Penner1-0/+14
2003-02-25sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov1-47/+54
2003-01-28haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov1-124/+4
2003-01-17haifa-sched.c (move_insn): Restore moving all schedule group.Vladimir Makarov1-18/+96
2003-01-092003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov1-100/+36
2002-12-24regmove.c: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-20* sched-deps.c (sched_analyze): Check HARD_REGNO_CALL_PART_CLOBBERED.Richard Sandiford1-2/+6
2002-09-26sched-deps.c (sched_analyze_insn): Make clobber insns depend on call insns.Richard Henderson1-1/+9
2002-09-07sched-deps.c (sched_analyze_insn): Make sure to add insn to reg_last->sets af...Glen Nakamura1-2/+1
2002-06-14rtl.h (SCHED_GROUP_P): Disallow CODE_LABEL, BARRIER and NOTE.Franz Sirl1-5/+4
2002-06-08lcm.c (optimize_mode_switching): Add unused attribute for variable.Andreas Jaeger1-1/+1
2002-06-07sched-deps.c (free_deps): Avoid calling free_INSN_LIST_list on empty lists.Jeff Law1-3/+6