aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ExecutionEngine/RuntimeDyld.h
Commit message (Expand)AuthorAgeFilesLines
* 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