summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl07.rst
Commit message (Collapse)AuthorAgeFilesLines
* [Docs] Try fixing the tutorial toctreekristina2019-11-161-2/+0
| | | | | | Unorphan the old tutorial and reference every page in the index explicitly. This should hopefully make Sphinx generate correct hyperlinks now.
* [Docs] Fix relative links in tutorial.kristina2019-11-161-4/+4
| | | | Update relative links in Kaleidoscope tutorial.
* Fix a few spellos in docs.Nico Weber2019-09-131-1/+1
| | | | | | (Trying to debug an incremental build thing on a bot...) llvm-svn: 371860
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
| | | | | | | | Now that we've moved to C++14, we no longer need the llvm::make_unique implementation from STLExtras.h. This patch is a mechanical replacement of (hopefully) all the llvm::make_unique instances across the monorepo. llvm-svn: 369013
* try to fix the sphinx build some moreHans Wennborg2019-04-111-0/+2
| | | | llvm-svn: 358156
* Try to fix the shpinx buildHans Wennborg2019-04-111-1/+1
| | | | llvm-svn: 358154
* Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various ↵Chris Lattner2019-04-071-0/+883
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
OpenPOWER on IntegriCloud