Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Target / TargetSchedInfo.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-07 Misha BrukmanMust use std::pair instead of just 'pair'.
2003-04-07 Guochun Shiadded a function and a member to the TargetSchedInfo...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-28 Chris LattnerMinor cleanups, remove noncopyable so dot doesn't clust...
2002-10-28 Chris LattnerMake scheduling class variables be 'unsigned' instead...
2002-10-28 Chris LattnerDon't #include <Support/*>, #include "Support/*"
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-02-04 Chris Lattner* Minor cleanups
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-08 Vikram S. AdveInclude handle to TargetMachine in each Machine...Info...
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...