Promote ir namespace and create draft libspirv.{h|c}pp.
authorLei Zhang <antiagainst@google.com>
Tue, 28 Jun 2016 14:23:13 +0000 (10:23 -0400)
committerLei Zhang <antiagainst@google.com>
Tue, 28 Jun 2016 18:52:34 +0000 (14:52 -0400)
commitabf8f6413c96d9fcc13e9828929d618a27e70edc
tree9f65c8a5286c354f958bafbd33b569b4ba7479ec
parent8590f9cc810f5f4f29f43fc8755d756b8f7d4667
Promote ir namespace and create draft libspirv.{h|c}pp.
16 files changed:
source/opt/CMakeLists.txt
source/opt/basic_block.h
source/opt/function.cpp
source/opt/function.h
source/opt/instruction.cpp
source/opt/instruction.h
source/opt/ir_loader.cpp
source/opt/ir_loader.h
source/opt/libspirv.cpp [moved from test/opt/opt_test_common.cpp with 59% similarity]
source/opt/libspirv.hpp [new file with mode: 0644]
source/opt/module.cpp
source/opt/module.h
source/opt/reflect.h
test/opt/CMakeLists.txt
test/opt/opt_test_common.h [deleted file]
test/opt/test_ir_loader.cpp