summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial
AgeCommit message (Expand)Author
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-06-14Fix some typos in the Kaleidoscope tutorial (PR28120)Hans Wennborg
2016-06-07[Kaleidoscope] Update Chapter 3 of the "Implementing a Language" tutorial toLang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title.Lang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] More cleanup of Chapter 2.Lang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] Clean up sentence, remove comments from code block.Lang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] Split up the code-block describing the substitutionLang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] Fix code-blocks in Chapter 2.Lang Hames
2016-06-06[Kaleidoscope][BuildingAJIT] Add tutorial text for Chapter 2.Lang Hames
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-30[Kaleidoscope][BuildingAJIT] Finish off Chapter 1.Lang Hames
2016-05-30[Kaleidoscope][BuildingAJIT] Add stub Chapter 5 text.Lang Hames
2016-05-27[Kaleidoscope][BuildingAJIT] Add stub chapter text for Building A JIT Chapter 4.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add docs for Chapter 3 of the Building A JITLang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc.Lang Hames
2016-05-25[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta from Chapter 1.Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Shorten the name of the BuildingAJIT tutorialLang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Fix code-block indents.Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames
2016-05-23[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames
2016-04-14Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini
2016-03-25[Kaleidoscope] Rename Error -> LogError in Chapters 2-5.Lang Hames
2016-03-25[Kaleidoscope] Fix 'Error' name clashes.Lang Hames
2016-03-17Remove obselete reference to TypeResolve from the tutorial.Wilfred Hughes
2016-03-17Minor grammar fix in kaleidoscope tutorial.Wilfred Hughes
2016-03-17Further typo fixes in kaleidoscope tutorial.Wilfred Hughes
2016-03-17Fix typo in kaleidoscope tutorial.Wilfred Hughes
2016-02-14Fix some typos in the llvm docSylvestre Ledru
2015-12-15LLVM tutorial: fix broken links/anchorsAlex Denisov
2015-11-15[Docs] Fix typoAlex Denisov
2015-11-05Update tutorial for debug info IR change.Peter Collingbourne
2015-08-27Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sureLang Hames
2015-08-27Revert r246175 to get builder green again.Lang Hames
2015-08-27Add Kaleidoscope regression tests.Lang Hames
2015-08-26[Kaleidoscope] Fix a typo in Chapter 5.Lang Hames
2015-08-26Big Kaleidoscope tutorial update.Lang Hames
2015-08-19[Kaleidoscope] More inter-chapter diff reduction.Lang Hames
2015-08-19[Kaleidoscope] Clang-format the Kaleidoscope tutorials.Lang Hames
2015-08-18[Kaleidoscope] Start C++11'ifying the kaleidoscope tutorials.Lang Hames
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner
2015-07-31DI: Rewrite the DIBuilder local variable APIDuncan P. N. Exon Smith
2015-07-24DI/Verifier: Fix argument bitrot in DILocalVariableDuncan P. N. Exon Smith
2015-04-29IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith
2015-04-18docs: Update Kaleidoscope for recent DI changesDuncan P. N. Exon Smith
2015-04-14Correct 'teh' and other typos / repeated words.Ed Maste
2015-03-31[docs] Fix typo.Sean Silva
2015-03-17[docs] Fix some malformed links.Sean Silva
2015-02-07Rename the 'Extending the Language: Debug Information' to 'Adding Debug Infor...David Blaikie
2015-01-24Fixup debug information references.Charlie Turner