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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
6
-11
/
+10
*
[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.
Lang Hames
2018-09-30
3
-39
/
+56
*
[ORC] Add partitioning support to CompileOnDemandLayer2.
Lang Hames
2018-09-29
4
-160
/
+186
*
[ORC] Clear SymbolToDefinitionMap when materializing a MaterializationUnit.
Lang Hames
2018-09-29
1
-0
/
+5
*
[ORC] Make MaterializationResponsibility::getRequestedSymbols() const.
Lang Hames
2018-09-28
1
-3
/
+4
*
[ORC] Add more utilities to aid debugging output.
Lang Hames
2018-09-28
1
-1
/
+1
*
[ORC] Narrow a cast: the block guarded by the condition only handles
Lang Hames
2018-09-28
1
-1
/
+1
*
[ORC] Remove some dead code.
Lang Hames
2018-09-28
1
-20
/
+0
*
[ORC] Improve debugging output for ORC.
Lang Hames
2018-09-28
4
-44
/
+191
*
[ORC] clang-format the ThreadSafeModule code.
Lang Hames
2018-09-28
1
-4
/
+4
*
[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
2
-50
/
+16
*
[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
3
-80
/
+54
*
[ORC] Add a "lazy call-through" utility based on the same underlying trampoline
Lang Hames
2018-09-26
2
-0
/
+205
*
[ORC] Refactor trampoline pool management out of JITCompileCallbackManager.
Lang Hames
2018-09-26
3
-48
/
+91
*
[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
7
-114
/
+156
*
[ORC] Add an asynchronous jit-link function, jitLinkForORC, to RuntimeDyld and
Lang Hames
2018-09-25
3
-60
/
+182
*
Remove 'orc' namespace from MSVCErrorWorkarounds.h, fix some typos that were
Lang Hames
2018-09-25
2
-2
/
+2
*
Fix a missing includes and a use of the MSVC promise/future workaround that
Lang Hames
2018-09-25
2
-2
/
+10
*
[ORC] Reapply r342939 with a fix for MSVC's promise/future restrictions.
Lang Hames
2018-09-25
7
-89
/
+151
*
Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."
Lang Hames
2018-09-25
7
-145
/
+89
*
[ORC] Switch to asynchronous resolution in JITSymbolResolver.
Lang Hames
2018-09-25
7
-89
/
+145
*
[ORC] Add some debugging output to Core.h/Core.cpp
Lang Hames
2018-09-23
1
-0
/
+4
*
[ORC] Update ORC C bindings to use the new llvm::Error C API.
Lang Hames
2018-09-23
2
-145
/
+138
*
[ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple of
Lang Hames
2018-09-12
2
-365
/
+385
*
[ORC] Add a special 'main' JITDylib that is created on ExecutionSession
Lang Hames
2018-09-12
1
-1
/
+14
*
[MIPS] ORC JIT support
Petar Jovanovic
2018-09-11
3
-2
/
+491
*
[ORC] Render unresolved symbol addresses as "<not resolved>" in JITDylib::dump.
Lang Hames
2018-09-10
1
-2
/
+5
*
[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] Remove the mapSectionAddress method from RuntimeDyldObjectLinkingLayer2.
Lang Hames
2018-09-06
1
-19
/
+0
*
clang-format r341282.
Lang Hames
2018-09-02
1
-1
/
+2
*
[ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.
Lang Hames
2018-09-02
1
-4
/
+2
*
[ORC] Add utilities to RTDyldObjectLinkingLayer2 to simplify symbol flag
Lang Hames
2018-08-31
1
-4
/
+32
*
[ORC] Replace lookupFlags in JITSymbolResolver with getResponsibilitySet.
Lang Hames
2018-08-28
7
-74
/
+69
*
[ORC] Add an addObjectFile method to LLJIT.
Lang Hames
2018-08-28
1
-0
/
+7
*
[ORC] Do not include non-global symbols in getObjectSymbolFlags.
Lang Hames
2018-08-26
1
-11
/
+16
*
[RuntimeDyld] Fix a bug in RuntimeDyld::loadObjectImpl that was over-allocating
Lang Hames
2018-08-18
1
-1
/
+1
*
[ORC] Rename 'finalize' to 'emit' to avoid potential confusion.
Lang Hames
2018-08-18
3
-57
/
+57
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
7
-193
/
+204
*
[MCJIT] Fix a case of Error::success() being passed to report_fatal_error.
Lang Hames
2018-08-15
1
-1
/
+2
*
[ORC] Remove an incorrect use of 'cantFail'.
Lang Hames
2018-08-05
1
-2
/
+4
*
[ORC] Change JITSymbolFlags debug output, add a function for getting a symbol
Lang Hames
2018-08-05
2
-30
/
+39
*
[ORC] Add a re-exports fallback definition generator.
Lang Hames
2018-08-02
1
-0
/
+24
*
[ORC] Add a 'Callable' flag to JITSymbolFlags.
Lang Hames
2018-08-01
5
-32
/
+69
*
Remove trailing space
Fangrui Song
2018-07-30
7
-82
/
+82
[prev]
[next]