summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl09.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-463/+5
| | | | | | to the new copy. llvm-svn: 366529
* PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie2017-12-201-2/+3
| | | | llvm-svn: 321214
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-57/+59
| | | | | | | | | | | | | | | 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
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-021-0/+462
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