summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial/BuildingAJIT1.rst
AgeCommit message (Expand)Author
2023-05-31[docs] Use ExecutorAddr::toPtr() in ORC documentation.Mike Rostecki
2023-03-27[ORC] Move most ORC APIs to ExecutorAddr, introduce ExecutorSymbolDef.Lang Hames
2021-04-15s/setGenerator/addGenerator/ in the JIT docs. NFCJon Roelofs
2020-03-22Doc: Links should use httpsSylvestre Ledru
2020-01-22[llvm] NFC: fix trivial typos in documentsKazuaki Ishizaki
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2018-10-18[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames
2018-10-17[BuildingAJIT] Simplify a tutorial example and fix a syntax error.Lang Hames
2018-10-17[BuildingAJIT] Fix a function signature in the documentation.Lang Hames
2018-10-17[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames
2018-02-06[docs] Add out-of-date warnings to the BuildingAJIT tutorial text.Lang Hames
2017-09-17[ORC][Kaleidoscope] Update ORCJit tutorial.Don Hinton
2017-08-15[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames
2017-07-10[docs] NFC: Fix links in the tutorialKirill Bobyrev
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-07-02fix some various typos in the docSylvestre Ledru
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-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