summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/BuildingAJIT/Chapter2
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-05-07[Kaleidoscope] toy.cpp use after move fixPeter Szecsi
2017-02-20llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi
2017-01-28Use print() instead of dump() in codeMatthias Braun
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-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.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