llvm-6502/lib/CodeGen/InstrSched
Vikram S. Adve 1632e882f1 Use vectors instead of hash_maps for issueGaps and conflictLists.
These hash lookups were a major sink of time because they happen so often!
Also, add option to disable scheduling.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4138 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-13 00:40:37 +00:00
..
InstrScheduling.cpp Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:40:37 +00:00
Makefile Makefile for InstrSched/ 2001-08-28 23:17:22 +00:00
SchedGraph.cpp Major bug fix: was not adding CD edges for RETURNs! 2002-10-13 00:39:22 +00:00
SchedGraph.h * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
SchedPriorities.cpp * Removed extraneous #includes 2002-08-09 20:08:03 +00:00
SchedPriorities.h * Removed extraneous #includes 2002-08-09 20:08:03 +00:00