llvm-6502/lib/CodeGen
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
..
InstrSched A single MachineInstr operand may now be both a def and a use, 2002-07-08 22:59:23 +00:00
InstrSelection changes to make it compatible with 64bit gcc 2002-06-25 20:55:50 +00:00
RegAlloc getUsableUniRegAtMI interface simplified slightly. 2002-07-08 22:39:36 +00:00
MachineCodeForInstruction.cpp Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
MachineFunction.cpp MEGAPATCH checkin. 2002-06-25 16:13:21 +00:00
MachineInstr.cpp Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}. 2002-07-08 22:38:45 +00:00
MachineInstrAnnot.cpp Annotation class for MachineInstr. 2002-05-19 15:30:21 +00:00
Makefile added RegAlloc Directory to DIRS 2001-09-14 21:28:17 +00:00