aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples
AgeCommit message (Expand)AuthorFilesLines
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-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille1-1/+0
2025-11-03[llvm] Undo change to constructor in OptSubCommand exampleDavid Spickett1-1/+1
2025-11-02[llvm] Use "= default" (NFC) (#166088)Kazu Hirata2-2/+2
2025-10-07[NFC] Fix deprecated use of lookupTarget in Kaleidoscope (#162220)Connector Switch1-1/+2
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran4-0/+175
2025-09-17[examples] Fix invalid #ifndef LLVM_*_LINK_INTO_TOOLS (#144340)Stefan Gränitz1-1/+1
2025-09-09[ORC][examples][LLVM-C] Fix ThreadSafeContext to wrap existing context (#157366)László Várady3-3/+6
2025-08-25[llvm] Fix Typos in Kaleidoscope MCJIT Examples (#134394)Steven Hedges6-11/+11
2025-07-03[ORC] Replace ThreadSafeContext::getContext with withContextDo. (#146819)Lang Hames8-29/+36
2025-06-26[SpeculativeJIT] Add missing includeNikita Popov1-0/+1
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames6-0/+6
2025-06-24[ORC] Drop unused LinkGraphLinkingLayer::Plugin::notifyLoaded method. (#145457)Lang Hames1-4/+0
2025-06-06[ORC] Fix examples after cd585864c0b.Lang Hames2-2/+3
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli5-5/+15
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley1-4/+8
2025-04-07[llvm] Fix Typo in Kaleidoscope BuildingAJIT Example (#134391)Steven Hedges4-4/+4
2025-03-23[ORC][examples] Simplify example -- LLJIT already has a mangleAndIntern method.Lang Hames1-5/+4
2025-03-12[TargetRegistry] Accept Triple in createTargetMachine() (NFC) (#130940)Nikita Popov1-1/+1
2025-03-06[Kaleidoscope] Adjust after Module Triple changeNikita Popov1-1/+1
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)chrisPyr5-24/+24
2025-01-28[NFC][DebugInfo] Use iterators for insertion at some final callsitesJeremy Morse1-2/+2
2025-01-23[IR] Replace of PointerType::getUnqual(Type) with opaque version (NFC) (#123909)Mats Jun Larsen1-5/+4
2025-01-23[ExceptionDemo] Transition example from MCJIT to ORC and fix errors (#92504)epitavy2-111/+76
2025-01-22[ORC] Add ExecutorSymbolDef toPtr / fromPtr convenience functions.Lang Hames8-8/+8
2024-12-12[Kaleidoscope] Add mem2reg pass to function pass manager (#119707)AidinT1-1/+3
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-10-12[ORC] Introduce IRPartitionLayer for common partition functionality.Sunho Kim2-5/+10
2024-10-11[NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (#111752)Rahul Joshi1-2/+2
2024-09-20[DebugInfo] Enable deprecation of iterator-insertion methods (#102608)Jeremy Morse1-3/+4
2024-08-31[NFC] Fix typos (#106817)c8ef1-2/+1
2024-08-12Clean up pointer casts etc after opaque pointers transition. NFC (#102631)Bjorn Pettersson2-7/+4
2024-08-07Reapply "[CMake] Fold export_executable_symbols_* into function args. (#10174...Steven Wu32-65/+5
2024-08-06Revert "[CMake] Fold export_executable_symbols_* into function args. (#101741)"Steven Wu32-5/+65
2024-08-05[CMake] Fold export_executable_symbols_* into function args. (#101741)Steven Wu32-65/+5
2024-06-08[llvm] Remove useless headers in example BrainF (#93701)FantasqueX2-4/+0
2024-05-25[llvm] Revise IDE folder structure (#89741)Michael Kruse1-1/+1
2024-05-19[Clang][CodeGen] Start migrating away from assuming the Default AS is 0 (#88182)Alex Voicu1-1/+1
2024-05-15Revert "[ExceptionDemo] Correct and update example ExceptionDemo" (#92257)Kamlesh Kumar2-77/+108
2024-05-15[ExceptionDemo] Correct and update example ExceptionDemo (#69485)epitavy2-108/+77
2024-04-26Revert "[ORC] Implement basic reoptimization. (#67050)"Nikita Popov2-10/+5
2024-04-25[ORC] Implement basic reoptimization. (#67050)Sunho Kim2-5/+10
2024-04-24[ORC] Fix SpeculativeJIT example after 7da63426ac5 (ORC dispatch unification).Lang Hames1-9/+3