llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve c5b4632c27 Bug fixes:
(1) Ensure that delay slot instructions are not moved out of place (this
    was happening for some CALL instructions).  Basically, we need to
    move all delay slot instructions out of the graph and handle them
    along with the delayed control transfer instruction.
(2) Mark scheduled instructions correctly when instructions are scheduled
    in more than one cycle in a single step (due to delay slots).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@678 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-30 23:43:34 +00:00
..
InstrScheduling.cpp Bug fixes: 2001-09-30 23:43:34 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Two bug fixes: 2001-09-30 23:36:58 +00:00
SchedGraph.h Minor changes for bug fixes in SchedGraph.cpp. 2001-09-30 23:37:26 +00:00
SchedPriorities.cpp Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00
SchedPriorities.h Pull iterators out of CFG.h and CFGdecls and put them in Support directory 2001-09-28 22:56:31 +00:00