aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJITMemoryManager.h
AgeCommit message (Expand)Author
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2012-05-16Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...Danil Malyshev
2012-03-30Re-factored RuntimeDyLd:Danil Malyshev
2012-03-29Revert r153694. It was causing failures in the buildbots.Bill Wendling
2012-03-29Re-factored RuntimeDyld.Danil Malyshev
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-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...Danil Malyshev
2012-01-16MCJIT support for non-function sections.Jim Grosbach
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-11-12Fixed the MCJIT so that it can emit not only instanceSean Callanan
2011-10-18The MCJITMemoryManager takes ownership of the JMM, so don't leak it.Jim Grosbach
2011-05-18Objective C functions may use a magic '\1' on the name. Handle that whenJim Grosbach
2011-05-12The MCJIT memory manager needs to initialize its Module member.Jim Grosbach
2011-04-08Refactor MCJIT 32-bit section loading.Jim Grosbach
2011-04-06RuntimeDyld should use the memory manager API.Jim Grosbach
2011-04-05Remove extraneous 'return'.Jim Grosbach
2011-04-04Add missing file from r128851.Jim Grosbach