summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
AgeCommit message (Expand)Author
2024-12-12[Kaleidoscope] Add mem2reg pass to function pass manager (#119707)AidinT
2023-12-24[Doc] update the usage of opt with mem2reg pass in tutorial (#76282)youkaichao
2023-01-31[Kaleidoscope] Update code snippets in text to match full code listingsDhruv Chawla
2021-06-09[docs] Fix load instructions in chapter 7 of the tutorialJim Lin
2021-01-25[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJITxgupta
2020-03-09Fix internal links in Kaleidoscope tutorialJonathan Roelofs
2019-11-16[Docs] Try fixing the tutorial toctreekristina
2019-11-16[Docs] Fix relative links in tutorial.kristina
2019-09-13Fix a few spellos in docs.Nico Weber
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-04-11try to fix the sphinx build some moreHans Wennborg
2019-04-11Try to fix the shpinx buildHans Wennborg
2019-04-07Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various t...Chris Lattner