aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-7/+7
2007-08-22target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul...Maxim Kuvyrkov1-0/+6
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov1-279/+309
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-02re PR target/31684 (ICE in get_attr_first_insn, at config/ia64/itanium2.md:18...Steve Ellcey1-1/+1
2007-06-20dbgcnt.def (global_alloc_at_func, [...]): New counters.Seongbae Park1-35/+89
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-182/+24
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-2/+3
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-2/+2
2007-05-04haifa-sched.c (rtx_vec_t): New typedef.Maxim Kuvyrkov1-46/+80
2007-02-03c-decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-02re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Maxim Kuvyrkov1-214/+290
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-4/+4
2006-12-09haifa-sched.c (schedule_block): Remove excessive sanity check.Maxim Kuvyrkov1-8/+0
2006-11-29haifa-sched.c: Remove define LINE_NOTE(INSN).Tehila Meyzels1-147/+5
2006-11-16re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov1-5/+9
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-138/+3
2006-10-06sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov1-17/+14
2006-08-17re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov1-2/+1
2006-06-13re PR middle-end/26807 (FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for exce...Maxim Kuvyrkov1-2/+7
2006-06-13re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov1-13/+19
2006-06-08re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov1-0/+20
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-04-14params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100.Eric Botcazou1-3/+41
2006-04-08builtins.c, [...]: Fix comment typos.Kazu Hirata1-20/+20
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