summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add deprecation warnings to ORCv1 layers and utilities.Lang Hames2019-07-174-23/+26
* [ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.Lang Hames2019-07-106-0/+170
* Add a HowToUseLLJIT example project.Lang Hames2019-05-223-0/+85
* [JITLink] Update BuildingAJIT tutorials to account for API changes in r358818.Lang Hames2019-04-202-2/+4
* [Kaleidoscope] Fix symbol resolver to search in reverse order.Lang Hames2019-02-211-1/+1
* Fix compilation of examples after 13680223b9d8 / r352827James Y Knight2019-02-014-14/+18
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-016-31/+33
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-316-33/+31
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-316-31/+33
* Fix some warnings on MSVCAlexandre Ganea2019-01-271-0/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Python compat - print statementSerge Guelton2019-01-035-13/+23
* Fix build break from r347239Paul Robinson2018-11-191-3/+2
* Add bracket that was lost in rL346727 and has been causing buildbot failures ...Simon Pilgrim2018-11-131-1/+1
* [BuildingAJIT] Fixing the build by inserting a forgotten paren.George Karpenkov2018-11-131-1/+1
* [BuildingAJIT] Clang-format chapters 1 and 2.Lang Hames2018-11-133-12/+7
* [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.Lang Hames2018-11-132-133/+126
* [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients.Lang Hames2018-10-182-36/+38
* [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs.Lang Hames2018-10-172-125/+116
* [ORC] Rename ORC layers to make the "new" ORC layers the default.Lang Hames2018-10-156-22/+22
* [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059.Lang Hames2018-09-262-4/+4
* [ORC] Update JITCompileCallbackManager to support multi-threaded code.Lang Hames2018-05-304-76/+76
* Test Commit Access - Removed Whitespace Luke Geeson2018-05-291-3/+3
* Unbreak kaleidoscope example.Peter Collingbourne2018-05-211-1/+1
* [ORC] Rewrite the VSO symbol table yet again. Update related utilities.Lang Hames2018-05-166-0/+6
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-297-8/+8
* Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.hDavid Blaikie2018-04-244-3/+7
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-244-5/+9
* [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.Lang Hames2018-04-026-17/+6
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-2/+3
* [ORC] Re-apply r327566 with a fix for test-global-ctors.ll.Lang Hames2018-03-154-12/+12
* Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."Reid Kleckner2018-03-144-12/+12
* [ORC] Switch from shared_ptr to unique_ptr for addModule methods.Lang Hames2018-03-144-12/+12
* [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into aLang Hames2018-02-146-29/+31
* Update examples for API change. NFC.Rafael Espindola2018-02-142-2/+2
* [ORC] Remove Layer handles from the layer concept.Lang Hames2018-02-096-39/+39
* Add OrcJIT dependency for Kaleidoscope Chapter 9.Lang Hames2018-02-061-0/+1
* [ORC] Start migrating ORC layers to use the new ORC Core.h APIs.Lang Hames2018-02-0612-155/+170
* PR35705: Fix Chapter 9 example code for API changes to DIBuilderDavid Blaikie2017-12-202-2/+4
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* Fix broken links to the Itanium CXX ABIVlad Tsyrklevich2017-09-121-8/+8
* [ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduceLang Hames2017-09-042-16/+4
* [ORC] Add an Error return to the JITCompileCallbackManager::grow method.Lang Hames2017-09-032-2/+2
* [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORCLang Hames2017-08-152-7/+9
* Defeat another -Wunused-but-set-variable warningHans 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