teak-llvm/llvm/examples
Lang Hames bb7a5707ac [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin.
ObjectLinkingLayer::Plugin instances can be used to receive events from
ObjectLinkingLayer, and to inspect/modify JITLink linker graphs. This example
shows how to write and set up a plugin to dump the linker graph at various
points in the linking process.
2020-01-23 19:18:16 -08:00
..
BrainF
Bye Fix several issues with compiler extensions 2020-01-10 10:10:20 +01:00
ExceptionDemo
Fibonacci
HowToUseJIT
HowToUseLLJIT
IRTransforms Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
Kaleidoscope [ORC] Update examples to incorporate changes in ce2207abaf. 2020-01-21 20:37:14 -08:00
LLJITExamples [examples][ORC] Add an example of how to use a custom ObjectLinkingLayer plugin. 2020-01-23 19:18:16 -08:00
ModuleMaker
OCaml-Kaleidoscope
ParallelJIT
SpeculativeJIT [ORC] Update examples to incorporate changes in ce2207abaf. 2020-01-21 20:37:14 -08:00
CMakeLists.txt Re-apply "[Examples] Add IRTransformations directory to examples." 2020-01-04 15:47:23 +00:00
LLVMBuild.txt