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
/
MCJIT.h
Age
Commit message (
Expand
)
Author
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-06
Add interface for object-based JIT events.
Andrew Kaylor
2012-11-05
Add a method to indicate section address re-assignment is finished.
Andrew Kaylor
2012-10-02
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-09-13
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-08-21
MCJIT: Tidy up the constructor.
Jim Grosbach
2012-08-07
Enable lazy compilation in MCJIT
Andrew Kaylor
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
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-01-16
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-05
A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...
Danil Malyshev
2011-12-12
ExecutionEngine: refactor interface
Dylan Noblesmith
2011-05-13
ExecutionEngine: push TargetMachine creation into clients (v2)
Dylan Noblesmith
2011-05-13
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)
Dylan Noblesmith
2011-05-07
Revert ExecutionEngine patches, they either failed to build or broke unit tests.
Jakob Stoklund Olesen
2011-05-06
ExecutionEngine: push TargetMachine creation into clients
Dylan Noblesmith
2011-05-06
ExecutionEngine: fix JIT/MCJIT selectTarget() duplication
Dylan Noblesmith
2011-04-04
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-03-22
Add simple arg passing to MC-JIT and support for exit() call.
Jim Grosbach
2011-03-22
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
2011-03-18
Beginnings of MC-JIT code generation.
Jim Grosbach
2010-11-17
MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.
Daniel Dunbar