aboutsummaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-6/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-2/+2
2007-04-19re PR rtl-optimization/29841 (ICE with scheduling and __builtin_trap)Eric Botcazou1-2/+6
2007-04-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-10/+24
2007-02-17sched-deps.c (find_insn_list): Remove.Kazu Hirata1-15/+0
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-104/+506
2006-09-11re PR rtl-optimization/28726 (-fsched2-use-superblock produces wrong code)Eric Botcazou1-90/+87
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-10/+24
2006-03-16ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov1-120/+714
2006-03-15haifa-sched.c (unlink_other_notes, [...]): Do not handle loop notes.Zdenek Dvorak1-42/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-5/+5
2006-01-11df.h (DF_SCAN, [...]): New macros.Daniel Berlin1-2/+3
2005-10-24IA-64 bootstrap failure with --param max-pending-list-length=2.James E Wilson1-2/+2
2005-10-15Fix IA-64 sched-ebb failure due to missing dependencies.James E Wilson1-41/+42
2005-07-27re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher1-52/+66
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