aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetSchedInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner2002-10-291-6/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4391 91177308-0d34-0410-b5e6-96231b3b80d8
* Make sched class unsignedChris Lattner2002-10-281-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4336 91177308-0d34-0410-b5e6-96231b3b80d8
* Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve2002-10-131-17/+18
| | | | | | | These hash lookups were a major sink of time because they happen so often! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4136 91177308-0d34-0410-b5e6-96231b3b80d8
* Add code that used to be inline in MachineSchedInfo.hChris Lattner2002-02-041-1/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1676 91177308-0d34-0410-b5e6-96231b3b80d8
* Add #include that is no longer implicitly includedChris Lattner2002-02-031-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1651 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1503 91177308-0d34-0410-b5e6-96231b3b80d8
* Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve2001-11-081-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1197 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-181-0/+192
Some other minor changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@615 91177308-0d34-0410-b5e6-96231b3b80d8