summaryrefslogtreecommitdiff
path: root/llvm/examples/OrcV2Examples
AgeCommit message (Expand)Author
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz
2025-09-09[ORC][examples][LLVM-C] Fix ThreadSafeContext to wrap existing context (#157366)László Várady
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames
2025-06-24[ORC] Drop unused LinkGraphLinkingLayer::Plugin::notifyLoaded method. (#145457)Lang Hames
2025-06-06[ORC] Fix examples after cd585864c0b.Lang Hames
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-03-23[ORC][examples] Simplify example -- LLJIT already has a mangleAndIntern method.Lang Hames
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames
2025-03-06Revert "[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinking..."Lang Hames
2025-03-06[ORC] Remove the Triple argument from LLJITBuilder::ObjectLinkingLayerCreator.Lang Hames
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr
2024-12-06[examples] Add missing dependence on OrcShared.Lang Hames
2024-11-11[ORC] Move absoluteSymbols from Core.h to new AbsoluteSymbols.h header. NFC.Lang Hames
2024-10-22[ORC] Fix LLJITWithRemoteDebugging example after db21bd4fa9b.Lang Hames
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu
2024-04-24[ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification).Lang Hames
2024-01-03[Orc][examples] Revisit advanced LLJIT examples and tests (#76236)Stefan Gränitz
2023-12-08[Orc][examples] Drop target triple from input for remote debugging test (#74831)Stefan Gränitz
2023-07-30[emamples][OrcV2Examples] Fix a missing newline in LLJITRemovableCode output.Lang Hames
2023-07-19[examples] Fix -Wcast-qual in OrcV2Examples after D153911 (NFC)Jie Fu
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich
2023-06-07[ORC] Simplify construction of EPCIndirectionUtils.Lang Hames
2023-04-23Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes.Lang Hames
2023-04-08Re-apply "[ORC] LLJIT updates: ExecutorNativePlatform, default ..." with fixes.Lang Hames
2023-04-03[Orc] Add AutoRegisterCode option for DebugObjectManagerPluginStefan Gränitz
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2023-03-10[Passes] Remove some legacy passesArthur Eubanks
2023-03-01[Orc] Remove LLVMInitializeCore() calls from examplesNikita Popov
2023-02-28[Orc] Try to fix linker errorNikita Popov
2023-02-28[Orc] Use new pass manager in exampleNikita Popov
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks
2022-12-23[examples] Fix leaks in OrcV2 c-bindings examples.Lang Hames
2022-12-20[Examples] Fix TargetParser DependencyArchibald Elliott
2022-12-19[ORC] Add JITDylib argument to ResourceManager notify-removing/transferring ops.Lang Hames
2022-12-19[Examples] Fix build (NFC)Nikita Popov
2022-12-17[C-API] Add example code to exercise new MCJIT-like-memory-manager API.Wenzel Jakob
2022-10-23[ORC] Force linking of eh-frame registration functions from LLJIT.cpp.Lang Hames
2022-10-19[examples][ORC] Make sure eh-frame registration code is linked into an example.Lang Hames
2022-10-09[examples] Fix deprecated use of llvm::empty.Lang Hames
2022-08-05[examples][ORC] Add missing call to LLVMDisposeBuilder to example.Lang Hames
2022-06-28Add missing (void) for function declarations in CDavid Blaikie
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::list optionsFangrui Song
2022-06-04Remove unneeded cl::ZeroOrMore for cl::opt optionsFangrui Song
2022-05-20[ORC][examples] Fix off-by-one error when handling null terminators.Lang Hames