aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[ORC] Simplify zero initializer. NFCI. (#175482)Lang Hames1-1/+1
2026-01-12[ORC][JITLink] Fix unitialised JIT dump header (#175204)Anthonin Bonnefoy1-1/+1
2026-01-12Reapply "[ORC] Add utilities for limited symbolication of JIT backtra… (#17...Lang Hames2-0/+151
2026-01-12[ORC] Fixed incorrect additional header dirs (#175193)Vedran Miletić2-2/+3
2026-01-09Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175...Aiden Grossman2-148/+0
2026-01-09[CommandLine] Use DenseMap instead of StringMap (NFC) (#174988)Nikita Popov1-0/+1
2026-01-09[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)Lang Hames2-0/+148
2026-01-09[ORC] Add JITDylibDefunct Error. (#174923)Lang Hames1-0/+10
2026-01-06[ORC][C API] Replace 'bool' with 'LLVMBool'. (#174525)Lang Hames1-1/+1
2026-01-06[C-API] Allow SectionMemoryManager's ReserveAlloc flag to be enabled (#174307)Thomas Munro1-0/+10
2026-01-04[Orc][LibResolver] Refactor resolver internals and simplify symbol resolution...SahilPatidar2-372/+398
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin3-3/+3
2025-12-24[ORC] Fix ReOptimizeLayer buggy jit-dispatch signature in fa7f7a4cab4. (#173457)Lang Hames1-3/+4
2025-12-24[ORC] Pass JITDispatchHandler argument buffers as WrapperFunctionBuffer. (#17...Lang Hames6-21/+23
2025-12-23[ORC] Add, and call through, reoptimize function in ReOptimizeLayer. (#173204)Lang Hames1-46/+111
2025-12-20[ORC] Fix unchecked Expected<T> in ELFDebugObjectPlugin::FinalizePromise (#17...Stefan Gränitz1-8/+29
2025-12-18[ORC] Fix typo in method name. NFCI. (#172787)Lang Hames1-1/+1
2025-12-18[ORC] Rewrite loop to use structured bindings. NFCI. (#172631)Lang Hames1-7/+7
2025-12-18[ORC] Rename WrapperFunctionResult to WrapperFunctionBuffer. NFCI. (#172633)Lang Hames13-60/+60
2025-12-17[ELFDebugObjectPlugin] Gracefully handle missing section (#172622)Nikita Popov1-4/+10
2025-12-17[ORC] Make WrapperFunctionResult constructor explicit. (#172602)Lang Hames1-1/+2
2025-12-16Reland: [ORC] Tailor ELF debugger support plugin to load-address patching onl...Stefan Gränitz1-382/+223
2025-12-11[JITLink] Add TLS support for SystemZ (#171559)anoopkg61-0/+5
2025-12-09 [JITLink] Add orc-runtime support for SystemZ (#171062)anoopkg61-0/+5
2025-12-04[C-API] LLVMOrcCreateObjectLinkingLayerWithInProcessMemoryManager (#169862)Thomas Munro1-0/+13
2025-11-23[Orc] Use a range-based for loop (NFC) (#169240)Kazu Hirata1-6/+1
2025-11-21Revert "[ORC] Tailor ELF debugger support plugin to load-address patching onl...Stefan Gränitz1-215/+383
2025-11-21[ORC] Tailor ELF debugger support plugin to load-address patching only (#168518)Stefan Gränitz1-383/+215
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz3-78/+0
2025-11-18[ORC] Fix shlibs build: add Object to libLLVMOrcDebugging (#168343)Stefan Gränitz2-1/+2
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz4-22/+20
2025-11-18[ORC] Remove unnecessary LLVM_ABI on function def. NFCI. (#168478)Lang Hames1-1/+1
2025-11-18[ORC] Support scanning "fallback" slices for interfaces. (#168472)Lang Hames1-41/+105
2025-11-18[ORC] Merge GetDylibInterface.h APIs into MachO.h. (#168462)Lang Hames3-129/+110
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz5-66/+92
2025-11-08[llvm] Remove unused local variables (NFC) (#167185)Kazu Hirata1-2/+0
2025-11-08[ExecutionEngine] Use StringRef::starts_with (NFC) (#167152)Kazu Hirata1-2/+2
2025-11-06[ORC][LibraryResolver] Fix ensureFilterBuilt assertion failure and concurrenc...SahilPatidar2-19/+16
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata1-1/+1
2025-11-01REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. (...SahilPatidar3-0/+1535
2025-10-28[llvm] Use nullptr instead of 0 or NULL (NFC) (#165396)Kazu Hirata1-1/+1
2025-10-25[ORC] Fix race when checking isComplete (#165063)Jordan Rupprecht1-4/+13
2025-10-25Revert "REAPPLY [ORC] Add automatic shared library resolver for unresolved sy...SahilPatidar3-1534/+0
2025-10-24REAPPLY [ORC] Add automatic shared library resolver for unresolved symbols. #...SahilPatidar3-0/+1534
2025-10-23[ExecutionEngine] Add "override" where appropriate (NFC) (#164757)Kazu Hirata3-4/+4
2025-10-20Reapply "[ORC] Replace ORC's baked-in dependence ... (#163027)" with … (#16...Lang Hames2-777/+227
2025-10-20Revert "[ORC] Replace ORC's baked-in dependence tracking ... (#163027)"Lang Hames2-227/+694
2025-10-20[ORC] Replace ORC's baked-in dependence tracking with WaitingOnGraph. (#163027)Lang Hames2-694/+227
2025-10-17Revert "[ORC] Add automatic shared library resolver for unresolved symbols." ...SahilPatidar3-1530/+0
2025-10-17[ORC] Add automatic shared library resolver for unresolved symbols. (#148410)SahilPatidar3-0/+1530