llvm-6502/examples/Kaleidoscope
Lang Hames ead6da39e9 [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen.
This tutorial builds on the initial kaleidoscope/orc tutorial by adding a
LazyEmittingLayer to the custom stack. This extra layer defers compilation
of modules in the JIT until they are statically referenced.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228459 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-06 23:04:53 +00:00
..
Chapter2 cmake: Add Kaleidoscope target 2015-01-06 23:39:37 +00:00
Chapter3 cmake: Add Kaleidoscope target 2015-01-06 23:39:37 +00:00
Chapter4 Reorder. 2015-01-19 00:35:33 +00:00
Chapter5 Reorder. 2015-01-19 00:35:33 +00:00
Chapter6 Reorder. 2015-01-19 00:35:33 +00:00
Chapter7 Reorder. 2015-01-19 00:35:33 +00:00
Chapter8 Reorder. 2015-01-19 00:35:33 +00:00
MCJIT Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
Orc [Orc] Add a Kaleidoscope/Orc tutorial demonstrating lazy-codegen. 2015-02-06 23:04:53 +00:00
CMakeLists.txt Manually specify the folder that Kaleidescope should reside in for CMake-produced solutions that care about such things (like MSVC). This takes the Kaleidescope target out of the root solution folder and places it into the Examples folder where it belongs. 2015-01-07 14:26:07 +00:00
Makefile Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds 2014-12-08 18:00:47 +00:00