third_party_spirv-tools/source/opt
Lei Zhang bfd7cd6d6e Add utility macros for logging messages.
Add the following macros for logging purpose:
* SPIRV_ASSERT
* SPIRV_DEBUG
* SPIRV_UNIMPLEMENTED
* SPIRV_UNREACHABLE

The last two is always turned on, while the first two can only
be turned on in debug build.
2016-09-16 09:56:34 -04:00
..
basic_block.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
CMakeLists.txt Add utility macros for logging messages. 2016-09-16 09:56:34 -04:00
constants.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
def_use_manager.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
def_use_manager.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
eliminate_dead_constant_pass.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
eliminate_dead_constant_pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
fold_spec_constant_op_and_composite_pass.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
fold_spec_constant_op_and_composite_pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
freeze_spec_constant_value_pass.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
freeze_spec_constant_value_pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -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 Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
ir_loader.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
iterator.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
libspirv.cpp Add a callback mechanism for communicating messages to callers. 2016-09-15 12:35:48 -04:00
libspirv.hpp Add a callback mechanism for communicating messages to callers. 2016-09-15 12:35:48 -04:00
log.h Add utility macros for logging messages. 2016-09-16 09:56:34 -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 Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
pass_manager.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -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 Build "spec id->default val str" mapping from string 2016-09-14 12:26:34 -04:00
set_spec_constant_default_value_pass.h Build "spec id->default val str" mapping from string 2016-09-14 12:26:34 -04:00
strip_debug_info_pass.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
strip_debug_info_pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
type_manager.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
type_manager.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -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 Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
unify_const_pass.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00