summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Update examples to incorporate changes in ce2207abaf9.Lang Hames2020-01-292-2/+4
* [examples] Add missing dependency in llvm examplesHiroshi Inoue2020-01-112-0/+2
* [Kaleidoscope][BuildingAJIT] Add a missing std::move.Lang Hames2019-12-151-1/+1
* [ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames2019-12-052-12/+15
* Break out OrcError and RPCChris Bieneman2019-10-291-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1510-87/+87
* [ORC] Fix BuildingAJIT tutorial code broken by r368707.Lang Hames2019-08-132-2/+2
* [ORC] Change the locking scheme for ThreadSafeModule.Lang Hames2019-08-021-14/+16
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-173-18/+22
* [JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.Lang Hames2019-04-202-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Add bracket that was lost in rL346727 and has been causing buildbot failures ...Simon Pilgrim2018-11-131-1/+1
* [BuildingAJIT] Fixing the build by inserting a forgotten paren.George Karpenkov2018-11-131-1/+1
* [BuildingAJIT] Clang-format chapters 1 and 2.Lang Hames2018-11-133-12/+7
* [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.Lang Hames2018-11-132-133/+126
* [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames2018-10-182-36/+38
* [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames2018-10-172-125/+116
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-155-20/+20
* [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.Lang Hames2018-09-262-4/+4
* [ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames2018-05-304-76/+76
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-165-0/+5
* Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.hDavid Blaikie2018-04-244-3/+7
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-025-14/+5
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-154-12/+12
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-144-12/+12
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-144-12/+12
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-145-25/+26
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-095-28/+29
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-067-137/+146
* [ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames2017-09-042-16/+4
* [ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames2017-09-032-2/+2
* [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames2017-08-152-7/+9
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-0710-22/+21
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-045-12/+13
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-235-57/+37
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-235-37/+57
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-235-57/+37
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-225-10/+10
* [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-05-266-39/+39
* [Kaleidoscope] toy.cpp use after move fixPeter Szecsi2017-05-073-3/+3
* llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi2017-02-205-10/+10
* Use print() instead of dump() in codeMatthias Braun2017-01-285-8/+16
* Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]NAKAMURA Takumi2017-01-261-1/+1
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-1811-43/+114
* [Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.Lang Hames2016-11-111-13/+3
* [ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2016-11-112-5/+5
* [ORC] Revert r286620 while I investigate a bot failure.Lang Hames2016-11-112-5/+5
* [ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2016-11-112-5/+5
* [BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames2016-10-191-1/+2
* [BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames2016-10-191-0/+2
OpenPOWER on IntegriCloud