summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-14/+14
* Add bracket that was lost in rL346727 and has been causing buildbot failures ...Simon Pilgrim2018-11-131-1/+1
* [BuildingAJIT] Clang-format chapters 1 and 2.Lang Hames2018-11-131-4/+3
* [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames2018-10-181-16/+10
* [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames2018-10-171-69/+85
* [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames2017-08-151-7/+5
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-1/+1
* [Kaleidoscope] toy.cpp use after move fixPeter Szecsi2017-05-071-1/+1
* Use print() instead of dump() in codeMatthias Braun2017-01-281-2/+4
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-181-5/+17
* [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames2016-05-231-0/+1219
OpenPOWER on IntegriCloud