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
/
JITLink
/
JITLink.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-0
/
+10
*
[JITLink] Move block ownership from LinkGraph to Section.
Lang Hames
2019-10-30
1
-4
/
+0
*
[JITLink] Add a utility for splitting blocks at a given index.
Lang Hames
2019-10-30
1
-0
/
+79
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-0
/
+2
*
[JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.
Lang Hames
2019-10-04
1
-0
/
+6
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-51
/
+99
*
[JITLink] Move JITLinkMemoryManager into its own header.
Lang Hames
2019-06-14
1
-90
/
+0
*
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...
Lang Hames
2019-05-20
1
-2
/
+3
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
1
-2
/
+2
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
1
-1
/
+1
*
[JITLink] Use memset instead of bzero.
Lang Hames
2019-04-20
1
-2
/
+2
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-0
/
+261