summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc
AgeCommit message (Expand)Author
2025-11-21Revert "[ORC] Tailor ELF debugger support plugin to load-address patching onl...Stefan Gränitz
2025-11-21[ORC] Tailor ELF debugger support plugin to load-address patching only (#168518)Stefan Gränitz
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz
2025-11-18[ORC] Fix shlibs build: add Object to libLLVMOrcDebugging (#168343)Stefan Gränitz
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz
2025-11-18[ORC] Remove unnecessary LLVM_ABI on function def. NFCI. (#168478)Lang Hames
2025-11-18[ORC] Support scanning "fallback" slices for interfaces. (#168472)Lang Hames
2025-11-18[ORC] Merge GetDylibInterface.h APIs into MachO.h. (#168462)Lang Hames
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-11-08[llvm] Remove unused local variables (NFC) (#167185)Kazu Hirata
2025-11-08[ExecutionEngine] Use StringRef::starts_with (NFC) (#167152)Kazu Hirata
2025-11-06[ORC][LibraryResolver] Fix ensureFilterBuilt assertion failure and concurrenc...SahilPatidar
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata
2025-11-01REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. (...SahilPatidar
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata
2025-10-25[ORC] Fix race when checking isComplete (#165063)Jordan Rupprecht
2025-10-25Revert "REAPPLY [ORC] Add automatic shared library resolver for unresolved sy...SahilPatidar
2025-10-24REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. #...SahilPatidar
2025-10-23[ExecutionEngine] Add "override" where appropriate (NFC) (#164757)Kazu Hirata
2025-10-20Reapply "[ORC] Replace ORC's baked-in dependence ... (#163027)" with … (#16...Lang Hames
2025-10-20Revert "[ORC] Replace ORC's baked-in dependence tracking ... (#163027)"Lang Hames
2025-10-20[ORC] Replace ORC's baked-in dependence tracking with WaitingOnGraph. (#163027)Lang Hames
2025-10-17Revert "[ORC] Add automatic shared library resolver for unresolved symbols." ...SahilPatidar
2025-10-17[ORC] Add automatic shared library resolver for unresolved symbols. (#148410)SahilPatidar
2025-10-16[ORC] Add SimpleRemoteMemoryMapper (new MemoryMapper implementation). (#163707)Lang Hames
2025-10-16[ORC] Align ExecutorSimpleMemoryManager w/ orc_rt::SimpleNativeMemoryMap (#16...Lang Hames
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames
2025-10-13[ORC] Add LinkGraph& argument to MemoryMapper::prepare. (#163121)Lang Hames
2025-10-08[ORC][Runtime] Add dlupdate for coff (#115448)SahilPatidar
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar
2025-08-22[llvm] Remove unused includes of SmallSet.h (NFC) (#154893)Kazu Hirata
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata
2025-08-14[ORC] Add cloneExternalModuleToContext API.Lang Hames
2025-08-09[ExecutionEngine] Remove an unnecessary cast (NFC) (#152836)Kazu Hirata
2025-07-07[Orc] Fix error handling in `ORCPlatformSupport::initialize` (#144637)SahilPatidar
2025-07-03[ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)Lang Hames
2025-07-03[ORC] Fix file header comment formatting. NFC.Lang Hames
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata
2025-06-27[ORC] Add read operations to orc::MemoryAccess. (#145834)Lang Hames
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames
2025-06-25[ORC] Sink DynamicLibrary.h header include into ExecutorProcessControl.cpp.Lang Hames
2025-06-24[ORC] Drop unused LinkGraphLinkingLayer::Plugin::notifyLoaded method. (#145457)Lang Hames
2025-06-24[ORC] DLLImportDefinitionGenerator should use LookupKind::Static.Lang Hames
2025-06-23[ORC] Fix potential stack corruption in Platform::lookupInitSymbols.Lang Hames
2025-06-21[ORC] Apply MachO::CPU_SUBTYPE_MASK to comparison in getDylibInterfac… (#14...Lang Hames
2025-06-19[llvm] Remove unused includes (NFC) (#144941)Kazu Hirata
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli
2025-06-03[llvm] annotate interfaces in llvm/ExecutionEngine for DLL export (#140809)Andrew Rogers
2025-05-29[ORC][MachO] Remove misused MachOPlatform::BootstrapInfo::Mutex member.Lang Hames