Add new optional getPassName() virtual function that a Pass can override
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / InstrScheduling.cpp
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-08 Chris Lattners/Method/Function
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-02-24 Chris Lattner* Silence signed/unsigned warnings
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-03 Chris Lattner* Get machine instrs from Instructin's by using Machine...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
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.