Blender Git Loki
Git Commits -> Revision 0e177a3
Revision 0e177a3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) March 3, 2019, 12:53 (GMT) |
initial llvm wrapper for tuple call |
Commit Details:
Full Hash: 0e177a3b5078a450f45e15271e8a9a0a31645634
Parent Commit: 149e6aa
Lines Changed: +252, -28
4 Added Paths:
/source/blender/functions/backends/llvm/from_tuple_call.cpp (+109, -0) (View)
/source/blender/functions/backends/llvm/from_tuple_call.hpp (+13, -0) (View)
/source/blender/functions/backends/llvm/ir_utils.cpp (+57, -0) (View)
/source/blender/functions/backends/llvm/ir_utils.hpp (+32, -0) (View)
/source/blender/functions/backends/llvm/from_tuple_call.hpp (+13, -0) (View)
/source/blender/functions/backends/llvm/ir_utils.cpp (+57, -0) (View)
/source/blender/functions/backends/llvm/ir_utils.hpp (+32, -0) (View)
8 Modified Paths:
/source/blender/functions/backends/llvm/llvm_types.cpp (+7, -0) (Diff)
/source/blender/functions/backends/llvm/llvm_types.hpp (+4, -0) (Diff)
/source/blender/functions/backends/llvm/to_tuple_call.cpp (+3, -20) (Diff)
/source/blender/functions/backends/tuple_call/tuple.hpp (+9, -2) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+9, -5) (Diff)
/source/blender/functions/FN_llvm.hpp (+2, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -0) (Diff)
/source/blender/functions/backends/llvm/llvm_types.hpp (+4, -0) (Diff)
/source/blender/functions/backends/llvm/to_tuple_call.cpp (+3, -20) (Diff)
/source/blender/functions/backends/tuple_call/tuple.hpp (+9, -2) (Diff)
/source/blender/functions/CMakeLists.txt (+4, -0) (Diff)
/source/blender/functions/c_wrapper.cpp (+9, -5) (Diff)
/source/blender/functions/FN_llvm.hpp (+2, -1) (Diff)
/source/blender/functions/types/numeric.hpp (+3, -0) (Diff)