aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-30haifa-sched.c (try_ready): Change condition to restore non-speculative patter...Maxim Kuvyrkov1-14/+35
2006-03-282006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov1-35/+13
2006-03-27haifa-sched.c (Copyright): Update date.Maxim Kuvyrkov1-13/+35
2006-03-23haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov1-9/+33
2006-03-16target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov1-232/+2215
2006-03-16sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov1-111/+413
2006-03-15haifa-sched.c (unlink_other_notes, [...]): Do not handle loop notes.Zdenek Dvorak1-4/+2
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-4/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-6/+5
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-0/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-04-23haifa-sched.c (schedule_block): Fix thinko in previous assertification patch.Nathan Sidwell1-1/+1
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-30/+15
2005-02-10builtins.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-09haifa-sched.c (schedule_block): Make queued sched group insns return to ready...Andreas Krebbel1-0/+6
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-5/+0
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-1/+0
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini1-552/+110
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-73/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-23/+23
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-6/+16
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-2/+2
2004-06-10re PR target/15653 (Gcc 3.4 ICE on valid code)Vladimir Makarov1-3/+8
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-4/+0
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-44/+44
2004-02-27c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-02-24target-def.h (TARGET_SCHED_INIT_GLOBAL, [...]): New macros.Sanjiv Kumar Gupta1-0/+6
2004-02-20haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata1-11/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-16re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka1-2/+2
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-11/+10
2003-11-21ChangeLog.7: Fix comment typos.Kazu Hirata1-1/+1
2003-10-21* haifa-sched.c (choose_ready): Initialize index.Jan Hubicka1-1/+1
2003-10-09haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos1-1/+177
2003-10-07sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos1-1/+10
2003-09-15haifa-sched.c (schedule_block): Use ready_remove_first instead of choose_read...Vladimir Makarov1-1/+1
2003-08-19builtins.c: Fix comment typos.Kazu Hirata1-1/+1
2003-08-11avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi1-2/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-13/+12
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-180/+113
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-3/+3
2003-06-13re PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)Vladimir Makarov1-7/+46
2003-03-15c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle1-1/+1
2003-03-07haifa-sched.c (schedule_block): Don't call reorder when sorting is prohibited.Vladimir Makarov1-1/+1
2003-02-25sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov1-0/+164
2003-02-06i386.c (x86_inter_unit_moves): New variable.Jan Hubicka1-0/+1
2003-01-28haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov1-52/+60