llvm-mirror/lib/CodeGen/InstrSched
Vikram S. Adve 4efbb9c931 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".

llvm-svn: 2826
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