Major improvement to how nodes are built for a BB.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched /
2001-11-12 Vikram S. AdveMajor improvement to how nodes are built for a BB.
2001-11-11 Vikram S. AdveOnly add true dep. edges from an earlier to a later...
2001-11-09 Vikram S. AdveUse node->getOpCode() instead of node->getMachineInstr...
2001-11-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-08 Vikram S. AdveMachineCodeForMethod is now an annotation on class...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
2001-10-11 Vikram S. AdveAdd graph edges due to implicit refs in each machine...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Vikram S. AdveBug fixes:
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-30 Vikram S. AdveTwo bug fixes:
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-18 Vikram S. AdveFormat file header.
2001-09-18 Vikram S. AdveAdd new entry/exit edges when removing delay slot nodes...
2001-09-18 Vikram S. AdveMoved erase edge functions to class SchedGraph.
2001-09-18 Vikram S. AdveRenamed some header files.
2001-09-18 Vikram S. AdveMoved erase-edge functions from SchedGraphNode to Sched...
2001-09-14 Chris LattnerAdd a forward decl, oops.
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-10 Chris LattnerUse predicate for Value type test
2001-09-09 Chris LattnerI really don't like it when people break the build.
2001-09-07 Chris LattnerRemove unneeded #includes
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-09-07 Chris Lattner* Remove lots of #includes
2001-08-28 Vikram S. AdveMakefile for InstrSched/
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...