Blender Git Commit Log
Git Commits -> Revision 926bdb8
May 31, 2016, 08:09 (GMT) |
Removed the WITH_IRMODULES option, used previously for loading IR code from text files. This approach suffers from difficulty of generating machine-independent IR code and is better generated using the C++ API directly. The llc tool can be used to suggest implementations with C++ API usage, see for example http://fdiv.net/2012/11/16/llvm-generates-code-that-generates-code |
Commit Details:
Full Hash: 926bdb8a055f4bde6026043d2fee5c3390bf819b
Parent Commit: 37db749
Lines Changed: +16, -241
8 Modified Paths:
/CMakeLists.txt (+0, -2) (Diff)
/source/blender/blenvm/CMakeLists.txt (+13, -0) (Diff)
/source/blender/blenvm/llvm/CMakeLists.txt (+0, -71) (Diff)
/source/blender/blenvm/llvm/llvm_compiler.cc (+1, -2) (Diff)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+2, -4) (Diff)
/source/blender/blenvm/llvm/llvm_engine.cc (+0, -5) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+0, -149) (Diff)
/source/blender/blenvm/llvm/llvm_modules.h (+0, -8) (Diff)
/source/blender/blenvm/CMakeLists.txt (+13, -0) (Diff)
/source/blender/blenvm/llvm/CMakeLists.txt (+0, -71) (Diff)
/source/blender/blenvm/llvm/llvm_compiler.cc (+1, -2) (Diff)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+2, -4) (Diff)
/source/blender/blenvm/llvm/llvm_engine.cc (+0, -5) (Diff)
/source/blender/blenvm/llvm/llvm_modules.cc (+0, -149) (Diff)
/source/blender/blenvm/llvm/llvm_modules.h (+0, -8) (Diff)