aboutsummaryrefslogtreecommitdiff
path: root/llvm/examples
AgeCommit message (Expand)AuthorFilesLines
2017-07-19Merging r308484:Hans Wennborg1-0/+1
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue1-1/+1
2017-07-07[ORC] Errorize the ORC APIs.Lang Hames15-29/+28
2017-07-04[Orc] Remove the memory manager argument to addModule, and de-templatize theLang Hames6-13/+14
2017-06-23[ORC] Re-apply r306166 and r306168 with fix for regression test.Lang Hames6-68/+42
2017-06-23This reverts commit r306166 and r306168.Rafael Espindola6-42/+68
2017-06-23[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix theLang Hames6-68/+42
2017-06-22[ORC] Switch the object layer API from addObjectSet to addObject (singular), andLang Hames6-12/+12
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-2/+2
2017-05-26[Examples] Fix some Clang-tidy modernize-use-using and Include What You Use w...Eugene Zelenko7-44/+43
2017-05-07[Kaleidoscope] toy.cpp use after move fixPeter Szecsi6-6/+6
2017-04-11Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton5-16/+10
2017-02-20llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636.NAKAMURA Takumi5-10/+10
2017-02-20llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to ...NAKAMURA Takumi1-2/+2
2017-02-12Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPa...NAKAMURA Takumi1-0/+1
2017-02-11Update Kaleidoscope tutorial and improve Windows supportMehdi Amini8-27/+90
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier1-1/+1
2017-01-28Use print() instead of dump() in codeMatthias Braun17-36/+67
2017-01-26Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]NAKAMURA Takumi1-1/+1
2017-01-17BrainF example: fixing output buffering issueBoris Ulasevich1-0/+4
2016-12-15BrainF example: fixing segfault caused by outdated code with missing MCJIT de...Boris Ulasevich2-0/+7
2016-12-08Prune unused libdeps.NAKAMURA Takumi1-1/+0
2016-11-20ExceptionDemo: remove some undefined behaviourSaleem Abdulrasool1-14/+17
2016-11-20ExceptionDemo: prefer headers over redeclarationsSaleem Abdulrasool1-63/+9
2016-11-18[Examples] Fix some Clang-tidy modernize-use-default and Include What You Use...Eugene Zelenko18-56/+216
2016-11-11[Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes.Lang Hames1-13/+3
2016-11-11[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.Lang Hames2-5/+5
2016-11-11[ORC] Revert r286620 while I investigate a bot failure.Lang Hames2-5/+5
2016-11-11[ORC] Refactor the ORC RPC utilities to add some new features.Lang Hames2-5/+5
2016-11-11Fix examples files to reflect header split in r286566.Teresa Johnson2-2/+2
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-10-19[BuildingAJIT] Use the remote target triple to construct the TargetMachine inLang Hames1-1/+2
2016-10-19[BuildingAJIT] Make the chapter 5 server export symbols.Lang Hames1-0/+2
2016-09-19[Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper.Lang Hames2-22/+15
2016-09-11[ORC] Update examples for header changes in r281171.Lang Hames1-2/+2
2016-08-26Fix singlton -> singleton typo.Eric Christopher5-5/+5
2016-08-17Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner1-2/+2
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-2/+1
2016-08-01[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.Lang Hames6-35/+33
2016-07-15[Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3.Lang Hames3-14/+17
2016-07-02New Kaleidoscope chapter: Creating object filesWilfred Hughes4-328/+1552
2016-06-11[MCJIT] Update MCJIT and get the fibonacci example working again.Lang Hames2-0/+3
2016-05-31[Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol.Lang Hames6-8/+8
2016-05-30[Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now.Lang Hames1-1/+3
2016-05-30[Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.Lang Hames7-0/+1789
2016-05-27[Kaleidoscope][Orc] Remove the reference to the Orc directory that was removedLang Hames1-1/+0
2016-05-27[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series.Lang Hames13-5684/+0
2016-05-27[Kaleidoscope][BuildingAJIT] Add code for chapter 4.Lang Hames4-0/+1479
2016-05-26[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames1-4/+0
2016-05-26[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames1-0/+1