llvm-6502/lib/ExecutionEngine/JIT
Dan Gohman 5b78d50cad Initialize the PoisonMemory member before initializing
members that call methods that read the PoisonMemory member.
This fixes potential spurious (though probably otherwise
harmless) poising of unused memory, and fixes the
associated valgrind error.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80192 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-27 01:25:57 +00:00
..
CMakeLists.txt
Intercept.cpp remove some uses of llvm/Support/Streams.h 2009-08-23 08:43:55 +00:00
JIT.cpp
JIT.h
JITDwarfEmitter.cpp Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. 2009-08-22 20:48:53 +00:00
JITDwarfEmitter.h
JITEmitter.cpp Fix PR4772 ARM JIT.GlobalInFuction unittest by explicitly initialize MMI 2009-08-25 10:12:55 +00:00
JITMemoryManager.cpp Initialize the PoisonMemory member before initializing 2009-08-27 01:25:57 +00:00
MacOSJITEventListener.cpp
Makefile
OProfileJITEventListener.cpp remove a few DOUTs here and there. 2009-08-23 06:35:02 +00:00
TargetSelect.cpp