summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/RuntimeDyld.h
Commit message (Expand)AuthorAge
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-27
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* Spacing.Eric Christopher2012-10-16
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-02
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-18
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-13
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-05
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-30
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-29
* Re-factored RuntimeDyld.Danil Malyshev2012-03-29
* 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
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-21
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-12
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-12
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-06
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-05
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-05
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21