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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
1
-0
/
+23
*
[ORC] Fix argv handling in runAsMain / lli.
Lang Hames
2020-01-11
1
-0
/
+81
*
[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
*
ExecutionEngine: add preliminary support for COFF ARM64
Adam Kallai
2019-11-20
1
-0
/
+152
*
[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
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
1
-0
/
+11
*
[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
7
-7
/
+0
*
[ExecutionEngine] Add UnaryOperator visitor to the interpreter
Cameron McInally
2019-06-10
1
-0
/
+2
*
[RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, and
Lang Hames
2019-05-30
1
-2
/
+3
*
Fix 2-field llvm.global_ctors `REQUIRES: asserts` tests after rL360742
Fangrui Song
2019-05-15
1
-2
/
+2
*
Replace lit feature keyword 'not_COFF' with 'uses_COFF'.
Paul Robinson
2019-05-14
2
-2
/
+2
*
[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
*
[llvm-readobj] Change -long-option to --long-option in tests. NFC
Fangrui Song
2019-05-01
1
-1
/
+1
*
[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
*
Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.
Lang Hames
2019-04-12
8
-25
/
+25
*
[yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...
James Henderson
2019-03-12
1
-1
/
+0
*
Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
Nathan Lanza
2018-12-12
1
-0
/
+14
*
[ExecutionEngine][Interpreter] Fix out-of-bounds array access.
Lang Hames
2018-11-20
1
-0
/
+10
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
2
-0
/
+23
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
2
-23
/
+0
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
2
-0
/
+23
*
[RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.
Lang Hames
2018-10-23
1
-3
/
+3
*
[ORC] Add some more basic sanity tests for the LLJIT.
Lang Hames
2018-10-20
3
-0
/
+25
[next]