summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/MyFirstLanguageFrontend
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Fix broken links in Kaleidoscope chapter 3Brian Gesiak2019-11-171-4/+4
| | | | | | | Several links in this document referred to `LangImpl4.html` or `LangImpl7.html`. However, now these pages use two digits, so for these links to function they need to be modified to `LangImpl04.html`, and so on -- note the extra `0`.
* [Docs] Remove stray :doc: directive.kristina2019-11-161-1/+1
|
* [Docs] Fix sphinx warning.kristina2019-11-161-1/+1
| | | | Fix sphinx warning over an ambigious reference.
* [Docs] Try fixing the tutorial toctreekristina2019-11-1611-22/+17
| | | | | | 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-165-22/+22
| | | | Update relative links in Kaleidoscope tutorial.
* 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.
* Fix a few spellos in docs.Nico Weber2019-09-132-2/+2
| | | | | | (Trying to debug an incremental build thing on a bot...) llvm-svn: 371860
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-156-24/+24
| | | | | | | | 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
* 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
* replace the old kaleidoscope tutorial files with orphaned pages that forward ↵Chris Lattner2019-07-191-2/+0
| | | | | | to the new copy. llvm-svn: 366529
* 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-1111-0/+22
| | | | llvm-svn: 358156
* Try to fix the shpinx buildHans Wennborg2019-04-118-8/+8
| | | | llvm-svn: 358154
* last changes for nowChris Lattner2019-04-071-2/+2
| | | | llvm-svn: 357868
* various improvements in wording, also unbreak the botChris Lattner2019-04-072-41/+43
| | | | llvm-svn: 357867
* make a bunch of cleanups in wording and toneChris Lattner2019-04-071-75/+52
| | | | llvm-svn: 357865
* remove some unhelpful language from the tutorialChris Lattner2019-04-071-0/+104
| | | | llvm-svn: 357863
* Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various ↵Chris Lattner2019-04-0711-0/+5560
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