SPIRV-Tools/source/opt
Steven Perron cbdbbe9a26 Fix up code to make ClangTidy happy.
Just a few changes to pass `std::function` objects by const reference
instead of by value.
2018-07-10 13:59:01 -04:00
..
aggressive_dead_code_elim_pass.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
aggressive_dead_code_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
basic_block.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
basic_block.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
block_merge_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
block_merge_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
build_module.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
build_module.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ccp_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ccp_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
cfg_cleanup_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
cfg_cleanup_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
cfg.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
cfg.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
CMakeLists.txt Delete the insert-extract-elim pass. 2018-06-01 10:13:39 -04:00
common_uniform_elim_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
common_uniform_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
compact_ids_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
compact_ids_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
composite.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
composite.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
const_folding_rules.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
const_folding_rules.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
constants.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
constants.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
copy_prop_arrays.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
copy_prop_arrays.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_branch_elim_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_branch_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_insert_elim_pass.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
dead_insert_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_variable_elimination.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_variable_elimination.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
decoration_manager.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
decoration_manager.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
def_use_manager.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
def_use_manager.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dominator_analysis.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dominator_analysis.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dominator_tree.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dominator_tree.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
eliminate_dead_constant_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
eliminate_dead_constant_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
eliminate_dead_functions_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
eliminate_dead_functions_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
feature_manager.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
feature_manager.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
flatten_decoration_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
flatten_decoration_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fold_spec_constant_op_and_composite_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fold_spec_constant_op_and_composite_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
fold.cpp Fix up code to make ClangTidy happy. 2018-07-10 13:59:01 -04:00
fold.h Fix up code to make ClangTidy happy. 2018-07-10 13:59:01 -04:00
folding_rules.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
folding_rules.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
freeze_spec_constant_value_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
freeze_spec_constant_value_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
function.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
function.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
if_conversion.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
if_conversion.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_exhaustive_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_exhaustive_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_opaque_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_opaque_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
inline_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
instruction_list.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
instruction_list.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
instruction.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
instruction.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_builder.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_context.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_context.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_loader.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_loader.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
iterator.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
licm_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
licm_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_access_chain_convert_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_access_chain_convert_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_redundancy_elimination.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_redundancy_elimination.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_single_block_elim_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_single_block_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_single_store_elim_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_single_store_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_ssa_elim_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_ssa_elim_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
log.h Avoid snprintf warning in GCC 7.1 2017-05-08 15:58:24 -04:00
loop_dependence_helpers.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_dependence.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_dependence.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_descriptor.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_descriptor.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fission.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fission.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fusion_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fusion_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fusion.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_fusion.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_peeling.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_peeling.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_unroller.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_unroller.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_unswitch_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_unswitch_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_utils.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_utils.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
make_unique.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
mem_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
mem_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
merge_return_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
merge_return_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
module.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
module.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
null_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
optimizer.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_manager.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_manager.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
passes.h Delete the insert-extract-elim pass. 2018-06-01 10:13:39 -04:00
private_to_local_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
private_to_local_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
propagator.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
propagator.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
reduce_load_size.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
reduce_load_size.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
redundancy_elimination.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
redundancy_elimination.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
reflect.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
register_pressure.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
register_pressure.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
remove_duplicates_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
remove_duplicates_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
replace_invalid_opc.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
replace_invalid_opc.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_analysis_nodes.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_analysis_simplification.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_analysis.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_analysis.h Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
scalar_replacement_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_replacement_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
set_spec_constant_default_value_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
set_spec_constant_default_value_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
simplification_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
simplification_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ssa_rewrite_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ssa_rewrite_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strength_reduction_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strength_reduction_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strip_debug_info_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strip_debug_info_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strip_reflect_info_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
strip_reflect_info_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
tree_iterator.h Add loop descriptors and some required dominator tree extensions. 2018-01-08 09:31:13 -05:00
type_manager.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
type_manager.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
types.cpp Handle types with self references. 2018-05-30 15:48:38 -04:00
types.h Handle types with self references. 2018-05-30 15:48:38 -04:00
unify_const_pass.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
unify_const_pass.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
value_number_table.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
value_number_table.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
vector_dce.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
vector_dce.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
workaround1209.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
workaround1209.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00