aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz5-66/+92
2025-11-11 JITLink: Add initial SystemZ Support. (#144528)anoopkg65-0/+551
2025-11-11Remove unused <utility> inclusionserge-sans-paille1-1/+0
2025-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille2-4/+0
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