llvm-6502/lib/VMCore
Chris Lattner 0eff5ad3db Fix another dtor issue. The function local statics in this function were
being destroyed at inconvenient times.  Switch to using non-local ManagedStatic
objects, which actually also speeds up ConstRules::get.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30931 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-13 17:22:21 +00:00
..
AsmWriter.cpp simplify code 2006-09-28 22:50:29 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
ConstantFold.cpp Fix another dtor issue. The function local statics in this function were 2006-10-13 17:22:21 +00:00
ConstantFold.h
ConstantFolding.h
Constants.cpp Eliminate ConstantBool::True and ConstantBool::False. Instead, provide 2006-09-28 23:36:21 +00:00
Dominators.cpp
Function.cpp
Globals.cpp Add a version of the globalvariable ctor that inserts at a specific location. 2006-09-30 21:31:26 +00:00
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Add insertelement/extractelement helper ctors. 2006-10-05 06:24:58 +00:00
IntrinsicInst.cpp getFilename/getDirectory shouldn't abort if the global has no init. This 2006-10-04 23:06:26 +00:00
LeakDetector.cpp
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
Pass.cpp
PassManagerT.h
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp Minor cleanups 2006-09-28 23:45:00 +00:00
TypeSymbolTable.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp