summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/include
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-161-0/+1
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-2/+2
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-021-3/+1
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-141-4/+5
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-091-11/+10
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-061-18/+20
* fix typos in comments and error messges; NFCHiroshi Inoue2017-07-131-1/+1
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-071-3/+3
* [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-11/+5
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-231-5/+11
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-231-11/+5
* [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-5/+4
* llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to ...NAKAMURA Takumi2017-02-201-2/+2
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-111-1/+24
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-2/+1
* [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames2016-08-011-4/+3
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-311-1/+1
* Fix some Include What You Use warnings in examples; other minor fixes.Eugene Zelenko2016-05-251-3/+15
* Big Kaleidoscope tutorial update.Lang Hames2015-08-261-0/+114
OpenPOWER on IntegriCloud