summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/MCJIT/MCJIT.h
Commit message (Expand)AuthorAge
* PR19553: Memory leak in RuntimeDyldELF::createObjectImageFromFileDavid Blaikie2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Add an option to MCJIT to have it forward all sections to theLang Hames2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Extend RTDyld API to enable optionally precomputing the total amount of memoryLang Hames2014-02-12
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* Replaced non-ASCII character.Yaron Keren2013-10-24
* Optimizing MCJIT module state trackingAndrew Kaylor2013-10-24
* FIXME comment shouldn't have been doxygen styleAndrew Kaylor2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* Added comments from Andrew Kaylor.Yaron Keren2013-10-19
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Re-enabling MCJIT object caching with memory leak fixedAndrew Kaylor2013-04-25
* Revert "Adding object caching support to MCJIT"Rafael Espindola2013-04-25
* Adding object caching support to MCJITAndrew Kaylor2013-04-23
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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