summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/BuildingAJIT/Chapter3/KaleidoscopeJIT.h
AgeCommit message (Expand)Author
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-02-20llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi
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-08-26Fix singlton -> singleton typo.Eric Christopher
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-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.Lang Hames