index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
Orc
/
ObjectLinkingLayer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
Lang Hames
2019-12-15
1
-4
/
+4
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-8
/
+19
*
[Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers.
Lang Hames
2019-10-15
1
-0
/
+7
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-94
/
+82
*
[JITLink][ORC] Track eh-frame section size for registration/deregistration.
Lang Hames
2019-08-27
1
-30
/
+33
*
[ORC] Fix a FIXME: Propagate errors to dependencies.
Lang Hames
2019-08-23
1
-3
/
+9
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.
Lang Hames
2019-07-04
1
-12
/
+16
*
[ORC] Rename MaterializationResponsibility resolve and emit methods to
Lang Hames
2019-06-13
1
-2
/
+2
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
1
-8
/
+4
*
[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.
Lang Hames
2019-04-26
1
-47
/
+148
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
1
-1
/
+1
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-0
/
+382