summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/RuntimeDyld
Commit message (Expand)AuthorAge
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Extra semi-colon.Eric Christopher2011-07-20
* Add to RuntimeDyld support different object formatsDanil Malyshev2011-07-13
* Be a bit more permissive about symbols we don't understand. Just skip themJim Grosbach2011-05-13
* Teach the RtDyld to tell the memory manager about how much space a functionJim Grosbach2011-05-13
* MCJIT section loading should just skip non-text sections rather thanJim Grosbach2011-05-12
* 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
* Make error message more useful.Benjamin Kramer2011-04-09
* Workaround g++ 4.2.1 warning diagnostic false positive.Jim Grosbach2011-04-08
* Refactor MCJIT 32-bit section loading.Jim Grosbach2011-04-08
* tidy up.Jim Grosbach2011-04-06
* 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
* Layer the memory manager between the JIT and the runtime Dyld.Jim Grosbach2011-04-04
* Instantiate a JITMemoryManager for MCJIT DyldJim Grosbach2011-03-29
* Runtime dylib simple ARM 24-bit branch relocation support.Jim Grosbach2011-03-23
* Split out relocation resolution into target-specific bits.Jim Grosbach2011-03-23
* Start of relocation resolution for the runtime dyld library.Jim Grosbach2011-03-23
* Tidy up.Jim Grosbach2011-03-22
* Propogate the error message, not just the error state.Jim Grosbach2011-03-22
* Hook up the MCJIT to the RuntimeDyld library.Jim Grosbach2011-03-22
* Initialize HasError.Jim Grosbach2011-03-22
* Library-ize the dyld components of llvm-rtdyld.Jim Grosbach2011-03-21