summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi2003-08-111-2/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-13/+12
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-180/+113
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-3/+3
* re PR bootstrap/10835 (combinatory explosion in scheduler on HyperSPARC)Vladimir Makarov2003-06-131-7/+46
* c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.Roger Sayle2003-03-151-1/+1
* haifa-sched.c (schedule_block): Don't call reorder when sorting is prohibited.Vladimir Makarov2003-03-071-1/+1
* sched-int.h (INSN_TRAP_CLASS, [...]): Move them from sched-rgn.c.Vladimir Makarov2003-02-251-0/+164
* i386.c (x86_inter_unit_moves): New variable.Jan Hubicka2003-02-061-0/+1
* haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov2003-01-281-52/+60
* basic-block.h: Fix comment formatting.Kazu Hirata2003-01-181-2/+2
* haifa-sched.c (move_insn): Restore moving all schedule group.Vladimir Makarov2003-01-171-3/+21
* 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov2003-01-091-120/+220
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-1/+3