summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst
AgeCommit message (Expand)Author
2025-07-21[doc][LLVM] Fix typo in the Kaleidoscope tutorial (#133675)Howard Chu
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-05-31[docs] Use ExecutorAddr::toPtr() in ORC documentation.Mike Rostecki
2023-01-31[Kaleidoscope] Update code snippets in text to match full code listingsDhruv Chawla
2022-08-07Added warning about outdated feature into Kaleidoscope tutorial textShivam Gupta
2021-01-25[Doc][NFC] Fix Kaleidoscope links, typos and add blog posts for MCJITxgupta
2020-06-12Update Kaleidoscope tutorial inline codeErich Keane
2020-03-22Doc: Links should use httpsSylvestre Ledru
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