aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine/Orc
AgeCommit message (Expand)AuthorFilesLines
2025-08-14[ORC] Add cloneExternalModuleToContext API.Lang Hames1-4/+24
2025-07-31[ExecutionEngine] Remove unnecessary casts (NFC) (#151442)Kazu Hirata1-3/+3
2025-07-30[ExecutionEngine] Fix a warningKazu Hirata1-1/+1
2025-07-30[ORC] Fix synchronization in CoreAPIsTest. (#144556)Jameson Nash1-8/+10
2025-07-03[ORC] Add cloneToContext: Clone Module to a given ThreadSafeContext (#146852)Lang Hames1-0/+49
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames3-70/+50
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata1-1/+1
2025-06-27[ORC] Fix EPCGenericMemoryAccessTest write-ptrs implementation after f93df5ebd99Lang Hames1-1/+1
2025-06-27[ORC] Add read operations to orc::MemoryAccess. (#145834)Lang Hames1-67/+297
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames6-0/+6
2025-06-25[ORC] Move UnsupportedExecutorProcessControl into unittests.Lang Hames2-0/+43
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli1-7/+69
2025-06-03[llvm] annotate interfaces in llvm/ExecutionEngine for DLL export (#140809)Andrew Rogers1-1/+1
2025-05-09[ORC] skip reoptimization tests on ARM (#130178)fossdd1-0/+4
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-2/+0
2025-04-17[ORC][unittests] Skip the ReOptimizeLayerTest for RISC-V (#134702)Kashyap Chamarthy1-0/+4
2025-03-25[ORC] Add ExecutorAddrRange::fromPtrRange convenience method.Lang Hames1-0/+10
2025-03-13[ORC] Remove some unnecessary namespace qualifications. NFCI.Lang Hames8-40/+29
2025-03-11[ORC] Swap handleAsync handler and send-result arguments.Lang Hames1-4/+5
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov3-7/+7
2025-02-14[ORC][unittests] Remove hard coded 16k page size (#127115)Tristan Ross2-3/+16
2025-01-22[IR][unittests] Replace of PointerType::getUnqual(Type) with opaque version (...Mats Jun Larsen1-1/+1
2025-01-22[ORC] Add ExecutorSymbolDef toPtr / fromPtr convenience functions.Lang Hames1-0/+32
2025-01-14[JITLink] Use target triple for LinkGraph pointer size and endianness.Lang Hames3-20/+27
2024-12-17[ORC] Make LazyReexportsManager implement ResourceManager.Lang Hames1-0/+74
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles4-31/+33
2024-12-03Re-apply "[ORC] Track all dependencies on symbols that aren't..." with fixes.Lang Hames1-0/+65
2024-12-02Revert "[ORC] Track all dependencies on symbols that aren't Ready yet."Lang Hames1-65/+0
2024-12-02[ORC] Track all dependencies on symbols that aren't Ready yet.Lang Hames1-0/+65
2024-11-11[ORC] Move absoluteSymbols from Core.h to new AbsoluteSymbols.h header. NFC.Lang Hames4-2/+5
2024-11-05[ORC] Add signext on @sum() arguments in test. (#113308)Jonas Paulsson1-26/+45
2024-11-02[ORC] Simplify JITLinkRedirectableSymbolManager, fix definition locations.Lang Hames2-28/+16
2024-11-02[ORC] Initialize native target in JITLinkRedirectionManagerTest test fixture.Lang Hames1-0/+2
2024-10-31[ORC] skip reoptimization tests on i386 (#114351)Tom Stellard1-0/+4
2024-10-30[ORC] Fix transfer to unknown ResourceTrackers (#114063)Jonas Hahnfeld1-0/+30
2024-10-23[ORC] Move EPC load-dylib and lookup operations into their own class.Lang Hames1-2/+5
2024-10-21[ORC] skip reoptimization tests on s390x. (#112796)Tom Stellard1-0/+4
2024-10-14[ORC] skip reoptimization tests on PPC.Sunho Kim2-0/+6
2024-10-14[ORC] Skip reoptimization test on COFF-ARM64.Sunho Kim2-0/+10
2024-10-12[ORC] Try to skip unsupported targets in another reoptimization test.Sunho Kim1-2/+7
2024-10-12[ORC] Try to skip unsupported targets in reoptimization test.Sunho Kim1-2/+6
2024-10-12[ORC] Implement basic reoptimization.Sunho Kim3-4/+156
2024-10-12[ORC] Introduce RedirectionManager interface and implementation using JITLink.Sunho Kim2-0/+101
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov2-1/+2
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu1-2/+2
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu1-2/+2
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu1-2/+2
2024-07-22[ORC] Add unit test for MemoryFlags APIs, don't dereference end() iterator.Lang Hames2-0/+56
2024-06-07[ORC] Switch ExecutionSession::ErrorReporter to use unique_function.Lang Hames1-0/+26
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse1-2/+0