llvm-project/llvm/lib/ExecutionEngine/JIT
Chandler Carruth ead0f76443 [cleanup] Hoist the initialization and constants for slab sizes to the
top of the default jit memory manager. This will allow them to be used
as template parameters rather than runtime parameters in a subsequent
commit.

llvm-svn: 204992
2014-03-28 08:53:08 +00:00
..
CMakeLists.txt Remove exception handling support from the old JIT. 2013-05-07 20:53:59 +00:00
JIT.cpp [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
JIT.h [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-08 07:51:20 +00:00
JITEmitter.cpp Prevent alias from pointing to weak aliases. 2014-03-27 15:26:56 +00:00
JITMemoryManager.cpp [cleanup] Hoist the initialization and constants for slab sizes to the 2014-03-28 08:53:08 +00:00
LLVMBuild.txt Prune redundant dependencies in LLVMBuild.txt. 2013-12-11 00:30:57 +00:00
Makefile