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] Fix hex printing of uint64_t values.
Lang Hames
2018-10-31
1
-5
/
+5
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
1
-65
/
+87
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
1
-86
/
+65
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
1
-65
/
+86
*
[ORC] Show JITDylib search order in JITDylib::dump.
Lang Hames
2018-10-23
1
-0
/
+4
*
[ORC] Dump flags for JITDylib symbol table entries.
Lang Hames
2018-10-23
1
-2
/
+2
*
[ORC] Make the VModuleKey optional, propagate it via MaterializationUnit and
Lang Hames
2018-10-16
1
-9
/
+16
*
[ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.
Lang Hames
2018-10-15
1
-22
/
+31
*
[ORC] Simplify naming for JITDylib definition generators.
Lang Hames
2018-10-15
1
-25
/
+24
*
[ORC] During lookup, do not match against hidden symbols in other JITDylibs.
Lang Hames
2018-10-13
1
-40
/
+54
*
[ORC] Add a 'remove' method to JITDylib to remove symbols.
Lang Hames
2018-10-06
1
-0
/
+68
*
[ORC] Pass symbol name to discard by const reference.
Lang Hames
2018-10-06
1
-2
/
+2
*
[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
[next]