summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAge
* Add interface for object-based JIT events.Andrew Kaylor2012-11-06
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-21
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-07
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-28
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-21
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-05
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-12
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-13
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-13
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-07
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-06
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-06
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-22
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-22
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-18
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17