-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule drjit-core
updated
16 files
+8 −2 | CMakeLists.txt | |
+0 −10 | include/drjit-core/jit.h | |
+1 −6 | src/api.cpp | |
+1 −2 | src/eval.cpp | |
+1 −1 | src/eval_llvm.cpp | |
+1 −9 | src/internal.h | |
+86 −0 | src/llvm.h | |
+222 −832 | src/llvm_api.cpp | |
+181 −58 | src/llvm_api.h | |
+400 −0 | src/llvm_core.cpp | |
+136 −0 | src/llvm_mcjit.cpp | |
+97 −0 | src/llvm_memmgr.cpp | |
+28 −0 | src/llvm_memmgr.h | |
+121 −0 | src/llvm_orcv2.cpp | |
+8 −0 | src/log.h | |
+1 −1 | src/vcall.cpp |