summaryrefslogtreecommitdiffstats
path: root/llvm/examples/LLJITExamples
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Fix the LLJITWithObjectCache example to address changes in ce2207abaf9.Lang Hames2020-01-291-4/+4
* [examples] Add missing dependency in llvm examplesHiroshi Inoue2020-01-111-0/+1
* [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
* [ORC] Add a utility to support dumping JIT'd objects to disk for debugging.Lang Hames2019-11-143-0/+83
* [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
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.Lang Hames2019-07-104-0/+161
OpenPOWER on IntegriCloud