llvm-mirror/examples/Kaleidoscope
Lang Hames 77ed02eb3f [Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.
This tutorial demonstrates a very basic custom Orc JIT stack that performs eager
compilation: All modules are CodeGen'd immediately upon being added to the JIT.

llvm-svn: 228456
2015-02-06 22:52:04 +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/initial [Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation. 2015-02-06 22:52:04 +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