summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/Core.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r351138 "[ORC] Move ORC Core symbol map and set types into their ownLang Hames2019-01-151-1/+233
* [ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.Lang Hames2019-01-141-233/+1
* [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.Lang Hames2018-11-131-1/+2
* [ORC] Fix hex printing of uint64_t values.Lang Hames2018-10-311-5/+5
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-231-65/+87
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-231-86/+65
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-231-65/+86
* [ORC] Show JITDylib search order in JITDylib::dump.Lang Hames2018-10-231-0/+4
* [ORC] Dump flags for JITDylib symbol table entries.Lang Hames2018-10-231-2/+2
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-161-9/+16
* [ORC] Switch to DenseMap/DenseSet for ORC symbol map/set types.Lang Hames2018-10-151-22/+31
* [ORC] Simplify naming for JITDylib definition generators.Lang Hames2018-10-151-25/+24
* [ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames2018-10-131-40/+54
* [ORC] Add a 'remove' method to JITDylib to remove symbols.Lang Hames2018-10-061-0/+68
* [ORC] Pass symbol name to discard by const reference.Lang Hames2018-10-061-2/+2
* [ORC] Pass Symbols to ExecutionSession::lookup by value, potentially saving aLang Hames2018-10-011-2/+2
* [ORC] Add an 'intern' method to ExecutionEngine for interning symbol names.Lang Hames2018-09-301-1/+1
* [ORC] Add partitioning support to CompileOnDemandLayer2.Lang Hames2018-09-291-2/+4
* [ORC] Make MaterializationResponsibility::getRequestedSymbols() const.Lang Hames2018-09-281-3/+4
* [ORC] Improve debugging output for ORC.Lang Hames2018-09-281-42/+151
* [ORC] Update CompileOnDemandLayer2 to use the new lazyReexports mechanismLang Hames2018-09-261-0/+7
* [ORC] Add some debugging output to Core.h/Core.cppLang Hames2018-09-231-0/+4
* [ORC] Merge ExecutionSessionBase with ExecutionSession by moving a couple ofLang Hames2018-09-121-364/+384
* [ORC] Add a special 'main' JITDylib that is created on ExecutionSessionLang Hames2018-09-121-1/+14
* [ORC] Render unresolved symbol addresses as "<not resolved>" in JITDylib::dump.Lang Hames2018-09-101-2/+5
* clang-format r341282.Lang Hames2018-09-021-1/+2
* [ORC] Tidy up JITSymbolFlags to remove the need for some explicit static_casts.Lang Hames2018-09-021-4/+2
* [ORC] Rename 'finalize' to 'emit' to avoid potential confusion.Lang Hames2018-08-181-51/+51
* [ORC] Rename VSO to JITDylib.Lang Hames2018-08-171-150/+158
* [ORC] Change JITSymbolFlags debug output, add a function for getting a symbolLang Hames2018-08-051-8/+8
* [ORC] Add a re-exports fallback definition generator.Lang Hames2018-08-021-0/+24
* [ORC] Re-apply r336760 with fixes.Lang Hames2018-07-211-2/+36
* Re-apply r337595 with fix for LLVM_ENABLE_THREADS=Off.Lang Hames2018-07-201-256/+493
* Revert r337595 "[ORC] Add new symbol lookup methods to ExecutionSessionBase i...Reid Kleckner2018-07-201-493/+256
* [ORC] Add new symbol lookup methods to ExecutionSessionBase in preparation forLang Hames2018-07-201-256/+493
* [ORC] Simplify VSO::lookupFlags to return the flags map.Lang Hames2018-07-201-10/+11
* [ORC] Replace SymbolResolvers in the new ORC layers with search orders on VSOs.Lang Hames2018-07-201-1/+47
* Revert r336760: "[ORC] Add unit tests for the reexports utility that were..."Lang Hames2018-07-111-1/+1
* [ORC] Add unit tests for the reexports utility that were left out of r336741,Lang Hames2018-07-111-1/+1
* [ORC] Generalize alias materialization to support re-exports (i.e. aliasing ofLang Hames2018-07-101-40/+138
* [ORC] Rename MaterializationResponsibility::delegate to replace and add a newLang Hames2018-07-091-1/+18
* [ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames2018-06-261-2/+33
* [ORC] Reset AsynchronousSymbolQuery's NotifySymbolsResolved callback on error.Lang Hames2018-06-261-3/+4
* [ORC] Move the VSOList typedef out of VSO.Lang Hames2018-06-261-3/+2
* [ORC] Fix a FIXME by moving MangleAndInterner to Core.h.Lang Hames2018-06-261-0/+14
* [ORC] Add a symbolAliases function to the Core APIs.Lang Hames2018-06-261-9/+80
* [ORC] Fix formatting and list pending queries in VSO::dump.Lang Hames2018-06-231-3/+7
* [ORC] Keep weak flag on VSO symbol tables during materialization, but treatLang Hames2018-06-181-8/+7
* [ORC] Remove redundant conditionLang Hames2018-06-171-1/+1
* [ORC] Only notify queries that they are resolved/ready when the query stateLang Hames2018-06-171-8/+30
OpenPOWER on IntegriCloud