aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetSchedInfo.cpp
AgeCommit message (Expand)Author
2002-10-29Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner
2002-10-28Make sched class unsignedChris Lattner
2002-10-13Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve
2002-02-04Add code that used to be inline in MachineSchedInfo.hChris Lattner
2002-02-03Add #include that is no longer implicitly includedChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-08Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve
2001-09-18Renamed files to match the main classes they provide.Vikram S. Adve