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
/
unittests
/
ExecutionEngine
/
Orc
/
OrcTestCommon.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
1
-15
/
+5
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
1
-1
/
+1
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
1
-1
/
+2
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
1
-4
/
+4
*
[ORC] Fix the unit tests that were broken by r343323.
Lang Hames
2018-09-28
1
-0
/
+2
*
[ORC] Add a "lazy call-through" utility based on the same underlying trampoline
Lang Hames
2018-09-26
1
-0
/
+38
*
[ORC] Add a special 'main' JITDylib that is created on ExecutionSession
Lang Hames
2018-09-12
1
-2
/
+2
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
1
-2
/
+2
*
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
Lang Hames
2018-07-20
1
-1
/
+41
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-1
/
+2
*
[ORC] Restore the narrower check from before r328687.
Lang Hames
2018-03-28
1
-1
/
+2
*
[ORC] Re-add the Windows check that was dropped in r328687.
Lang Hames
2018-03-28
1
-0
/
+4
*
[ORC] Fix ORC on platforms without indirection support.
Lang Hames
2018-03-28
1
-3
/
+10
*
[ORC] Update the GlobalMappingLayer interface to fit the error-ized layer
Lang Hames
2017-09-28
1
-50
/
+40
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-9
/
+20
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-24
/
+24
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-24
/
+24
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-24
/
+24
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-2
/
+2
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-1
/
+1
*
[RuntimeDyld] Remove an unused static member left over from r299449.
Lang Hames
2017-04-05
1
-2
/
+0
*
[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSections flag.
Lang Hames
2017-04-04
1
-4
/
+16
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-3
/
+3
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-0
/
+1
*
[Orc] Add lazy-JITting support for i386.
Lang Hames
2016-02-10
1
-1
/
+3
*
[Orc] Try to turn Orc execution unit tests back on for Linux.
Lang Hames
2016-01-20
1
-1
/
+1
*
[Orc] Revert r258031 - it broke the builders.
Lang Hames
2016-01-18
1
-1
/
+1
*
[Orc] Enable ORC execution unit tests on non-windows platforms.
Lang Hames
2016-01-18
1
-1
/
+1
*
[Orc][RuntimeDyld] Prevent duplicate calls to finalizeMemory on shared memory
Lang Hames
2016-01-09
1
-1
/
+1
*
[Orc] Expose the compile callback API through the C bindings.
Lang Hames
2015-10-30
1
-14
/
+11
*
[Orc] Require target support for host before running execution unit tests.
Lang Hames
2015-10-28
1
-3
/
+6
*
Fix a -Wpessimizing-move warning.
Craig Topper
2015-10-28
1
-1
/
+1
*
[Orc] Disable Orc C API unit tests on non-Darwin while I investigate more
Lang Hames
2015-10-28
1
-1
/
+1
*
[Orc] Re-add C bindings for the Orc APIs, with a fix to remove the union that
Lang Hames
2015-10-28
1
-2
/
+33
*
[Orc] Revert the C bindngs commit, r251472, while I debug some builder failures.
Lang Hames
2015-10-28
1
-33
/
+2
*
[Orc] Add experimental C bindings for Orc.
Lang Hames
2015-10-28
1
-2
/
+33
*
[Orc] Fix indentation.
Lang Hames
2015-10-27
1
-35
/
+35
*
[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
Lang Hames
2015-10-20
1
-0
/
+82
*
s/NULL/nullptr/ in OrcTestCommon.h to silence -Wsentinel in clang-cl
Reid Kleckner
2015-04-21
1
-1
/
+2
*
[Orc] Make the makeStub function propagate argument attributes onto the call to
Lang Hames
2015-04-20
1
-0
/
+65