summaryrefslogtreecommitdiff
path: root/gcc/sched-deps.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-6/+2
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-2/+2
* re PR rtl-optimization/29841 (ICE with scheduling and __builtin_trap)Eric Botcazou2007-04-191-2/+6
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-04-161-10/+24
* sched-deps.c (find_insn_list): Remove.Kazu Hirata2007-02-171-15/+0
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2007-02-031-2/+2
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov2007-02-021-104/+506
* re PR rtl-optimization/28726 (-fsched2-use-superblock produces wrong code)Eric Botcazou2006-09-111-90/+87
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-2/+2
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-10/+24
* ddg.c (build_intra_loop_deps): Adjust add_forward_dependence call.Maxim Kuvyrkov2006-03-161-120/+714
* haifa-sched.c (unlink_other_notes, [...]): Do not handle loop notes.Zdenek Dvorak2006-03-151-42/+4
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-5/+5
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-2/+3
* IA-64 bootstrap failure with --param max-pending-list-length=2.James E Wilson2005-10-241-2/+2
* Fix IA-64 sched-ebb failure due to missing dependencies.James E Wilson2005-10-151-41/+42
* re PR rtl-optimization/17808 (Scheduler overly conservative in sched-deps)Steven Bosscher2005-07-271-52/+66
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sched-deps.c (sched_analyze_1): On STACK_REGS targets...Roger Sayle2005-04-261-0/+19
* * sched-deps.c (cache_size): Make it static.Kazu Hirata2005-03-081-1/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* combine.c (expand_compound_operation): Add comment that we fall through after...Steven Bosscher2005-01-051-3/+2
* basic-block.h (OBSTACK_ALLOC_REG_SET): Rename to ...Nathan Sidwell2004-11-251-3/+3
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-23/+12
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-8/+3
* sched-deps.c (set_sched_group_p): Delete.Eric Christopher2004-11-151-18/+54
* sched-deps.c (add_insn_mem_dependence): Make it static.Kazu Hirata2004-11-081-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-5/+4
* cfgloop.h (struct loop): Update comment.Steven Bosscher2004-11-021-4/+4
* basic-block.h (reg_set_iterator): New.Kazu Hirata2004-10-181-20/+22
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-26/+31
* sched-deps.c (get_condition): Partially revert previous, by never trying to e...Richard Earnshaw2004-08-301-2/+8
* * sched-deps.c (get_condition): Fix breakage in previous patch.Richard Earnshaw2004-08-301-5/+6
* sched-deps.c (get_condition): Rewrite using jump support functions.Richard Earnshaw2004-08-291-14/+16
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-16/+16
* alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn2004-07-011-3/+3
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-6/+6
* re PR rtl-optimization/15521 (sched1 extends life of hard registers on SMALL_...J"orn Rennecke2004-06-091-4/+21
* alias.c (alias_invariant, [...]): Mark GTY.Richard Henderson2004-03-241-14/+18
* re PR rtl-optimization/14282 (ICE in sh-elf-gcc with -m4-single-only and -O2)DJ Delorie2004-03-041-1/+7
* cfgcleanup.c (thread_jump): Update call of cselib_init.Jan Hubicka2004-03-041-1/+1
* alias.c (rtx_equal_for_memref_p): Use predicates to test rtx classes and new ...Paolo Bonzini2004-03-031-2/+2
* doloop.c, [...]: Use const0_rtx instead of GEN_INT (0).Kazu Hirata2004-02-031-1/+1
* alias.c (record_set): Use hard_regno_nregs.Jan Hubicka2004-02-021-2/+2
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR bootstrap/13692 (ICE in schedule_insns, at sched-rgn.c:2743 with stage1...Jan Hubicka2004-01-151-2/+2
* sched-deps.c (trye_dependency_cache, [...]): Trun to vectors of bitmapsJan Hubicka2004-01-141-37/+59
* expr.c: Follow spelling conventions.Kazu Hirata2003-10-111-1/+1
* Prevent interblock move of CC0 setter.Vladimir Makarov2003-07-311-0/+3