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
/
Core.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Pass Symbols to ExecutionSession::lookup by value, potentially saving a
Lang Hames
2018-10-01
1
-2
/
+2
*
[ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.
Lang Hames
2018-09-30
1
-1
/
+1
*
[ORC] Add partitioning support to CompileOnDemandLayer2.
Lang Hames
2018-09-29
1
-2
/
+4
*
[ORC] Make MaterializationResponsibility::getRequestedSymbols() const.
Lang Hames
2018-09-28
1
-3
/
+4
*
[ORC] Improve debugging output for ORC.
Lang Hames
2018-09-28
1
-42
/
+151
*
[ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanism
Lang Hames
2018-09-26
1
-0
/
+7
*
[ORC] Add some debugging output to Core.h/Core.cpp
Lang Hames
2018-09-23
1
-0
/
+4
*
[ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple of
Lang Hames
2018-09-12
1
-364
/
+384
*
[ORC] Add a special 'main' JITDylib that is created on ExecutionSession
Lang Hames
2018-09-12
1
-1
/
+14
*
[ORC] Render unresolved symbol addresses as "<not resolved>" in JITDylib::dump.
Lang Hames
2018-09-10
1
-2
/
+5
*
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] Rename 'finalize' to 'emit' to avoid potential confusion.
Lang Hames
2018-08-18
1
-51
/
+51
*
[ORC] Rename VSO to JITDylib.
Lang Hames
2018-08-17
1
-150
/
+158
*
[ORC] Change JITSymbolFlags debug output, add a function for getting a symbol
Lang Hames
2018-08-05
1
-8
/
+8
*
[ORC] Add a re-exports fallback definition generator.
Lang Hames
2018-08-02
1
-0
/
+24
*
[ORC] Re-apply r336760 with fixes.
Lang Hames
2018-07-21
1
-2
/
+36
*
Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.
Lang Hames
2018-07-20
1
-256
/
+493
*
Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...
Reid Kleckner
2018-07-20
1
-493
/
+256
*
[ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation for
Lang Hames
2018-07-20
1
-256
/
+493
*
[ORC] Simplify VSO::lookupFlags to return the flags map.
Lang Hames
2018-07-20
1
-10
/
+11
*
[ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.
Lang Hames
2018-07-20
1
-1
/
+47
*
Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."
Lang Hames
2018-07-11
1
-1
/
+1
*
[ORC] Add unit tests for the reexports utility that were left out of r336741,
Lang Hames
2018-07-11
1
-1
/
+1
*
[ORC] Generalize alias materialization to support re-exports (i.e. aliasing of
Lang Hames
2018-07-10
1
-40
/
+138
*
[ORC] Rename MaterializationResponsibility::delegate to replace and add a new
Lang Hames
2018-07-09
1
-1
/
+18
*
[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.
Lang Hames
2018-06-26
1
-2
/
+33
*
[ORC] Reset AsynchronousSymbolQuery's NotifySymbolsResolved callback on error.
Lang Hames
2018-06-26
1
-3
/
+4
*
[ORC] Move the VSOList typedef out of VSO.
Lang Hames
2018-06-26
1
-3
/
+2
*
[ORC] Fix a FIXME by moving MangleAndInterner to Core.h.
Lang Hames
2018-06-26
1
-0
/
+14
*
[ORC] Add a symbolAliases function to the Core APIs.
Lang Hames
2018-06-26
1
-9
/
+80
*
[ORC] Fix formatting and list pending queries in VSO::dump.
Lang Hames
2018-06-23
1
-3
/
+7
*
[ORC] Keep weak flag on VSO symbol tables during materialization, but treat
Lang Hames
2018-06-18
1
-8
/
+7
*
[ORC] Remove redundant condition
Lang Hames
2018-06-17
1
-1
/
+1
*
[ORC] Only notify queries that they are resolved/ready when the query state
Lang Hames
2018-06-17
1
-8
/
+30
*
[ORC] Suppress an unused variable warning for a debug-mode only use.
Lang Hames
2018-06-17
1
-0
/
+1
*
[ORC] Erase empty dependence sets when adding new symbol dependencies.
Lang Hames
2018-06-17
1
-0
/
+3
*
[ORC] In MaterializationResponsibility, only maintain the Materializing flag on
Lang Hames
2018-06-17
1
-2
/
+12
*
[ORC] Strip weak flags from a symbol once it is selected for materialization.
Lang Hames
2018-06-14
1
-3
/
+4
*
[ORC] Filter out self-dependencies in VSO::addDependencies.
Lang Hames
2018-06-14
1
-1
/
+1
*
[ORC] Assert that the query argument to VSO::lookup must be non-null.
Lang Hames
2018-06-14
1
-0
/
+2
*
[ORC] Add a WaitUntilReady argument to blockingLookup.
Lang Hames
2018-06-14
1
-22
/
+42
*
[ORC] Strip the Materializing flag off finalized symbols in VSOs.
Lang Hames
2018-06-14
1
-3
/
+6
*
Fix -DLLVM_ENABLE_THREADS=OFF build after r334537
Hans Wennborg
2018-06-13
1
-1
/
+1
*
[ORC] Add a fallback definition generator for VSOs.
Lang Hames
2018-06-12
1
-66
/
+100
*
[ORC] Refactor blocking lookup logic into the blockingLookup function, and
Lang Hames
2018-06-12
1
-17
/
+39
*
[ORC] Add a getRequestedSymbols method to MaterializationResponsibility.
Lang Hames
2018-05-31
1
-7
/
+37
*
[ORC] Update JITCompileCallbackManager to support multi-threaded code.
Lang Hames
2018-05-30
1
-2
/
+2
*
[ORC] Preserve Materializing symbol flag during resolution.
Lang Hames
2018-05-21
1
-3
/
+4
*
[ORC] Lookup now returns an error if any symbols are not found.
Lang Hames
2018-05-21
1
-2
/
+33
[next]