Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
[oota-llvm.git] / lib / CodeGen / InstrSched / InstrScheduling.cpp
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-09-30 Vikram S. AdveBug fixes:
2001-09-18 Vikram S. AdveAdd new entry/exit edges when removing delay slot nodes...
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-09 Chris LattnerI really don't like it when people break the build.
2001-09-07 Chris Lattner* Remove lots of #includes
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.