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
/
Orc
/
LLJIT.cpp
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
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
1
-4
/
+4
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
1
-4
/
+4
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
1
-4
/
+4
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
1
-15
/
+9
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-1
/
+1
*
[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentIRCompiler.
Lang Hames
2018-10-15
1
-1
/
+1
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
1
-1
/
+1
*
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
Lang Hames
2018-10-09
1
-2
/
+0
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
1
-2
/
+2
*
[ORC] Add definition for IRLayer::setCloneToNewContextOnEmit, use it to set the
Lang Hames
2018-09-27
1
-18
/
+24
*
[ORC] Coalesce all of ORC's symbol renaming / linkage-promotion utilities into
Lang Hames
2018-09-27
1
-1
/
+1
*
[ORC] Use ExecutionSession's pre-constructed main JITDylib in LLJIT.
Lang Hames
2018-09-27
1
-2
/
+2
*
Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.
Lang Hames
2018-09-26
1
-9
/
+84
*
Revert r343058 "[ORC] Add support for multithreaded compiles to LLJIT and LLL...
Hans Wennborg
2018-09-26
1
-84
/
+9
*
[ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism
Lang Hames
2018-09-26
1
-13
/
+14
*
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
Lang Hames
2018-09-26
1
-8
/
+6
*
[ORC] Add support for multithreaded compiles to LLJIT and LLLazyJIT.
Lang Hames
2018-09-26
1
-8
/
+82
*
[ORC] Add ThreadSafeModule and ThreadSafeContext wrappers to support concurrent
Lang Hames
2018-09-26
1
-17
/
+15
*
[ORC] Simplify LLJIT::Create by removing the ExecutionSession parameter.
Lang Hames
2018-09-10
1
-6
/
+6
*
[ORC] Make RuntimeDyldObjectLinkingLayer2 take memory managers by unique_ptr.
Lang Hames
2018-09-06
1
-1
/
+1
*
[ORC] Add an addObjectFile method to LLJIT.
Lang Hames
2018-08-28
1
-0
/
+7
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
1
-8
/
+8
*
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
Lang Hames
2018-07-20
1
-42
/
+5
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-0
/
+171