Blender Git Loki
Git Commits -> Revision f19a6f3
May 24, 2016, 09:36 (GMT) |
Cleanup: renamed "codegen" files to "compiler" and split the implementation. |
Commit Details:
Full Hash: f19a6f39c562586599711d507682aef70c5d1db9
Parent Commit: 0e8cd49
Lines Changed: +1227, -1127
4 Added Paths:
/source/blender/blenvm/llvm/llvm_compiler.cc (+516, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler.h (+159, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+378, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler_simple.cc (+169, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler.h (+159, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler_dual.cc (+378, -0) (View)
/source/blender/blenvm/llvm/llvm_compiler_simple.cc (+169, -0) (View)
2 Deleted Paths:
/source/blender/blenvm/llvm/llvm_codegen.cc (+0, -965)
/source/blender/blenvm/llvm/llvm_codegen.h (+0, -159)
/source/blender/blenvm/llvm/llvm_codegen.h (+0, -159)