summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-4/+3
* haifa-sched.c (schedule_block): Remove excessive sanity check.Maxim Kuvyrkov2006-12-091-8/+0
* re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov2006-11-161-5/+9
* sched-int.h (IS_SPECULATION_CHECK_P, [...]): New macros.Maxim Kuvyrkov2006-10-061-17/+14
* re PR rtl-optimization/28489 (ICE in move_insn, at haifa-sched.c:1968)Maxim Kuvyrkov2006-08-171-2/+1
* re PR middle-end/26807 (FAIL: gcc.dg/torture/pr24626-1.c -O2 (test for exce...Maxim Kuvyrkov2006-06-131-2/+7
* re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov2006-06-131-13/+19
* re PR target/27863 (ICE in check_cfg, at haifa-sched.c:4615)Maxim Kuvyrkov2006-06-081-0/+20
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-2/+2
* params.def (PARAM_MAX_SCHED_READY_INSNS): New parameter, defaulting to 100.Eric Botcazou2006-04-141-3/+41
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-04-081-20/+20
* haifa-sched.c (try_ready): Change condition to restore non-speculative patter...Maxim Kuvyrkov2006-03-301-14/+35
* 2006-03-28 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>Maxim Kuvyrkov2006-03-281-35/+13
* haifa-sched.c (Copyright): Update date.Maxim Kuvyrkov2006-03-271-13/+35
* haifa-sched.c (choose_ready): Fix type of the local variable.Maxim Kuvyrkov2006-03-231-9/+33
* target.h (struct spec_info_def): New opaque declaration.Maxim Kuvyrkov2006-03-161-232/+2215
* sched-int.h (struct haifa_insn_data): New fields: resolved_deps, inter_tick, ...Maxim Kuvyrkov2006-03-161-111/+413
* haifa-sched.c (unlink_other_notes, [...]): Do not handle loop notes.Zdenek Dvorak2006-03-151-4/+2
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-4/+4
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-6/+5
* Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini2006-01-251-0/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-1/+1
* haifa-sched.c (schedule_block): Fix thinko in previous assertification patch.Nathan Sidwell2005-04-231-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-30/+15
* builtins.def, [...]: Update copyright.Kazu Hirata2005-02-101-1/+1
* haifa-sched.c (schedule_block): Make queued sched group insns return to ready...Andreas Krebbel2005-02-091-0/+6
* cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher2004-11-241-5/+0
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-1/+0
* genattr.c (struct range, [...]): Remove them.Paolo Bonzini2004-07-201-552/+110
* md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher2004-07-091-73/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-23/+23
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-6/+16
* alias.c (record_set, [...]): Use REG_P.Jerry Quinn2004-06-151-2/+2
* re PR target/15653 (Gcc 3.4 ICE on valid code)Vladimir Makarov2004-06-101-3/+8
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-4/+0
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-44/+44
* c-decl.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-02-271-1/+1
* target-def.h (TARGET_SCHED_INIT_GLOBAL, [...]): New macros.Sanjiv Kumar Gupta2004-02-241-0/+6
* haifa-sched.c (sched_emit_insn): Remove.Kazu Hirata2004-02-201-11/+0
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* re PR target/13608 (Incorrect code with -O3 -ffast-math)Jan Hubicka2004-01-161-2/+2
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-11/+10
* ChangeLog.7: Fix comment typos.Kazu Hirata2003-11-211-1/+1
* * haifa-sched.c (choose_ready): Initialize index.Jan Hubicka2003-10-211-1/+1
* haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos2003-10-091-1/+177
* sched-int.h (sched_info): New field sched_max_insns_priority.Dorit Naishlos2003-10-071-1/+10
* haifa-sched.c (schedule_block): Use ready_remove_first instead of choose_read...Vladimir Makarov2003-09-151-1/+1