index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-0
/
+25
*
Adding support for deregistering EH frames with MCJIT.
Andrew Kaylor
2013-10-16
1
-0
/
+2
*
Adding multiple object support to MCJIT EH frame handling
Andrew Kaylor
2013-10-11
1
-2
/
+7
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-52
/
+1
*
Roll out r182411 and 182412 because it's still broken.
Filip Pizlo
2013-05-21
1
-1
/
+52
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-52
/
+1
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-1
/
+52
*
Put RTDyldMemoryManager into its own file, and make it linked into
Filip Pizlo
2013-05-21
1
-52
/
+1
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-2
/
+4
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-0
/
+7
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Fix comment formatting in RuntimeDyld.h
Andrew Kaylor
2012-11-27
1
-23
/
+21
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-1
/
+10
*
Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.
Andrew Kaylor
2012-11-01
1
-5
/
+16
*
Spacing.
Eric Christopher
2012-10-16
1
-1
/
+1
*
Clean-up of memory buffer and object ownership model in MCJIT
Andrew Kaylor
2012-10-02
1
-3
/
+7
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-18
1
-4
/
+4
*
Better const handling for RuntimeDyld and MCJIT.
Jim Grosbach
2012-09-13
1
-1
/
+1
*
MCJIT: getPointerToFunction() references target address space.
Jim Grosbach
2012-09-05
1
-0
/
+4
*
Fix some formatting, grammar and style issues and add a couple of missing com...
Eli Bendersky
2012-04-29
1
-4
/
+7
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
1
-11
/
+0
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
1
-0
/
+11
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
1
-11
/
+0
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-0
/
+4
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-3
/
+9
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
1
-11
/
+1
*
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
1
-0
/
+4
*
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