aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2019-02-01Fix compilation of examples after 13680223b9d8 / r352827James Y Knight
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight
2019-01-27Fix some warnings on MSVCAlexandre Ganea
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-03Python compat - print statementSerge Guelton
2018-11-19Fix build break from r347239Paul Robinson
2018-11-13Add bracket that was lost in rL346727 and has been causing buildbot failures ...Simon Pilgrim
2018-11-13[BuildingAJIT] Fixing the build by inserting a forgotten paren.George Karpenkov
2018-11-13[BuildingAJIT] Clang-format chapters 1 and 2.Lang Hames
2018-11-13[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.Lang Hames
2018-10-18[BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames
2018-10-17[BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames
2018-10-15[ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames
2018-09-26[ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.Lang Hames
2018-05-30[ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames
2018-05-29Test Commit Access - Removed Whitespace Luke Geeson
2018-05-21Unbreak kaleidoscope example.Peter Collingbourne
2018-05-16[ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber
2018-04-24Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.hDavid Blaikie
2018-04-24InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie
2018-04-02[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie
2018-03-15[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames
2018-03-14Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner
2018-03-14[ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames
2018-02-14[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames
2018-02-14Update examples for API change. NFC.Rafael Espindola
2018-02-09[ORC] Remove Layer handles from the layer concept.Lang Hames
2018-02-06Add OrcJIT dependency for Kaleidoscope Chapter 9.Lang Hames
2018-02-06[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames
2017-12-20PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich
2017-09-04[ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames
2017-09-03[ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames
2017-08-15[ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames
2017-07-19Defeat another -Wunused-but-set-variable warningHans Wennborg
2017-07-13fix typos in comments and error messges; NFCHiroshi Inoue
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-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
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