summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial
AgeCommit message (Expand)Author
2025-08-01[llvm] Proofread *.rst (#151087)Kazu Hirata
2025-07-21[doc][LLVM] Fix typo in the Kaleidoscope tutorial (#133675)Howard Chu
2025-02-17Fix typo in LangImpl03.rst (#127389)Dinu Blanovschi
2025-02-01[Kaleidoscope] Fix typo (#125366)FantasqueX
2024-12-12[Kaleidoscope] Add mem2reg pass to function pass manager (#119707)AidinT
2024-10-07[doc] Fix Kaleidoscope tutorial chapter 3 code snippet and full listing discr...AidinT
2024-06-11[RemoveDIs] Update all docs to use debug records (#91768)Stephen Tozer
2024-01-12[Kaleidoscope] LLVM is not needed for chapter two (#69823)Gonsolo
2024-01-09[Documentation] fix invalid links in documentation (#76502)Hana Dusíková
2023-12-24[Doc] update the usage of opt with mem2reg pass in tutorial (#76282)youkaichao
2023-12-05Kaleidoscope-Ch8: use Reloc::PIC_Fangrui Song
2023-11-16[Kaleidoscope] Switch to the new PassManager, revisited. (#72324)Logikable
2023-11-13Revert "[Kaleidoscope] Switch to the new PassManager. (#69032)"Amara Emerson
2023-10-18[Kaleidoscope] Switch to the new PassManager. (#69032)Logikable
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-05-31[docs] Use ExecutorAddr::toPtr() in ORC documentation.Mike Rostecki
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2023-01-31[Kaleidoscope] Update code snippets in text to match full code listingsDhruv Chawla
2022-12-15[docs] Update docs since getBasicBlockList() is now privateVasileios Porpodas
2022-08-07Added warning about outdated feature into Kaleidoscope tutorial textShivam Gupta
2022-07-25[Kaleidoscope] Fix DWARF function creation exampleJustin Brooks
2022-06-30[Kaleidoscope] Remove unused function argumentMarc Auberer
2022-04-06[docs] Fix Kaleidoscope code exampleRoman Sokolkov
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch
2022-03-16[docs] Fix typo in tutorialBill Wendling
2022-02-10[docs] Replace `opt -analyze` with better alternatives.Arthur Eubanks
2021-12-20[docs]LLVM Tutorial: fix the typo in Cpu0 URLJinsong Ji
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN
2021-09-03Reformulate OrcJIT tutorial doc to make it more clear.Yuichi Yoshida
2021-07-14Reformulate OrcJIT tutorial doc to make it more clear.Yuichi Yoshida
2021-06-09[docs] Fix load instructions in chapter 7 of the tutorialJim Lin
2021-04-15s/setGenerator/addGenerator/ in the JIT docs. NFCJon Roelofs
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2021-02-11[Draft] [examples] Move llvm/examples/OCaml-Kaleidoscope/ to llvm-archivexgupta
2021-01-25[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJITxgupta
2020-12-15[docs][unittest][Go][StackProtector] Migrate deprecated DebugInfo::get to DIL...Fangrui Song
2020-10-18[ORC][examples] Update Kaleidoscope and BuildingAJIT tutorial series to OrcV2.Lang Hames
2020-09-15[doc] Fix broken linkHan Seoul-Oh
2020-07-21Fix typo in tutorialChris Morin
2020-06-12Update Kaleidoscope tutorial inline codeErich Keane
2020-04-23[llvm] NFC: Fix trivial typo in rst and td filesKazuaki Ishizaki
2020-03-22Doc: Links should use httpsSylvestre Ledru
2020-03-09Fix internal links in Kaleidoscope tutorialJonathan Roelofs
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki
2019-11-17[docs] Fix broken links in Kaleidoscope chapter 3Brian Gesiak
2019-11-16[Docs] Remove stray :doc: directive.kristina
2019-11-16[Docs] Fix sphinx warning.kristina
2019-11-16[Docs] Try fixing the tutorial toctreekristina
2019-11-16[Docs] Fix relative links in tutorial.kristina
2019-11-13Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner