Add classes for representing SPIR-V language constructs in memory.
authorLei Zhang <antiagainst@google.com>
Sun, 22 May 2016 18:11:24 +0000 (14:11 -0400)
committerLei Zhang <antiagainst@google.com>
Sat, 25 Jun 2016 00:54:06 +0000 (20:54 -0400)
commit3df8f7cebd5b15071535a8c29be458d14dcb8939
tree49bbd75d11ac1e8eb223393a26812be01ca8f7a4
parentdf3765333388acd218ceae7f043247226e3fe48c
Add classes for representing SPIR-V language constructs in memory.
source/CMakeLists.txt
source/opt/CMakeLists.txt [new file with mode: 0644]
source/opt/basic_block.h [new file with mode: 0644]
source/opt/function.cpp [new file with mode: 0644]
source/opt/function.h [new file with mode: 0644]
source/opt/instruction.cpp [new file with mode: 0644]
source/opt/instruction.h [new file with mode: 0644]
source/opt/module.cpp [new file with mode: 0644]
source/opt/module.h [new file with mode: 0644]
source/opt/reflect.h [new file with mode: 0644]