SPIRV-Tools/source/opt
Lei Zhang 80eb0793c9 Change to use enum instead of enum class for MessageLevel.
This allows us to create C interface with MessageLevel later.
2016-09-21 11:30:41 -04:00
..
basic_block.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
build_module.cpp Change BuildModule() to accept pointer-size pair for binary. 2016-09-20 16:44:24 -04:00
build_module.h Change BuildModule() to accept pointer-size pair for binary. 2016-09-20 16:44:24 -04:00
CMakeLists.txt Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
constants.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
def_use_manager.cpp Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -04:00
def_use_manager.h Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -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 Allow changing MessageConsumer in Pass & PassManager. 2016-09-20 16:48:00 -04:00
fold_spec_constant_op_and_composite_pass.h Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -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 Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
instruction.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
ir_loader.cpp Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -04:00
ir_loader.h Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -04:00
iterator.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
libspirv.cpp Prepare the C++ interface for publication. 2016-09-16 16:37:27 -04:00
libspirv.hpp Prepare the C++ interface for publication. 2016-09-16 16:37:27 -04:00
log.h Change to use enum instead of enum class for MessageLevel. 2016-09-21 11:30:41 -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 Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -04:00
optimizer.hpp Add a C++ interface to the optimization functionalities. 2016-09-20 16:52:05 -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 Allow changing MessageConsumer in Pass & PassManager. 2016-09-20 16:48:00 -04:00
pass.h Allow changing MessageConsumer in Pass & PassManager. 2016-09-20 16:48:00 -04: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 Change interface of Pass::Process() to return possible failures. 2016-09-20 16:40:17 -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 Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -04:00
type_manager.h Add MessageConsumer to PassManager, Pass, and analysis interfaces. 2016-09-16 13:14:57 -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