OSDN Git Service

The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
[android-x86/external-llvm.git] / lib / ExecutionEngine / MCJIT / MCJITMemoryManager.h
2011-10-18 Jim GrosbachThe MCJITMemoryManager takes ownership of the JMM,...
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Jim GrosbachRemove extraneous 'return'.
2011-04-04 Jim GrosbachAdd missing file from r128851.