summaryrefslogtreecommitdiffstats
path: root/llvm/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler extension example cmake integrationserge-sans-paille2020-01-071-0/+6
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-046-0/+497
* Add intrinsics_gen *dependency* on Bye exampleserge-sans-paille2020-01-021-3/+5
* Add intrinsics_gen dependency on Bye exampleserge-sans-paille2020-01-021-0/+2
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-023-0/+83
* [examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer.Lang Hames2019-12-154-17/+15
* [examples] Update LLJITWithJITLink example for change in c0143f37dab.Lang Hames2019-12-151-11/+9
* [Kaleidoscope][BuildingAJIT] Add a missing std::move.Lang Hames2019-12-151-1/+1
* [ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames2019-12-053-22/+26
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-021-12/+3
* Revert "[Examples] Add IRTransformations directory to examples."Florian Hahn2019-12-016-497/+0
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-143-0/+83
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-1/+1
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Fix build with shared libraries. NFC.Michael Liao2019-11-121-0/+6
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-126-0/+490
* Break out OrcError and RPCChris Bieneman2019-10-291-1/+1
* [examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.Lang Hames2019-10-211-0/+1
* [examples] Fix some comments in the LLJITWithJITLink exampleLang Hames2019-10-181-2/+2
* [examples] Add an example of how to use JITLink and small-code-model with LLJIT.Lang Hames2019-10-183-0/+82
* [Orc] Roll back ThreadPool to std::functionBenjamin Kramer2019-09-131-1/+3
* [Orc] Address the remaining move-capture FIXMEsBenjamin Kramer2019-09-131-3/+1
* [ORCv2] - New Speculate Query ImplementationPraveen Velliengiri2019-08-271-4/+1
* [ORC] Make sure we linker-mangle symbol names in the SpeculationLayer.Lang Hames2019-08-181-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1524-194/+194
* [ORC] Fix SpeculativeJIT example code broken by r368707.Lang Hames2019-08-131-6/+7
* [ORC] Fix BuildingAJIT tutorial code broken by r368707.Lang Hames2019-08-132-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-2/+2
* Speculative CompilationPraveen Velliengiri2019-08-033-0/+212
* [ORC] Change the locking scheme for ThreadSafeModule.Lang Hames2019-08-021-14/+16
* [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
OpenPOWER on IntegriCloud