index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
MCJIT
/
MCJITMemoryManager.h
Age
Commit message (
Expand
)
Author
2012-11-01
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-06-06
Round 2 of dead private variable removal.
Benjamin Kramer
2012-05-16
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT i...
Danil Malyshev
2012-03-30
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-29
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-28
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-12
Fixed the MCJIT so that it can emit not only instance
Sean Callanan
2011-10-18
The MCJITMemoryManager takes ownership of the JMM, so don't leak it.
Jim Grosbach
2011-05-18
Objective C functions may use a magic '\1' on the name. Handle that when
Jim Grosbach
2011-05-12
The MCJIT memory manager needs to initialize its Module member.
Jim Grosbach
2011-04-08
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-06
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-05
Remove extraneous 'return'.
Jim Grosbach
2011-04-04
Add missing file from r128851.
Jim Grosbach