Blender Git Commit Log
Git Commits -> Revision 910d7d4
Revision 910d7d4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 2, 2019, 11:14 (GMT) |
compile llvm to tuple call |
Commit Details:
Full Hash: 910d7d4be0c43e76cfe110617462a540a48bb6ed
Parent Commit: 5ad9010
Lines Changed: +259, -1
4 Added Paths:
/source/blender/functions/backends/llvm/llvm_gen.cpp (+16, -0) (View)
/source/blender/functions/backends/llvm/llvm_gen.hpp (+23, -0) (View)
/source/blender/functions/backends/llvm/to_tuple_call.cpp (+158, -0) (View)
/source/blender/functions/backends/llvm/to_tuple_call.hpp (+14, -0) (View)
/source/blender/functions/backends/llvm/llvm_gen.hpp (+23, -0) (View)
/source/blender/functions/backends/llvm/to_tuple_call.cpp (+158, -0) (View)
/source/blender/functions/backends/llvm/to_tuple_call.hpp (+14, -0) (View)
5 Modified Paths:
/source/blender/functions/backends/tuple_call/tuple.hpp (+10, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+18, -0) (Diff)
/source/blender/functions/FN_llvm.hpp (+3, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+13, -0) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+18, -0) (Diff)
/source/blender/functions/FN_llvm.hpp (+3, -1) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+13, -0) (Diff)