llvm-6502/lib/CodeGen
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
..
InstrSched Use vectors instead of hash_maps for issueGaps and conflictLists. 2002-10-13 00:40:37 +00:00
InstrSelection Bug fix in folding getElementPtr instructions: don't fold one into 2002-09-29 22:55:05 +00:00
Mapping
PostOpts
PreOpts
RegAlloc Major bug fix: spill code for an instruction in a delay slot was 2002-10-11 16:12:40 +00:00
MachineBasicBlock.cpp
MachineCodeForInstruction.cpp
MachineFunction.cpp Don't pad variables in stack slots for performance! 2002-10-11 16:10:53 +00:00
MachineInstr.cpp
MachineInstrAnnot.cpp Fixed method getReturnValue(): it should return NULL if the 2002-09-28 17:03:54 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00