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
/
test
/
ExecutionEngine
/
JITLink
Commit message (
Expand
)
Author
Age
Files
Lines
*
[JITLink][MachO] Fix common symbol size plumbing.
Lang Hames
2019-12-19
1
-0
/
+5
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-0
/
+19
*
[JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.
Lang Hames
2019-11-27
1
-12
/
+23
*
[JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.
Lang Hames
2019-11-06
2
-0
/
+4
*
[JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.
Lang Hames
2019-10-15
1
-2
/
+2
*
[JITLink] Disable the MachO/AArch64 testcase while investigating bot failures.
Lang Hames
2019-10-11
1
-2
/
+2
*
[JITLink] Add an initial implementation of JITLink for MachO/AArch64.
Lang Hames
2019-10-10
2
-0
/
+341
*
[JITLink] Move MachO/x86 got test further down in the data section.
Lang Hames
2019-10-10
1
-12
/
+12
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-5
/
+5
*
[JITLink] Don't under-align zero-fill sections.
Lang Hames
2019-08-27
1
-0
/
+14
*
[JITLink] Fix an overly-wide read in the MachO/x86-64 test case.
Lang Hames
2019-08-03
1
-1
/
+1
*
[JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.
Lang Hames
2019-08-03
1
-10
/
+19
*
Re-apply r364600 with fixes.
Lang Hames
2019-06-28
1
-0
/
+12
*
Revert "[JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC_GOT."
Lang Hames
2019-06-27
1
-12
/
+0
*
[JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC_GOT.
Lang Hames
2019-06-27
1
-0
/
+12
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[JITLink][MachO] Honor the no-dead-strip flag on nlist entries.
Lang Hames
2019-05-13
1
-0
/
+9
*
[JITLink] Track section alignment and make sure it is respected during layout.
Lang Hames
2019-05-13
1
-0
/
+20
*
[JITLink] Add a test for zero-filled content.
Lang Hames
2019-05-12
1
-0
/
+5
*
[JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.
Lang Hames
2019-05-10
1
-0
/
+9
*
[JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.
Lang Hames
2019-05-09
1
-8
/
+8
*
Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.
Lang Hames
2019-05-07
1
-1
/
+63
*
Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."
Lang Hames
2019-05-07
1
-63
/
+1
*
[JITLink] Add support for MachO .alt_entry atoms.
Lang Hames
2019-05-07
1
-1
/
+63
*
[JITLink] Fix some copy/paste related typos in a test case.
Lang Hames
2019-05-07
1
-20
/
+21
*
[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.
Lang Hames
2019-04-26
1
-6
/
+1
*
Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."
Lang Hames
2019-04-25
1
-1
/
+6
*
[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows.
Lang Hames
2019-04-25
1
-6
/
+1
*
Mark new jitlink test XFAIL for windows
Reid Kleckner
2019-04-24
1
-1
/
+6
*
[JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.
Lang Hames
2019-04-24
3
-15
/
+20
*
[JITLink] Disable MachO/x86-64 regression test if the X86 target is not built.
Lang Hames
2019-04-20
2
-0
/
+3
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-0
/
+203