summaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
Commit message (Expand)AuthorAgeFilesLines
* * i386.md (shift patterns): Use (TARGET_SHIFT1 || optimize_size) tohubicka2002-06-121-2/+0
* 2002-06-10 Roger Sayle <roger@eyesopen.com>sayle2002-06-101-1/+1
* * sched-int.h (struct deps): New field libcall_block_tail_insn.law2002-06-041-1/+4
* Tue Jun 4 19:29:42 CEST 2002 Jan Hubicka <jh@suse.cz>hubicka2002-06-041-19/+6
* Revert this patch:law2002-05-291-4/+1
* * haifa-sched.c (schedule_block): Do not count USE and CLOBBERlaw2002-05-291-1/+4
* * sched-deps.c (sched_analyze): Do not clear SCHED_GROUP_P.law2002-05-281-0/+2
* * basic-block.h (last_basic_block): Defined as synonym forrakdver2002-05-271-1/+1
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-14/+15
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-16/+15
* Basic block renumbering removal.rth2002-05-161-15/+16
* 2002-05-03 David S. Miller <davem@redhat.com>davem2002-05-041-11/+6
* 2002-05-03 David S. Miller <davem@redhat.com>davem2002-05-041-4/+0
* * haifa-sched.c (schedule_insn): Print table of instructions andrth2002-05-031-21/+20
* * haifa-sched.c (rank_for_schedule): Skip past last_scheduled_insnrth2002-05-021-6/+11
* 2002-04-29 Vladimir Makarov <vmakarov@redhat.com>vmakarov2002-04-291-106/+565
* * haifa-sched.c (sched_emit_insn): New.rth2002-02-281-12/+20
* * bitmap.h: Fix comment formatting.kazu2002-01-181-3/+3
* * cfglayout.c (scope_def, scope_forest_info, forest,rth2001-12-311-56/+18
* * haifa-sched.c (reemit_other_notes): New.rth2001-12-271-18/+56
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* 2001-10-10 Stan Shebs <shebs@apple.com>shebs2001-10-111-3/+3
* * basic-block.h (free_bb_for_insn): Declare.hubicka2001-09-161-1/+5
* Fix typo in FSF copyright statementnickc2001-09-141-2/+2
* 2001-08-30 Vladimir Makarov <vmakarov@redhat.com>vmakarov2001-08-301-539/+100
* 2001-08-27 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>vmakarov2001-08-271-100/+539
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-9/+9
* * haifa-sched.c: Convert to target hooks. Macros replacedzack2001-08-181-46/+43
* * calls.c (expand_call): Do not emit INSN_SETJMP note.hubicka2001-08-071-12/+4
* * alias.c (nonlocal_mentioned_p):hubicka2001-08-071-1/+1
* * i386.md (float_truncate splitter, and to mov splitters): Addhubicka2001-06-261-2/+0
* * mkconfig.sh: Include insn-flags.h.rth2001-03-221-1/+0
* Avoid exponential runtimebernds2001-03-011-17/+22
* * haifa-sched.c (restore_line_notes): Remove argument block Baj2001-01-121-4/+3
* * haifa-sched.c (schedule_block): Provide empty source statementrobertl2000-12-211-0/+1
* Support scheduling across extended basic blocksbernds2000-12-201-1/+2
* More scheduler infrastructure.bernds2000-12-191-37/+59
* * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.amylaar2000-12-151-4/+2
* Move the region scheduling code out of haifa-sched.c.bernds2000-12-031-3181/+41
* Move dependency code out of haifa-sched.cbernds2000-12-031-1470/+3
* Move scheduling visualization code to separate file.bernds2000-12-031-900/+17
* Try to separate region-specific code from generic parts in the scheuler.bernds2000-12-031-321/+429
* Haifa cleanup, part 1bernds2000-12-021-204/+273
* Prettier visualization of COND_EXECsbernds2000-11-271-3/+13
* * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):rth2000-11-251-3/+11
* Treat ready list as a (for now, semi-)abstract datatype. Lose max_priority.bernds2000-11-241-57/+128
* * haifa-sched.c (sched_analyze_1): Don't special-case callsrth2000-11-221-11/+3
* Michael Matz <matzmich@cs.tu-berlin.de>rth2000-11-141-4/+2
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-5/+5
* Fix ICE on lex output file reported by Andreas Schwab.wilson2000-10-191-13/+33