summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merging r308484:Hans Wennborg2017-07-191-0/+1
* fix typos in comments and error messges; NFCHiroshi Inoue2017-07-131-1/+1
* [ORC] Errorize the ORC APIs.Lang Hames2017-07-0715-29/+28
* [Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames2017-07-046-13/+14
* [ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames2017-06-236-68/+42
* This reverts commit r306166 and r306168.Rafael Espindola2017-06-236-42/+68
* [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames2017-06-236-68/+42
* [ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames2017-06-226-12/+12
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko2017-05-267-44/+43
* [Kaleidoscope] toy.cpp use after move fixPeter Szecsi2017-05-076-6/+6
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-115-16/+10
* llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi2017-02-205-10/+10
* llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to ...NAKAMURA Takumi2017-02-201-2/+2
* Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPa...NAKAMURA Takumi2017-02-121-0/+1
* Update Kaleidoscope tutorial and improve Windows supportMehdi Amini2017-02-118-27/+90
* [CMake] Fix pthread handling for out-of-tree buildsEric Fiselier2017-02-101-1/+1
* Use print() instead of dump() in codeMatthias Braun2017-01-2817-36/+67
* Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]NAKAMURA Takumi2017-01-261-1/+1
* BrainF example: fixing output buffering issueBoris Ulasevich2017-01-171-0/+4
* BrainF example: fixing segfault caused by outdated code with missing MCJIT de...Boris Ulasevich2016-12-152-0/+7
* Prune unused libdeps.NAKAMURA Takumi2016-12-081-1/+0
* ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool2016-11-201-14/+17
* ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool2016-11-201-63/+9
* [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko2016-11-1818-56/+216
* [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
* Fix examples files to reflect header split in r286566.Teresa Johnson2016-11-112-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [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
* [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames2016-09-192-22/+15
* [ORC] Update examples for header changes in r281171.Lang Hames2016-09-111-2/+2
* Fix singlton -> singleton typo.Eric Christopher2016-08-265-5/+5
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* 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-016-35/+33
* [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames2016-07-153-14/+17
* New Kaleidoscope chapter: Creating object filesWilfred Hughes2016-07-024-328/+1552
* [MCJIT] Update MCJIT and get the fibonacci example working again.Lang Hames2016-06-112-0/+3
* [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames2016-05-316-8/+8
* [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.Lang Hames2016-05-301-1/+3
* [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames2016-05-307-0/+1789
* [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removedLang Hames2016-05-271-1/+0
* [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames2016-05-2713-5684/+0
* [Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames2016-05-274-0/+1479
* [Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames2016-05-261-4/+0
* [Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames2016-05-261-0/+1