aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-24[ORC] Fix bot failure due to 7da63426ac5 (ORC task dispatch unification).Lang Hames1-2/+2
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-04[RemoveDIs] Follow up to 6b62a9135a2, fix a ICmpInst constructor callJeremy Morse1-1/+1
2024-03-04Follow up to 6b62a9135a2, fix llvm-examples buildJeremy Morse2-2/+2
2024-01-12[Kaleidoscope] LLVM is not needed for chapter two (#69823)Gonsolo1-4/+0
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-12-05Kaleidoscope-Ch8: use Reloc::PIC_Fangrui Song1-3/+2
2023-11-27[unittest,examples] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFCFangrui Song1-14/+14
2023-11-16[Kaleidoscope] Switch to the new PassManager, revisited. (#72324)Logikable4-69/+159
2023-11-13Revert "[Kaleidoscope] Switch to the new PassManager. (#69032)"Amara Emerson4-219/+69
2023-11-07[NFC] Remove Type::getInt8PtrTy (#71029)Paulo Matos1-1/+1
2023-10-18[Kaleidoscope] Register new dependencies introduced by #69032. (#69510)Logikable4-0/+4
2023-10-18[Kaleidoscope] Switch to the new PassManager. (#69032)Logikable4-69/+219
2023-09-19Move CallInst::CreateFree to IRBuilderBaseKonrad Kleine1-2/+3
2023-09-19[examples] Remove unused variable 'BB' in BrainF.cpp (NFC)Jie Fu1-1/+0
2023-09-19[llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMallocKonrad Kleine1-3/+2
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks1-1/+1
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-07-10[llvm] CYGWIN: Fix build of some plugins/library/unittestsCarlo Bramini2-2/+2
2023-06-25[llvm] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-06-21[tutorials] Add missing ExecutorSymbolDef header.Lang Hames1-0/+1
2023-06-21[tutorials][BuildingAJIT] Add missing ExecutorSymbolDef header.Lang Hames4-0/+4
2023-06-07[ORC] Simplify construction of EPCIndirectionUtils.Lang Hames3-4/+3
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta5-211/+494
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 Hames17-36/+31
2023-03-26[examples] Add export_executable_symbols to HowToUseLLJIT example.Lang Hames1-0/+2
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-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2-3/+3
2023-02-09[Inliner] Remove legacy simple inlinerArthur Eubanks1-1/+0
2023-01-31[Kaleidoscope] Update code snippets in text to match full code listingsDhruv Chawla1-2/+2
2023-01-10[LegacyPM] Port example pass SimplifyCFG to new PMSebastian Peryt5-116/+52
2022-12-23[examples] Fix leaks in OrcV2 c-bindings examples.Lang Hames4-0/+18
2022-12-23[examples] Direct HowToUseJIT readers to HowToUseLLJIT instead.Lang Hames1-0/+4
2022-12-20[Examples] Fix TargetParser DependencyArchibald Elliott2-0/+2