summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/EPCGenericDylibManager.cpp
AgeCommit message (Expand)Author
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar
2024-10-23[ORC] Move EPC load-dylib and lookup operations into their own class.Lang Hames
2024-05-10[ORC] Fix another error fall-through in EPCGenericDylibManager::lookupAsync.Lang Hames
2024-05-09[ORC] Fix fall-through in error case in EPCGenericDylibManager::lookupAsync.Lang Hames
2024-02-12[ORC] Make EPCDynamicLibrarySearchGenerator asyncBen Langmuir
2024-01-04[ORC] Refactor executor symbol lookup to use ExecutorSymbolDef (NFC) (#76989)Ben Langmuir
2022-10-24[ORC] Use raw OS handle values, ExecutorAddr for EPC dylib handles.Lang Hames
2021-09-27[ORC] Switch from JITTargetAddress to ExecutorAddr for EPC-call APIs.Lang Hames
2021-09-23[ORC] Rename ExecutorAddress to ExecutorAddr.Lang Hames
2021-09-23[ORC] Introduce EPCGenericDylibManager / SimpleExecutorDylibManager.Lang Hames