summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [docs] Fix broken links in Kaleidoscope chapter 3Brian Gesiak2019-11-171-4/+4
* [Docs] Remove stray :doc: directive.kristina2019-11-161-1/+1
* [Docs] Fix sphinx warning.kristina2019-11-161-1/+1
* [Docs] Try fixing the tutorial toctreekristina2019-11-1612-27/+21
* [Docs] Fix relative links in tutorial.kristina2019-11-165-22/+22
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
* Fix a few spellos in docs.Nico Weber2019-09-132-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-158-31/+31
* [docs] Fix sphinx doc generation errorsJordan Rupprecht2019-08-141-3/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Docs] Fix sphinx warning in OCamlLangImpl5.rstFrancis Visoiu Mistrih2019-07-301-1/+1
* unbreak linksChris Lattner2019-07-1911-11/+11
* replace the old kaleidoscope tutorial files with orphaned pages that forward ...Chris Lattner2019-07-1913-5638/+47
* Point to the dusted off version of the kaleidoscope tutorial.Chris Lattner2019-07-192-2/+4
* Fix missing arguments in tutorialHans Wennborg2019-04-121-1/+1
* try to fix the sphinx build some moreHans Wennborg2019-04-1111-0/+22
* Try to fix the shpinx buildHans Wennborg2019-04-119-9/+9
* last changes for nowChris Lattner2019-04-071-2/+2
* various improvements in wording, also unbreak the botChris Lattner2019-04-073-42/+44
* make a bunch of cleanups in wording and toneChris Lattner2019-04-071-75/+52
* remove some unhelpful language from the tutorialChris Lattner2019-04-072-7/+106
* Copy the C++ kaleidoscope tutorial into a subdirectory and clean up various t...Chris Lattner2019-04-0711-0/+5560
* [Docs] Add note about legacy PM to Ch4 of tutorialKristina Brooks2019-03-121-0/+8
* Fixed code snippet in Kaleidoscope tutorial to reflect final full code listingWilfred Hughes2019-02-161-1/+1
* [BuildingAJIT] Clang-format chapters 1 and 2.Lang Hames2018-11-131-2/+2
* [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.Lang Hames2018-11-131-202/+145
* [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames2018-10-181-80/+84
* [BuildingAJIT] Simplify a tutorial example and fix a syntax error.Lang Hames2018-10-171-3/+2
* [BuildingAJIT] Fix a function signature in the documentation.Lang Hames2018-10-171-2/+2
* [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames2018-10-171-239/+156
* [docs] Fix a typo in KaleidoscopeJIT tutorialStephane Sezer2018-05-081-1/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [Kaleidoscope] Tiny typo fixesSjoerd Meijer2018-03-295-14/+14
* [Kaleidoscope] doc fixSjoerd Meijer2018-03-201-5/+5
* [docs] Add out-of-date warnings to the BuildingAJIT tutorial text.Lang Hames2018-02-063-0/+15
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-291-1/+1
* [NFC] fix trivial typos in comments and documentsHiroshi Inoue2018-01-261-1/+1
* [NFC] fix trivial typos in documentsHiroshi Inoue2018-01-161-1/+1
* PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie2017-12-201-2/+3
* [ORC][Kaleidoscope] Update ORCJit tutorial.Don Hinton2017-09-175-102/+101
* [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames2017-08-151-77/+100
* [docs] NFC: Fix links in the tutorialKirill Bobyrev2017-07-108-16/+16
* Remove redundant code block and update comment.Sylvestre Ledru2017-03-041-13/+1
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-118-169/+237
* Use print() instead of dump() in codeMatthias Braun2017-01-281-2/+4
* [Docs] Fix a broken link in the Kaleidoscope tutorial.Davide Italiano2016-09-131-1/+1
* Fix some typos in the docSylvestre Ledru2016-08-282-2/+2
* [BuildingAJIT] Fix a couple of typos in the Chapter 3 draft.Lang Hames2016-08-081-6/+6
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-013-32/+32
* [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.Lang Hames2016-07-191-33/+46
OpenPOWER on IntegriCloud