aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
AgeCommit message (Expand)Author
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-11-06Add interface for object-based JIT events.Andrew Kaylor
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor
2012-10-02Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor
2012-09-13Better const handling for RuntimeDyld and MCJIT.Jim Grosbach
2012-08-21MCJIT: Tidy up the constructor.Jim Grosbach
2012-08-07Enable lazy compilation in MCJITAndrew 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
2012-01-16ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach
2012-01-05A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev
2011-12-12ExecutionEngine: refactor interfaceDylan Noblesmith
2011-05-13ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith
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: push TargetMachine creation into clientsDylan Noblesmith
2011-05-06ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith
2011-04-04Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach
2011-03-22Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach
2011-03-22Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar