Blender Git Commit Log
Git Commits -> Revision 075f60c
June 19, 2016, 12:50 (GMT) |
Moved old bvm codegen and function files into bvm module. The intern and compile modules are now truly independent from backends (llvm and bvm). |
Commit Details:
Full Hash: 075f60c6f53f0b59e0cb2805942684bbbec4e44e
Parent Commit: ff3c066
Lines Changed: +1371, -1372
5 Added Paths:
/source/blender/blenvm/bvm/bvm_codegen.cc (+678, -0) (View)
/source/blender/blenvm/bvm/bvm_codegen.h (+175, -0) (View)
/source/blender/blenvm/bvm/bvm_codegen_debug.cc (+298, -0) (View)
/source/blender/blenvm/bvm/bvm_function.cc (+120, -0) (View)
/source/blender/blenvm/bvm/bvm_function.h (+94, -0) (View)
/source/blender/blenvm/bvm/bvm_codegen.h (+175, -0) (View)
/source/blender/blenvm/bvm/bvm_codegen_debug.cc (+298, -0) (View)
/source/blender/blenvm/bvm/bvm_function.cc (+120, -0) (View)
/source/blender/blenvm/bvm/bvm_function.h (+94, -0) (View)
5 Deleted Paths:
/source/blender/blenvm/compile/bvm_codegen.cc (+0, -678)
/source/blender/blenvm/compile/bvm_codegen.h (+0, -175)
/source/blender/blenvm/compile/bvm_codegen_debug.cc (+0, -298)
/source/blender/blenvm/compile/bvm_function.cc (+0, -120)
/source/blender/blenvm/compile/bvm_function.h (+0, -94)
/source/blender/blenvm/compile/bvm_codegen.h (+0, -175)
/source/blender/blenvm/compile/bvm_codegen_debug.cc (+0, -298)
/source/blender/blenvm/compile/bvm_function.cc (+0, -120)
/source/blender/blenvm/compile/bvm_function.h (+0, -94)