aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/RuntimeDyld.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-9/+105
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-19/+36
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-6/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+25
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+2
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-2/+7
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-52/+1
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-1/+52
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-52/+1
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-1/+52
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-52/+1
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-2/+4
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+7
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Fix comment formatting in RuntimeDyld.hAndrew Kaylor2012-11-271-23/+21
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-151-1/+10
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-5/+16
* Spacing.Eric Christopher2012-10-161-1/+1
* Clean-up of memory buffer and object ownership model in MCJITAndrew Kaylor2012-10-021-3/+7
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-181-4/+4
* Better const handling for RuntimeDyld and MCJIT.Jim Grosbach2012-09-131-1/+1
* MCJIT: getPointerToFunction() references target address space.Jim Grosbach2012-09-051-0/+4
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-291-4/+7
* Re-factored RuntimeDyLd:Danil Malyshev2012-03-301-11/+0
* Revert r153694. It was causing failures in the buildbots.Bill Wendling2012-03-291-0/+11
* Re-factored RuntimeDyld.Danil Malyshev2012-03-291-11/+0
* Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev2012-03-281-0/+4
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-221-3/+9
* Re-factored RuntimeDyld.Danil Malyshev2012-03-211-11/+1
* Missed getPointerToNamedFunction() declaration.Danil Malyshev2012-03-211-0/+4
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-161-3/+11
* MCJIT support for non-function sections.Jim Grosbach2012-01-161-2/+12
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-131-0/+1
* MCJIT lazy relocation resolution and symbol address re-assignment.Jim Grosbach2011-04-121-1/+5
* Tidy up a bit now that we're using the MemoryManager interface.Jim Grosbach2011-04-121-3/+0
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-081-1/+4
* RuntimeDyld should use the memory manager API.Jim Grosbach2011-04-061-3/+3
* Make the virtual destructor out-of-line so we have a key function.Chandler Carruth2011-04-051-1/+1
* Provide an empty virtual destructor to go with the virtual methods inChandler Carruth2011-04-051-0/+1
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-041-3/+26
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-291-1/+2
* Propogate the error message, not just the error state.Jim Grosbach2011-03-221-0/+1
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-211-0/+45