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] Add weak symbol support to defineMaterializing, fix for PR40074.
Lang Hames
2020-01-29
1
-26
/
+51
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
1
-10
/
+1
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
1
-301
/
+336
*
[Orc] Fix iterator usage after remove
Alexandre Ganea
2019-11-06
1
-1
/
+4
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
1
-11
/
+10
*
[ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.
Lang Hames
2019-08-26
1
-110
/
+81
*
[ORC] Fix an overly aggressive assert.
Lang Hames
2019-08-26
1
-3
/
+6
*
[ORC] Remove query dependencies when symbols are resolved.
Lang Hames
2019-08-23
1
-0
/
+1
*
[ORC] Fix a FIXME: Propagate errors to dependencies.
Lang Hames
2019-08-23
1
-91
/
+315
*
[ORC] Remove some stray debugging output accidentally left in r368707
Lang Hames
2019-08-16
1
-2
/
+0
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
1
-8
/
+51
*
[ORC] Remove a dead method.
Lang Hames
2019-08-02
1
-7
/
+0
*
[ORC] Rename MaterializationResponsibility resolve and emit methods to
Lang Hames
2019-06-13
1
-8
/
+9
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
1
-337
/
+230
*
[ORC] Track JIT symbol states more explicitly.
Lang Hames
2019-05-28
1
-131
/
+104
*
[ORC] Assert that JITDylibs have unique names.
Lang Hames
2019-05-21
1
-0
/
+10
*
[ORC] Change handling for SymbolStringPtr tombstones and empty keys.
Lang Hames
2019-05-16
1
-2
/
+0
*
[ORC] Fix a formatting bug.
Lang Hames
2019-05-09
1
-1
/
+1
*
[ORC] Allow JITDylib definition generators to return Errors.
Lang Hames
2019-04-30
1
-56
/
+91
*
[ORC] Remove symbols from dependency lists when failing materialization.
Lang Hames
2019-04-25
1
-2
/
+29
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
1
-57
/
+37
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert r351138 "[ORC] Move ORC Core symbol map and set types into their own
Lang Hames
2019-01-15
1
-1
/
+233
*
[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.
Lang Hames
2019-01-14
1
-233
/
+1
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
1
-1
/
+2
*
[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
[next]