summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-17/+17
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-171-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-151-4/+4
* [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.Lang Hames2018-09-261-2/+2
* [ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames2018-05-301-35/+33
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-0/+1
* Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.hDavid Blaikie2018-04-241-0/+1
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-3/+1
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-151-3/+3
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-141-3/+3
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-141-3/+3
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-5/+5
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-6/+6
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-29/+30
* [ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames2017-09-031-1/+1
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-072-5/+5
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-041-1/+1
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-231-12/+8
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-8/+12
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-12/+8
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-221-2/+2
* [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-05-261-7/+6
* llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi2017-02-201-2/+2
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+2
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-182-7/+21
* Fix singlton -> singleton typo.Eric Christopher2016-08-261-1/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-7/+7
* [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames2016-07-151-5/+6
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-2/+2
* [Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames2016-05-273-0/+1478
OpenPOWER on IntegriCloud