This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7a698519e8087f78e1ce719c37586ff94de97641
clang-p2996
/
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
Makefile
…
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
SectionMemoryManager.cpp
Put RTDyldMemoryManager into its own file, and make it linked into
2013-05-21 20:24:07 +00:00