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
*
[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
*
[ORC] Add partitioning support to CompileOnDemandLayer2.
Lang Hames
2018-09-29
2
-1
/
+22
*
Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.
Lang Hames
2018-09-26
1
-0
/
+19
*
Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL...
Hans Wennborg
2018-09-26
1
-18
/
+0
*
[ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism
Lang Hames
2018-09-26
1
-1
/
+1
*
[ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT.
Lang Hames
2018-09-26
1
-0
/
+18
*
[MIPS] ORC JIT support
Petar Jovanovic
2018-09-11
1
-1
/
+1
*
[ORC] Add a testcase for r338975.
Lang Hames
2018-08-28
2
-0
/
+9
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
3
-0
/
+25
*
[ORC] Add an addObjectFile method to LLJIT.
Lang Hames
2018-08-28
2
-0
/
+18
*
[RuntimeDyld] Add test case that was accidentally left out of r340125.
Lang Hames
2018-08-27
1
-0
/
+102
*
[CMake] Use normalized Windows target triples
Petr Hosek
2018-08-09
30
-30
/
+30
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-07-23
2
-0
/
+12
*
Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...
Jonas Devlieghere
2018-06-28
1
-8
/
+2
*
Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"
Jonas Devlieghere
2018-06-28
1
-2
/
+2
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-1
/
+1
*
[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon
Francis Visoiu Mistrih
2018-06-25
1
-2
/
+2
*
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...
Reid Kleckner
2018-06-25
1
-2
/
+8
*
[RuntimeDyld] Implement the ELF PIC large code model relocations
Reid Kleckner
2018-06-22
1
-0
/
+104
*
[PowerPC] fix broken JIT-compiled code with tail call optimization
Hiroshi Inoue
2018-05-30
1
-0
/
+48
*
Add handling for GlobalAliases in ExecutionEngine::getConstantValue.
Lang Hames
2018-05-24
1
-0
/
+14
[next]