Modified cast so that it converts the int to a long before casting to
[oota-llvm.git] / lib / Target / TargetSchedInfo.cpp
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.