summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-2/+4
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+1
* [ORC] Fix a FIXME: Propagate errors to dependencies.Lang Hames2019-08-231-2/+3
* Speculative CompilationPraveen Velliengiri2019-08-031-4/+8
* [ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames2019-06-131-2/+2
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-071-6/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-231-2/+2
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-231-2/+2
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-231-2/+2
* [ORC] Make the VModuleKey optional, propagate it via MaterializationUnit andLang Hames2018-10-161-2/+2
* [ORC] During lookup, do not match against hidden symbols in other JITDylibs.Lang Hames2018-10-131-2/+2
* [ORC] Pass symbol name to discard by const reference.Lang Hames2018-10-061-1/+1
* [ORC] Improve debugging output for ORC.Lang Hames2018-09-281-0/+4
* [ORC] Add a "lazy call-through" utility based on the same underlying trampolineLang Hames2018-09-261-0/+204
OpenPOWER on IntegriCloud