This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3635b7b3b
llvm-project
/
llvm
/
lib
/
ExecutionEngine
/
MCJIT
History
Andrew Kaylor
b595f53069
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects
...
llvm-svn: 185221
2013-06-28 21:40:16 +00:00
..
CMakeLists.txt
Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT and RuntimeDyld
2012-11-28 01:02:06 +00:00
LLVMBuild.txt
MCJIT depends on JIT.
2012-11-28 18:35:35 +00:00
MCJIT.cpp
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaining references to returned objects
2013-06-28 21:40:16 +00:00
MCJIT.h
Minor changes to the MCJITTest unittests to use the correct API for finalizing
2013-05-17 10:01:46 +00:00
Makefile
…
SectionMemoryManager.cpp
Put RTDyldMemoryManager into its own file, and make it linked into
2013-05-21 20:24:07 +00:00