summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend/LangImpl08.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.
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
| | | | | | | Avoids the need to include TargetMachine.h from various places just for an enum. Various other enums live here, such as the optimization level, TLS model, etc. Data suggests that this change probably doesn't matter, but it seems nice to have anyway.
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
| | | | | | F_{None,Text,Append} are kept for compatibility since r334221. llvm-svn: 367800
* Point to the dusted off version of the kaleidoscope tutorial.Chris Lattner2019-07-191-1/+1
| | | | llvm-svn: 366528
* 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/+218
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