-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat_query_all_function_properties' of https://github.c…
…om/Oxsomi/DirectXShaderCompiler into feat_query_all_function_properties
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule SPIRV-Tools
updated
19 files
+1 −0 | Android.mk | |
+5 −0 | BUILD.gn | |
+2 −2 | DEPS | |
+1 −1 | include/spirv-tools/libspirv.hpp | |
+2 −0 | source/CMakeLists.txt | |
+3 −12 | source/name_mapper.cpp | |
+1 −0 | source/opt/aggressive_dead_code_elim_pass.cpp | |
+2 −1 | source/opt/inst_debug_printf_pass.cpp | |
+1 −0 | source/opt/mem_pass.cpp | |
+44 −0 | source/to_string.cpp | |
+29 −0 | source/to_string.h | |
+3 −0 | source/val/validate_cfg.cpp | |
+21 −3 | source/val/validate_image.cpp | |
+1 −0 | test/CMakeLists.txt | |
+36 −0 | test/opt/aggressive_dead_code_elim_test.cpp | |
+14 −14 | test/opt/trim_capabilities_pass_test.cpp | |
+28 −0 | test/to_string_test.cpp | |
+37 −0 | test/val/val_cfg_test.cpp | |
+227 −2 | test/val/val_image_test.cpp |