summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst
AgeCommit message (Collapse)Author
2025-08-01[llvm] Proofread *.rst (#151087)Kazu Hirata
This patch hyphenates words that are used as adjecives, such as: - architecture specific - human readable - implementation defined - language independent - language specific - machine readable - machine specific - target independent - target specific
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch
2021-02-27[llvm] Fix typos in documentation (NFC)Kazu Hirata
2019-11-16[Docs] Try fixing the tutorial toctreekristina
Unorphan the old tutorial and reference every page in the index explicitly. This should hopefully make Sphinx generate correct hyperlinks now.
2019-11-16[Docs] Fix relative links in tutorial.kristina
Update relative links in Kaleidoscope tutorial.
2019-04-11try to fix the sphinx build some moreHans Wennborg
llvm-svn: 358156
2019-04-07Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various ↵Chris Lattner
things, aligning with the direction of the WiCT workshop, and Meike Baumgärtner's view of how this should work. The old version of the documentation is unmodified, this is an experiment. llvm-svn: 357862