llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve 0baf1c0911 A single MachineInstr operand may now be both a def and a use,
so additional dep. edges have to be added.
This was needed to correctly handle conditional move instructions!
MachineCodeForBasicBlock is now an annotation on BasicBlock.
Renamed "earliestForNode" to "earliestReadyTimeForNode".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2826 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-08 22:59:23 +00:00
..
InstrScheduling.cpp A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00
SchedGraph.h A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00
SchedPriorities.cpp A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00
SchedPriorities.h A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00