aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/CMakeLists.txt
AgeCommit message (Expand)Author
2012-11-28Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-05-13ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith
2011-05-07Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar