Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / SparcV9 / InstrSched / SchedGraph.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-28 John CriswellFixed two double free bugs that caused llc to segfault...
2003-08-28 Tanya LattnerMoved index into BB to common graph class because its...
2003-08-27 Tanya Lattner*** empty log message ***
2003-08-25 Tanya LattnerFirst version of SchedGraph common class and refactorin...
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-05-31 Vikram S. AdveChanges to allow explicit physical register arguments...
2003-05-27 Vikram S. Adve(1) Added special register class containing (for now...
2003-05-22 Misha BrukmanCleaned up code layout. No functional changes.
2003-05-22 Misha BrukmanKill `using' directives.
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-28 Chris LattnerRemove usage of MachineBasicBlock::get
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris LattnerAdd #includes now that MachineInstr.h doesn't include...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-13 Vikram S. AdveMajor bug fix: was not adding CD edges for RETURNs!
2002-08-09 Chris LattnerVery minor cleanups
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-08 Vikram S. AdveA single MachineInstr operand may now be both a def...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveMinor changes.
2002-02-03 Chris Lattner* Straighten out #includes
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-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-12 Vikram S. AdveEliminate most uses of the machine instruction vector...
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-08 Vikram S. AdveMajor change to how defs are found when adding dependen...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
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. AdveTwo bug fixes:
2001-09-18 Vikram S. AdveMoved erase edge functions to class SchedGraph.
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-10 Chris LattnerUse predicate for Value type test
2001-09-07 Chris LattnerRemove unnecesary #include add dump calls pulled out...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...