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
/
JITLinkGeneric.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
-7
/
+20
*
[JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.
Lang Hames
2019-11-06
1
-1
/
+4
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-241
/
+131
*
[JITLink] Don't under-align zero-fill sections.
Lang Hames
2019-08-27
1
-26
/
+13
*
Reverted r361134 because of a failing test left unattended for a long time.
Galina Kistanova
2019-05-22
1
-6
/
+8
*
Use llvm::sort. NFC
Fangrui Song
2019-05-20
1
-8
/
+6
*
[JITLink] Track section alignment and make sure it is respected during layout.
Lang Hames
2019-05-13
1
-5
/
+22
*
[ORC] Simplify logic for updating edges when should-discard atoms are pruned.
Lang Hames
2019-05-09
1
-16
/
+4
*
Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.
Lang Hames
2019-05-07
1
-18
/
+18
*
[JITLink] Make sure we explicitly deallocate memory on failure.
Lang Hames
2019-05-01
1
-4
/
+10
*
[JITLink] Add debugging output to print resolved external atoms.
Lang Hames
2019-04-30
1
-0
/
+6
*
[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
/
+464