Adding example source to support MCJIT/Kaleidoscope blog posts.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 22 Jul 2013 18:47:24 +0000 (18:47 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 22 Jul 2013 18:47:24 +0000 (18:47 +0000)
commitdbbbccc3492aa7f91f21d8902cfb0b766dabb849
treed9b8fba2bc3e5b1edf4f7ad992407288c0a8a27f
parent8945f753edf14b998fe57fd0a8b675b61aeb0164
Adding example source to support MCJIT/Kaleidoscope blog posts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186854 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
examples/Kaleidoscope/MCJIT/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/split-lib.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/toy-jit.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/cached/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/split-lib.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/complete/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/initial/toy.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/Makefile [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/README.txt [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/genk-timing.py [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp [new file with mode: 0644]
examples/Kaleidoscope/MCJIT/lazy/toy.cpp [new file with mode: 0644]