summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5
Commit message (Expand)AuthorAgeFilesLines
* [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-8/+9
* [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-262-20/+20
* 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-183-15/+34
* [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
* [ORC] Update examples for header changes in r281171.Lang Hames2016-09-111-2/+2
* Fix singlton -> singleton typo.Eric Christopher2016-08-261-1/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-9/+8
* [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames2016-07-151-6/+7
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-2/+2
* [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames2016-05-306-0/+1788
OpenPOWER on IntegriCloud