summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope
AgeCommit message (Expand)Author
2017-12-20PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie
2017-09-04[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames
2017-09-03[ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames
2017-08-15[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames
2017-05-26[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko
2017-05-07[Kaleidoscope] toy.cpp use after move fixPeter Szecsi
2017-02-20llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi
2017-02-20llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to ...NAKAMURA Takumi
2017-02-12Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPa...NAKAMURA Takumi
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini
2017-01-28Use print() instead of dump() in codeMatthias Braun
2017-01-26Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]NAKAMURA Takumi
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko
2016-11-11[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.Lang Hames
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames
2016-10-19[BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames
2016-10-19[BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames
2016-09-19[Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames
2016-09-11[ORC] Update examples for header changes in r281171.Lang Hames
2016-08-26Fix singlton -> singleton typo.Eric Christopher
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames
2016-07-15[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames
2016-07-02New Kaleidoscope chapter: Creating object filesWilfred Hughes
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-30[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.Lang Hames
2016-05-30[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames
2016-05-27[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removedLang Hames
2016-05-27[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames
2016-05-27[Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Make the optimizeModule method for Chapter2Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJITLang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.Lang Hames
2016-05-25[Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModuleLang Hames
2016-05-25Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko
2016-05-23[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames
2016-05-22[Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames