Added InstrSchedClass to each of the PowerPC Instructions.
[oota-llvm.git] / lib / Target / TargetSchedInfo.cpp
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2004-10-25 Chris LattnerRemove dead assert
2004-09-28 Alkis EvlogimenosSince we use alloca now make sure we include the proper...
2004-09-28 Alkis EvlogimenosUse alloca instead of a C99 style array. This should...
2004-06-02 Chris LattnerAdjust to new TM interface
2004-05-08 Tanya LattnerChanged CPUResource to allow access to maxnum users.
2004-05-01 Chris LattnerAdd a constructor that got lost
2004-04-30 Tanya LattnerRemoving MachineResource class.
2004-02-29 Chris LattnerEliminate the distinction between "real" and "unreal...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-05 Misha BrukmanReformatted code to match the prevalent LLVM style...
2003-08-04 Misha BrukmanElectricFence found this bug where we were reading...
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-10-29 Chris LattnerMove TargetInstrDescriptors to MachineInstrInfo.cpp
2002-10-28 Chris LattnerMake sched class unsigned
2002-10-13 Vikram S. AdveUse vectors instead of hash_maps for issueGaps and...
2002-02-04 Chris LattnerAdd code that used to be inline in MachineSchedInfo.h
2002-02-03 Chris LattnerAdd #include that is no longer implicitly included
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-08 Vikram S. AdveAdd handle to TargetMachine object in all Machine....
2001-09-18 Vikram S. AdveRenamed files to match the main classes they provide.