summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl9.rst
Commit message (Collapse)AuthorAgeFilesLines
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-021-259/+0
| | | | | | | | | | | | 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
* Remove obselete reference to TypeResolve from the tutorial.Wilfred Hughes2016-03-171-4/+1
| | | | | | TypeResolve went away in r134829 in 2011. llvm-svn: 263702
* Minor grammar fix in kaleidoscope tutorial.Wilfred Hughes2016-03-171-2/+2
| | | | llvm-svn: 263700
* LLVM tutorial: fix broken links/anchorsAlex Denisov2015-12-151-1/+1
| | | | llvm-svn: 255671
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-5/+5
| | | | llvm-svn: 243999
* Fixup debug information references.Charlie Turner2015-01-241-9/+4
| | | | llvm-svn: 227020
* Update references to lines of code count.Charlie Turner2015-01-241-1/+1
| | | | | | | | The number of lines of code in Kaleidoscope has risen from the previously reported 700 to 986 according to the cloc tool. This tools was run on the toy.cpp file from Chapter 8. llvm-svn: 227019
* Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher2014-12-081-0/+267
a description of how to add debug information using DWARF and DIBuilder to the language. Thanks to David Blaikie for his assistance with this tutorial. llvm-svn: 223671
OpenPOWER on IntegriCloud