]> granicus.if.org Git - llvm/commit
Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various things...
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 13:14:23 +0000 (13:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2019 13:14:23 +0000 (13:14 +0000)
commitb97b21f62460aaa30e78966590721af17648f3f5
treea2e162e68bf16d02ef243dab5aaae864e586e721
parent3ae5d6c4c4894b681fe2e454cd362e294c2a1d52
Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357862 91177308-0d34-0410-b5e6-96231b3b80d8
docs/tutorial/MyFirstLanguageFrontend/LangImpl01.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl02.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl03.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl04.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl05-cfg.png [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl05.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl06.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl08.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl09.rst [new file with mode: 0644]
docs/tutorial/MyFirstLanguageFrontend/LangImpl10.rst [new file with mode: 0644]