SPIRV-Tools/source/opt
Andrey Tuganov c804c125c5 Autogenererating enum-string mappings from grammar
Autogenerating the following code:
- extension enum
- extension-to-string
- string-to-extension
- capability-to-string

Capability mapping table will not compile if incomplete.
TODO: Use "spirv-latest-version.h" instead of 1.1.

Added function to generate capability tables for tests.
2017-03-16 15:29:17 -04:00
..
basic_block.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
build_module.cpp Change some asserts to normal errors in IrLoader. 2016-09-21 17:22:00 -04:00
build_module.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
CMakeLists.txt Autogenererating enum-string mappings from grammar 2017-03-16 15:29:17 -04:00
constants.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
def_use_manager.cpp Clean up header dependency. 2016-09-22 18:15:23 -04:00
def_use_manager.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
eliminate_dead_constant_pass.cpp Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -04:00
eliminate_dead_constant_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
fold_spec_constant_op_and_composite_pass.cpp Clean up header dependency. 2016-09-22 18:15:23 -04:00
fold_spec_constant_op_and_composite_pass.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
freeze_spec_constant_value_pass.cpp Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -04:00
freeze_spec_constant_value_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
function.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
function.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
instruction.cpp Clean up header dependency. 2016-09-22 18:15:23 -04:00
instruction.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
ir_loader.cpp Change some asserts to normal errors in IrLoader. 2016-09-21 17:22:00 -04:00
ir_loader.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
iterator.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
log.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
make_unique.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
module.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
module.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
null_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
optimizer.cpp Publish the C++ interface. 2016-09-21 14:41:47 -04:00
pass_manager.cpp Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -04:00
pass_manager.h Clean up header dependency. 2016-09-22 18:15:23 -04:00
pass.h Add a default virtual dtor to Pass and check for missing virtual dtors 2017-03-01 13:34:04 -05:00
passes.h Set default values for spec const decorated by SpecId 2016-09-12 23:21:42 -04:00
reflect.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
set_spec_constant_default_value_pass.cpp Clean up header dependency. 2016-09-22 18:15:23 -04:00
set_spec_constant_default_value_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
strip_debug_info_pass.cpp Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -04:00
strip_debug_info_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
type_manager.cpp Clean up header dependency. 2016-09-22 18:15:23 -04:00
type_manager.h Add begin() and end() for TypeManager. 2016-09-30 16:56:42 -04:00
types.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
types.h Add IsSigned() to opt::Analysis::Integer. 2016-09-08 19:32:20 -04:00
unify_const_pass.cpp Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -04:00
unify_const_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00