index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
RuntimeDyld
/
RuntimeDyld.cpp
Age
Commit message (
Expand
)
Author
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-01-22
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller...
Eli Bendersky
2012-01-16
Tidy up.
Jim Grosbach
2012-01-16
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...
Eli Bendersky
2011-07-13
Add to RuntimeDyld support different object formats
Danil Malyshev
2011-05-13
Be a bit more permissive about symbols we don't understand. Just skip them
Jim Grosbach
2011-05-13
Teach the RtDyld to tell the memory manager about how much space a function
Jim Grosbach
2011-05-12
MCJIT section loading should just skip non-text sections rather than
Jim Grosbach
2011-04-12
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-09
Make error message more useful.
Benjamin Kramer
2011-04-08
Workaround g++ 4.2.1 warning diagnostic false positive.
Jim Grosbach
2011-04-08
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-06
tidy up.
Jim Grosbach
2011-04-06
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-05
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-04
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-03-29
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-23
Runtime dylib simple ARM 24-bit branch relocation support.
Jim Grosbach
2011-03-23
Split out relocation resolution into target-specific bits.
Jim Grosbach
2011-03-23
Start of relocation resolution for the runtime dyld library.
Jim Grosbach
2011-03-22
Tidy up.
Jim Grosbach
2011-03-22
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
Hook up the MCJIT to the RuntimeDyld library.
Jim Grosbach
2011-03-22
Initialize HasError.
Jim Grosbach
2011-03-21
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach