Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
871a2051f7d49827259d719a97b8cc86163edbd9
/
lib
/
ExecutionEngine
/
RuntimeDyld
76463fd
Split the lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h header to smaller logical headers.
by Eli Bendersky
· 13 years ago
9339134
RuntimeDyld alignment adjustment from MachO file.
by Jim Grosbach
· 13 years ago
b442d7c
Fix inverted condition.
by Jim Grosbach
· 13 years ago
4d6ccb5
More dead code removal (using -Wunreachable-code)
by David Blaikie
· 13 years ago
e0934be
Tidy up.
by Jim Grosbach
· 13 years ago
020f4e8
ExecutionEngine interface to re-map addresses for engines that support it.
by Jim Grosbach
· 13 years ago
652ca2f
MCJIT handle a few more simple x86 relocations for MachO.
by Jim Grosbach
· 13 years ago
61425c0
MCJIT support for non-function sections.
by Jim Grosbach
· 13 years ago
9223822
A fix for the previous commit: "integer constant is too large for ‘long’ type" error on some 32-bit bots
by Eli Bendersky
· 13 years ago
a66a185
Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches.
by Eli Bendersky
· 13 years ago
1eb189b
Fix typo in string
by Eli Bendersky
· 13 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
d782bae
build/CMake: Finish removal of add_llvm_library_dependencies.
by Daniel Dunbar
· 13 years ago
a3a2dfd
build: Add initial cut at LLVMBuild.txt files.
by Daniel Dunbar
· 13 years ago
fadfd7b
Ignore MachO symbol flags in the upper nibble of n_desc.
by Jim Grosbach
· 13 years ago
ac03e73
Rewrite the CMake build to use explicit dependencies between libraries,
by Chandler Carruth
· 13 years ago
cf1e967
Extra semi-colon.
by Eric Christopher
· 13 years ago
cf852dc
Add to RuntimeDyld support different object formats
by Danil Malyshev
· 13 years ago
1c3c8ea
Be a bit more permissive about symbols we don't understand. Just skip them
by Jim Grosbach
· 14 years ago
ffa6250
Teach the RtDyld to tell the memory manager about how much space a function
by Jim Grosbach
· 14 years ago
757a142
MCJIT section loading should just skip non-text sections rather than
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
cc513e1c
Make error message more useful.
by Benjamin Kramer
· 14 years ago
e2e777b
Workaround g++ 4.2.1 warning diagnostic false positive.
by Jim Grosbach
· 14 years ago
b027105
Refactor MCJIT 32-bit section loading.
by Jim Grosbach
· 14 years ago
01ccab4
tidy up.
by Jim Grosbach
· 14 years ago
c41ab78
RuntimeDyld should use the memory manager API.
by Jim Grosbach
· 14 years ago
53c5e7b
Make the virtual destructor out-of-line so we have a key function.
by Chandler Carruth
· 14 years ago
fcbe5b7
Layer the memory manager between the JIT and the runtime Dyld.
by Jim Grosbach
· 14 years ago
5acfa9f
Instantiate a JITMemoryManager for MCJIT Dyld
by Jim Grosbach
· 14 years ago
5ffe37f
Runtime dylib simple ARM 24-bit branch relocation support.
by Jim Grosbach
· 14 years ago
a8287e3
Split out relocation resolution into target-specific bits.
by Jim Grosbach
· 14 years ago
8b54dca
Start of relocation resolution for the runtime dyld library.
by Jim Grosbach
· 14 years ago
91dde15
Tidy up.
by Jim Grosbach
· 14 years ago
b3eecaf
Propogate the error message, not just the error state.
by Jim Grosbach
· 14 years ago
f922910
Hook up the MCJIT to the RuntimeDyld library.
by Jim Grosbach
· 14 years ago
8371c89
Initialize HasError.
by Jim Grosbach
· 14 years ago
6e56331
Library-ize the dyld components of llvm-rtdyld.
by Jim Grosbach
· 14 years ago