Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1839858983dcbaf1808a6a37f5cd64d92981f27e
/
tools
/
llvm-rtdyld
3f23cef
Clean-up of memory buffer and object ownership model in MCJIT
by Andrew Kaylor
· 12 years ago
068c65b
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager.
by Danil Malyshev
· 12 years ago
0e4fa5f
Re-factored RuntimeDyLd:
by Danil Malyshev
· 13 years ago
288967d
Revert r153694. It was causing failures in the buildbots.
by Bill Wendling
· 13 years ago
4b0b8ef
Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests.
by Danil Malyshev
· 13 years ago
30b9e32
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
by Danil Malyshev
· 13 years ago
3e29671
Revert a series of commits to MCJIT to get the build working in CMake
by Chandler Carruth
· 13 years ago
799184d
Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests.
by Danil Malyshev
· 13 years ago
b474620
by Danil Malyshev
· 13 years ago
fdebc38
Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary)
by David Blaikie
· 13 years ago
61425c0
MCJIT support for non-function sections.
by Jim Grosbach
· 13 years ago
2bd3354
Remove unnecessary default cases in switches that cover all enum values.
by David Blaikie
· 13 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
0d3c223
LLVMBuild: Add description files for the LLVM tools.
by Daniel Dunbar
· 13 years ago
8c39c96
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
by Daniel Dunbar
· 13 years ago
4f9f41f
Load multiple object files and link them via RuntimeDyld in llvm-rtdyld.
by Jim Grosbach
· 14 years ago
6b32e7e
Allow user-specified program entry point for llvm-rtdyld.
by Jim Grosbach
· 14 years ago
f8c1c84
MCJIT lazy relocation resolution and symbol address re-assignment.
by Jim Grosbach
· 14 years ago
7cbf92d
Tidy up a bit now that we're using the MemoryManager interface.
by Jim Grosbach
· 14 years ago
b027105
Refactor MCJIT 32-bit section loading.
by Jim Grosbach
· 14 years ago
c41ab78
RuntimeDyld should use the memory manager API.
by Jim Grosbach
· 14 years ago
fcbe5b7
Layer the memory manager between the JIT and the runtime Dyld.
by Jim Grosbach
· 14 years ago
00b7ce6
Update CMake link dependency.
by Francois Pichet
· 14 years ago
5acfa9f
Instantiate a JITMemoryManager for MCJIT Dyld
by Jim Grosbach
· 14 years ago
b3eecaf
Propogate the error message, not just the error state.
by Jim Grosbach
· 14 years ago
1dbf6f5
Build the new RuntimeDyld library.
by Oscar Fuentes
· 14 years ago
6e56331
Library-ize the dyld components of llvm-rtdyld.
by Jim Grosbach
· 14 years ago
35fdeb7
Add llvm-rtdyld support for loading 32-bit code.
by Jim Grosbach
· 14 years ago
d4336e2
Update list of link components for llvm-rtdyld.
by Oscar Fuentes
· 14 years ago
82c25b4
Naming conventional tidy up.
by Jim Grosbach
· 14 years ago
1cb19a4
MachO file loader and execution utility.
by Jim Grosbach
· 14 years ago