summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl06.rst
Commit message (Collapse)AuthorAgeFilesLines
* unbreak linksChris Lattner2019-07-191-1/+1
| | | | llvm-svn: 366530
* replace the old kaleidoscope tutorial files with orphaned pages that forward ↵Chris Lattner2019-07-191-766/+5
| | | | | | to the new copy. llvm-svn: 366529
* [Kaleidoscope] Tiny typo fixesSjoerd Meijer2018-03-291-1/+1
| | | | | | | | | | | Fixes for "lets" references which should be "let's" in the Kaleidoscope tutorial. Patch by: Robin Dupret Differential Revision: https://reviews.llvm.org/D44990 llvm-svn: 328772
* [docs] NFC: Fix links in the tutorialKirill Bobyrev2017-07-101-2/+2
| | | | | | | | | | | | | r274441 introduced Chapter 10 of "Implementing a Language with LLVM" tutorial, which caused all files in the tutorial to start using two digit numbering. But many links were not changed and therefore appear to be broken. This patch addresses described issue. As a result, following command does not produce any output anymore: $ grep -nR '<LangImpl[0-9].html>' ./docs/tutorial/ llvm-svn: 307525
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-32/+32
| | | | | | | | | | | | | | | Many quoted code blocks were not in sync with the actual toy.cpp files. Improve tutorial text slightly in several places. Added some step descriptions crucial to avoid crashes (like InitializeNativeTarget* calls). Solve/workaround problems with Windows (JIT'ed method not found, using custom and standard library functions from host process). Patch by: Moritz Kroll <moritz.kroll@gmx.de> Differential Revision: https://reviews.llvm.org/D29864 llvm-svn: 294870
* Fix some typos in the docSylvestre Ledru2016-08-281-1/+1
| | | | llvm-svn: 279943
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-021-0/+768
This new chapter describes compiling LLVM IR to object files. The new chaper is chapter 8, so later chapters have been renumbered. Since this brings us to 10 chapters total, I've also needed to rename the other chapters to use two digit numbering. Differential Revision: http://reviews.llvm.org/D18070 llvm-svn: 274441
OpenPOWER on IntegriCloud