Remove trailing whitespace
[oota-llvm.git] / include / llvm / Target / TargetSchedInfo.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-25 Chris LattnerRemove a dead class. Thanks to Morten Ofstad for point...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-01 Tanya LattnerAdding friend MSSchedule for ModuloScheduling pass.
2004-07-27 Chris LattnerAdd a note
2004-05-08 Tanya LattnerChanged CPUResource to allow access to max num users...
2004-04-30 Tanya LattnerSorry, now friend class name should be right!!
2004-04-30 Tanya LattnerFixed friend class name for ModuloScheduling.
2004-04-30 Tanya LattnerFixed friend class name for ModuloSched
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-02-29 Brian GaekeRemove dead member variables of SparcV9SchedInfo and...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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...