summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ChangeLog.4: Fix typos.Kazu Hirata2002-09-281-1/+1
* haifa-sched.c: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* genautomata.c (VLA_HWINT_SHORTEN, [...]): Remove.Neil Booth2002-07-231-7/+0
* i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) to decide whet...Jan Hubicka2002-06-121-2/+0
* cfgrtl.c (create_basic_block_structure): Remove index argument and use last_b...Roger Sayle2002-06-101-1/+1
* sched-int.h (struct deps): New field libcall_block_tail_insn.Jeff Law2002-06-041-1/+4
* Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-041-19/+6
* Revert this patch:Jeff Law2002-05-291-4/+1
* haifa-sched.c (schedule_block): Do not count USE and CLOBBER insns against th...Jeff Law2002-05-291-1/+4
* sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.David Edelsohn2002-05-281-0/+2
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-1/+1
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-14/+15
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-16/+15
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-15/+16