index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ExecutionEngine
/
RuntimeDyld.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ExecutionEngine interface to re-map addresses for engines that support it.
Jim Grosbach
2012-01-16
1
-3
/
+11
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-2
/
+12
*
Add to RuntimeDyld support different object formats
Danil Malyshev
2011-07-13
1
-0
/
+1
*
MCJIT lazy relocation resolution and symbol address re-assignment.
Jim Grosbach
2011-04-12
1
-1
/
+5
*
Tidy up a bit now that we're using the MemoryManager interface.
Jim Grosbach
2011-04-12
1
-3
/
+0
*
Refactor MCJIT 32-bit section loading.
Jim Grosbach
2011-04-08
1
-1
/
+4
*
RuntimeDyld should use the memory manager API.
Jim Grosbach
2011-04-06
1
-3
/
+3
*
Make the virtual destructor out-of-line so we have a key function.
Chandler Carruth
2011-04-05
1
-1
/
+1
*
Provide an empty virtual destructor to go with the virtual methods in
Chandler Carruth
2011-04-05
1
-0
/
+1
*
Layer the memory manager between the JIT and the runtime Dyld.
Jim Grosbach
2011-04-04
1
-3
/
+26
*
Instantiate a JITMemoryManager for MCJIT Dyld
Jim Grosbach
2011-03-29
1
-1
/
+2
*
Propogate the error message, not just the error state.
Jim Grosbach
2011-03-22
1
-0
/
+1
*
Library-ize the dyld components of llvm-rtdyld.
Jim Grosbach
2011-03-21
1
-0
/
+45