llvm-6502/lib/VMCore
Reid Spencer 28531c71cd Fix PR422.
Ouch! Changes in the lazy initialization code caused each incorporated
function to reprocess the entire function on every lookup of a value's
slot number. This caused a horrible slowdown in all functions. This
fix made llvm-dis go from "longer than I care to wait" (minutes) on a large
test case to 0.53 seconds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15818 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-16 07:46:33 +00:00
..
AsmWriter.cpp
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
ConstantFolding.h
ConstantRange.cpp
Constants.cpp
Dominators.cpp
Function.cpp
Globals.cpp
InstrTypes.cpp
Instruction.cpp
Instructions.cpp
LeakDetector.cpp
Linker.cpp
Makefile
Mangler.cpp Do not call Type::getUniqueID 2004-07-08 22:09:34 +00:00
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManagerT.h
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp
Value.cpp
Verifier.cpp