summaryrefslogtreecommitdiff
path: root/llvm/examples
AgeCommit message (Expand)Author
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames
2025-06-26[SpeculativeJIT] Add missing includeNikita Popov
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-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-07[llvm] Fix Typo in Kaleidoscope BuildingAJIT Example (#134391)Steven Hedges
2025-03-23[ORC][examples] Simplify example -- LLJIT already has a mangleAndIntern method.Lang Hames
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov
2025-03-06[Kaleidoscope] Adjust after Module Triple changeNikita Popov
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
2025-01-28[NFC][DebugInfo] Use iterators for insertion at some final callsitesJeremy Morse
2025-01-23[IR] Replace of PointerType::getUnqual(Type) with opaque version (NFC) (#123909)Mats Jun Larsen
2025-01-23[ExceptionDemo] Transition example from MCJIT to ORC and fix errors (#92504)epitavy
2025-01-22[ORC] Add ExecutorSymbolDef toPtr / fromPtr convenience functions.Lang Hames
2024-12-12[Kaleidoscope] Add mem2reg pass to function pass manager (#119707)AidinT
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-10-12[ORC] Introduce IRPartitionLayer for common partition functionality.Sunho Kim
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi
2024-09-20[DebugInfo] Enable deprecation of iterator-insertion methods (#102608)Jeremy Morse
2024-08-31[NFC] Fix typos (#106817)c8ef
2024-08-12Clean up pointer casts etc after opaque pointers transition. NFC (#102631)Bjorn Pettersson
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-06-08[llvm] Remove useless headers in example BrainF (#93701)FantasqueX
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu
2024-05-15Revert "[ExceptionDemo] Correct and update example ExceptionDemo" (#92257)Kamlesh Kumar
2024-05-15[ExceptionDemo] Correct and update example ExceptionDemo (#69485)epitavy
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim
2024-04-24[ORC] Fix SpeculativeJIT example after 7da63426ac5 (ORC dispatch unification).Lang Hames
2024-04-24[ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification).Lang Hames
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-03-04[RemoveDIs] Follow up to 6b62a9135a2, fix a ICmpInst constructor callJeremy Morse
2024-03-04Follow up to 6b62a9135a2, fix llvm-examples buildJeremy Morse
2024-01-12[Kaleidoscope] LLVM is not needed for chapter two (#69823)Gonsolo
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-12-05Kaleidoscope-Ch8: use Reloc::PIC_Fangrui Song
2023-11-27[unittest,examples] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song
2023-11-16[Kaleidoscope] Switch to the new PassManager, revisited. (#72324)Logikable