aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAgeFilesLines
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-9/+89
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-0/+7
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-1/+1
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-251-2/+12
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-251-12/+2
* Adding object caching support to MCJITAndrew Kaylor2013-04-231-2/+12
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-1/+1
* Add interface for object-based JIT events.Andrew Kaylor2012-11-061-0/+8
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+2
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-6/+3
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-1/+2
* MCJIT: Tidy up the constructor.Jim Grosbach2012-08-211-2/+2
* Enable lazy compilation in MCJITAndrew Kaylor2012-08-071-6/+13
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+1
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-1/+0
* Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev2012-03-211-0/+1
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-0/+8
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-2/+2
* ExecutionEngine: refactor interfaceDylan Noblesmith2011-12-121-3/+1
* ExecutionEngine: push TargetMachine creation into clients (v2)Dylan Noblesmith2011-05-131-4/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2)Dylan Noblesmith2011-05-131-7/+0
* Revert ExecutionEngine patches, they either failed to build or broke unit tests.Jakob Stoklund Olesen2011-05-071-1/+11
* ExecutionEngine: push TargetMachine creation into clientsDylan Noblesmith2011-05-061-4/+1
* ExecutionEngine: fix JIT/MCJIT selectTarget() duplicationDylan Noblesmith2011-05-061-7/+0
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-1/+2
* Add simple arg passing to MC-JIT and support for exit() call.Jim Grosbach2011-03-221-0/+10
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-221-0/+3
* Beginnings of MC-JIT code generation.Jim Grosbach2011-03-181-1/+20
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-171-0/+68