Publish the C++ interface.
authorLei Zhang <antiagainst@google.com>
Fri, 16 Sep 2016 20:12:04 +0000 (16:12 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 21 Sep 2016 18:41:47 +0000 (14:41 -0400)
commit620f05e679ac65373736969cae66b9f3ac73252d
tree12970be5fb98763b8f60a6389cc2bd04b884da4e
parent92411caa3bcc271036c909482ae5951725b3aa5d
Publish the C++ interface.
25 files changed:
CHANGES
CMakeLists.txt
README.md
include/spirv-tools/libspirv.h
include/spirv-tools/libspirv.hpp [moved from source/opt/libspirv.hpp with 91% similarity]
include/spirv-tools/optimizer.hpp [moved from source/opt/optimizer.hpp with 99% similarity]
source/CMakeLists.txt
source/diagnostic.cpp
source/diagnostic.h
source/libspirv.cpp [moved from source/opt/libspirv.cpp with 97% similarity]
source/message.h
source/opt/CMakeLists.txt
source/opt/build_module.cpp
source/opt/build_module.h
source/opt/optimizer.cpp
source/table.h
source/validate_cfg.cpp
test/BinaryParse.cpp
test/TextLiteral.cpp
test/cpp_interface.cpp
test/opt/CMakeLists.txt
test/opt/pass_fixture.h
test/opt/test_def_use.cpp
test/opt/test_ir_loader.cpp
test/opt/test_module.cpp