summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fixed errors in docs.Alexander Kornienko2016-07-181-0/+3
* [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames2016-07-151-6/+127
* fix some various typos in the docSylvestre Ledru2016-07-023-5/+5
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-0212-27/+248
* [Kaleidoscope][BuildingAJIT] Remove some superfluous commas in Chapter 2.Lang Hames2016-06-201-2/+2
* [Kaleidoscope][BuildingAJIT] Fix a punctuation mistake in Chapter 2.Lang Hames2016-06-201-1/+1
* Remove the ScalarReplAggregates passDavid Majnemer2016-06-152-2/+2
* Fix some typos in the Kaleidoscope tutorial (PR28120)Hans Wennborg2016-06-143-15/+15
* [Kaleidoscope] Update Chapter 3 of the "Implementing a Language" tutorial toLang Hames2016-06-071-8/+14
* [Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title.Lang Hames2016-06-061-3/+3
* [Kaleidoscope][BuildingAJIT] More cleanup of Chapter 2.Lang Hames2016-06-061-17/+18
* [Kaleidoscope][BuildingAJIT] Clean up sentence, remove comments from code block.Lang Hames2016-06-061-4/+2
* [Kaleidoscope][BuildingAJIT] Split up the code-block describing the substitutionLang Hames2016-06-061-0/+8
* [Kaleidoscope][BuildingAJIT] Fix code-blocks in Chapter 2.Lang Hames2016-06-061-4/+4
* [Kaleidoscope][BuildingAJIT] Add tutorial text for Chapter 2.Lang Hames2016-06-061-13/+292
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-1/+1
* [Kaleidoscope][BuildingAJIT] Finish off Chapter 1.Lang Hames2016-05-301-91/+105
* [Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text.Lang Hames2016-05-301-0/+55
* [Kaleidoscope][BuildingAJIT] Add stub chapter text for Building A JIT Chapter 4.Lang Hames2016-05-271-0/+48
* [Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.Lang Hames2016-05-261-2/+2
* [Kaleidoscope][BuildingAJIT] Add docs for Chapter 3 of the Building A JITLang Hames2016-05-261-0/+47
* [Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc.Lang Hames2016-05-261-0/+50
* [KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.Lang Hames2016-05-251-2/+2
* [Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorialLang Hames2016-05-252-2/+2
* [Kaleidoscope][BuildingAJIT] Fix code-block indents.Lang Hames2016-05-251-33/+33
* [Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames2016-05-251-20/+100
* [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames2016-05-232-0/+291
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-145-22/+23
* [Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames2016-03-253-28/+28
* [Kaleidoscope] Fix 'Error' name clashes.Lang Hames2016-03-252-16/+16
OpenPOWER on IntegriCloud