aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples
AgeCommit message (Expand)AuthorFilesLines
2026-01-08[llvm-c] Add LLVMParseIRInContext2 (#174085)Tamir Duberstein2-12/+17
2025-12-15[llvm][examples] Disable some JIT examples when threading is disabled (#172282)David Spickett1-1/+1
2025-12-08[llvm-c] Deprecate functions working on the global context (#163979)Nikita Popov6-30/+36
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz1-2/+1
2025-09-09[ORC][examples][LLVM-C] Fix ThreadSafeContext to wrap existing context (#157366)László Várady3-3/+6
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames8-29/+36
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames1-0/+1
2025-06-24[ORC] Drop unused LinkGraphLinkingLayer::Plugin::notifyLoaded method. (#145457)Lang Hames1-4/+0
2025-06-06[ORC] Fix examples after cd585864c0b.Lang Hames1-1/+1
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley1-4/+8
2025-03-23[ORC][examples] Simplify example -- LLJIT already has a mangleAndIntern method.Lang Hames1-5/+4
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-1/+1
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames3-4/+3
2025-03-06Revert "[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinking..."Lang Hames3-3/+4
2025-03-06[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinkingLayerCreator.Lang Hames3-4/+3
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr4-15/+15
2024-12-06[examples] Add missing dependence on OrcShared.Lang Hames1-0/+1
2024-11-11[ORC] Move absoluteSymbols from Core.h to new AbsoluteSymbols.h header. NFC.Lang Hames1-0/+1
2024-10-22[ORC] Fix LLJITWithRemoteDebugging example after db21bd4fa9b.Lang Hames1-1/+2
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu19-40/+0
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu19-0/+40
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu19-40/+0
2024-04-24[ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification).Lang Hames1-2/+2
2024-01-03[Orc][examples] Revisit advanced LLJIT examples and tests (#76236)Stefan Gränitz4-42/+12
2023-12-08[Orc][examples] Drop target triple from input for remote debugging test (#74831)Stefan Gränitz1-12/+4
2023-07-30[emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output.Lang Hames1-1/+1
2023-07-19[examples] Fix -Wcast-qual in OrcV2Examples after D153911 (NFC)Jie Fu8-16/+16
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-07[ORC] Simplify construction of EPCIndirectionUtils.Lang Hames1-2/+1
2023-04-23Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes.Lang Hames17-0/+34
2023-04-08Re-apply "[ORC] LLJIT updates: ExecutorNativePlatform, default ..." with fixes.Lang Hames6-261/+0
2023-04-03[Orc] Add AutoRegisterCode option for DebugObjectManagerPluginStefan Gränitz1-2/+2
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames3-13/+13
2023-03-10[Passes] Remove some legacy passesArthur Eubanks1-1/+0
2023-03-01[Orc] Remove LLVMInitializeCore() calls from examplesNikita Popov9-18/+0
2023-02-28[Orc] Try to fix linker errorNikita Popov1-1/+1
2023-02-28[Orc] Use new pass manager in exampleNikita Popov1-6/+5
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks1-1/+0
2022-12-23[examples] Fix leaks in OrcV2 c-bindings examples.Lang Hames4-0/+18
2022-12-20[Examples] Fix TargetParser DependencyArchibald Elliott2-0/+2
2022-12-19[ORC] Add JITDylib argument to ResourceManager notify-removing/transferring ops.Lang Hames1-2/+2
2022-12-19[Examples] Fix build (NFC)Nikita Popov1-1/+1
2022-12-17[C-API] Add example code to exercise new MCJIT-like-memory-manager API.Wenzel Jakob3-0/+293
2022-10-23[ORC] Force linking of eh-frame registration functions from LLJIT.cpp.Lang Hames1-7/+0
2022-10-19[examples][ORC] Make sure eh-frame registration code is linked into an example.Lang Hames1-0/+7
2022-10-09[examples] Fix deprecated use of llvm::empty.Lang Hames1-1/+1
2022-08-05[examples][ORC] Add missing call to LLVMDisposeBuilder to example.Lang Hames1-0/+1
2022-06-28Add missing (void) for function declarations in CDavid Blaikie2-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1