aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
11 daysMC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault3-68/+65
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-16[JITLink][AArch32] Add explicit visibility macros to functions needed by unit...Thomas Fransham1-15/+16
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-08[JITLink][x86] Update StubsTest unit test for rename in b972164f381.Lang Hames1-4/+4
2025-05-04[llvm] Remove unused local variables (NFC) (#138454)Kazu Hirata1-2/+0
2025-04-19[llvm] Construct SmallVector with iterator ranges (NFC) (#136460)Kazu Hirata1-4/+1
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 Popov4-8/+8
2025-02-14[ORC][unittests] Remove hard coded 16k page size (#127115)Tristan Ross2-3/+16
2025-02-06[JITLink] Add a jitlink::Symbol::getSection() convenience method.Lang Hames1-0/+30
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-16[JITLink] Teach x86_64 GOT & PLT table managers to discover existing entries.Lang Hames2-0/+91
2025-01-16[JITLink] Add Block::edges_at(Edge::OffsetT): iterate over edges at offset.Lang Hames1-0/+30
2025-01-15[JITLink] Add convenience methods to LinkGraph to find symbols by name.Lang Hames1-0/+45
2025-01-14[JITLink] Teach aarch64 GOT & PLT table managers to discover existing entries.Lang Hames2-0/+91
2025-01-14[JITLink] Fix incorrect file name in unit test file comment.Lang Hames1-1/+1
2025-01-14[JITLink] Use target triple for LinkGraph pointer size and endianness.Lang Hames9-50/+58
2024-12-17[ORC] Make LazyReexportsManager implement ResourceManager.Lang Hames1-0/+74
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles11-73/+103
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-18[JITLink] Move Symbol to new block before updating size.Lang Hames1-28/+37
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-11-02[JITLink] Don't return errors from pointer and jump stub creators.Lang Hames1-10/+8
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-28[JITLink][MachO] Add convenience functions for default text/data sections.Lang Hames7-121/+161
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