aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
3 days[ELFDebugObjectPlugin] Do not wait for std::future in post-fixup phase in the...Min-Yih Hsu1-1/+14
5 days[perf] Replace copy-assign by move-assign in llvm/lib/ExecutionEngine/* (#178...serge-sans-paille3-4/+4
10 days[ORC] Fix missing support of deinitialize on ELF platform and execution order...Yaxing Cai2-27/+225
11 days[NFC] replace getValueType with more specific getFunctionType (#177175)Jameson Nash1-2/+1
2026-01-16Add missing newlines at EOF; NFC (#176192)Sven van Haastregt1-1/+1
2026-01-16[JITLink][CompactUnwind] Explicitly enumerate mergeable encodings. NFCI. (#17...Lang Hames3-8/+30
2026-01-16[JITLink][CompactUnwind] Expand CompactUnwindTraits struct comment. (#176315)Lang Hames1-0/+19
2026-01-16[JITLink][CompactUnwind] Express mergeability via +ve predicate. NFCI. (#176313)Lang Hames3-6/+6
2026-01-15[ORC][MachO] Clean up incompatible-arch-in-object error message. (#176092)Lang Hames1-5/+6
2026-01-15[JITLink][LoongArch] Refactor jump stub to support LA32R (#175355)hev1-2/+2
2026-01-14[JITLink][LoongArch] Add reloc types for LA32R/LA32S (#175353)hev2-1/+88
2026-01-12[JITLink] Add GOT indirection optimization for SystemZ (#171919)anoopkg62-2/+38
2026-01-12[JITLink] Set correct triple instead of hard-code the value to linux (#175404)aokblast1-4/+5
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-12[RuntimeDyld][MIPS] Use AT for stub function instead of T9 (#174354)Icenowy Zheng1-28/+28
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-10[JITLink][LoongArch][NFC] Move applyFixup implementation from header to sourc...WANG Rui1-1/+231
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-18Implement reserveAllocationSpace for SectionMemoryManager (#71968)Michael Smith1-2/+95
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)anoopkg63-1/+72
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