SPIRV-Tools/test/opt
dan sinclair 84846b7e76
Cleanup whitespace lint warnings. (#1690)
This CL cleans up the whitespace warnings and enables the check when
running 'git cl presubmit --all -uf'.
2018-07-10 13:09:46 -04:00
..
dominator_tree Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
loop_optimizations Fix unused param errors when Effcee not present 2018-07-10 11:57:42 -04:00
aggressive_dead_code_elim_test.cpp Validate static uses of interfaces 2018-06-13 10:56:14 -04:00
assembly_builder_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
assembly_builder.h Adding additional functionality to ADCE. 2018-01-10 08:35:48 -05:00
block_merge_test.cpp Fixes #1402. Don't merge non-branch terminators into loop header. 2018-03-13 22:16:17 -04:00
ccp_test.cpp Fixes #1361. Mark all non-constant global values as varying in CCP 2018-03-01 15:24:41 -05:00
cfg_cleanup_test.cpp Adding OpPhi validation rules. 2018-03-27 17:26:26 -04:00
CMakeLists.txt Make sure the constant folder get the correct type. 2018-07-05 14:34:30 -04:00
common_uniform_elim_test.cpp Check for invalid branches into construct body. 2018-06-11 19:23:44 -04:00
compact_ids_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
constant_manager_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
copy_prop_array_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
dead_branch_elim_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
dead_insert_elim_test.cpp Improve Vector DCE 2018-04-30 11:55:50 -04:00
dead_variable_elim_test.cpp Add pass to remove dead variables at the module level. 2017-10-23 13:57:05 -04:00
decoration_manager_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
def_use_test.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
eliminate_dead_const_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
eliminate_dead_functions_test.cpp Add scalar replacement 2017-12-11 10:51:13 -05:00
feature_manager_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
flatten_decoration_test.cpp Add FlattenDecoration transform 2017-04-06 11:19:56 -04:00
fold_spec_const_op_composite_test.cpp Implement SSA CCP (SSA Conditional Constant Propagation). 2017-12-21 14:29:45 -05:00
fold_test.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
freeze_spec_const_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
function_utils.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
if_conversion_test.cpp Allow hoisting code in if-conversion. 2018-05-04 12:56:29 -04:00
inline_opaque_test.cpp Re-format source tree - NFC. 2017-11-27 14:31:49 -05:00
inline_test.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
insert_extract_elim_test.cpp Delete the insert-extract-elim pass. 2018-06-01 10:13:39 -04:00
instruction_list_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
instruction_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_builder.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_context_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
ir_loader_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
iterator_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
line_debug_info_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
local_access_chain_convert_test.cpp Re-format source tree - NFC. 2017-11-27 14:31:49 -05:00
local_redundancy_elimination_test.cpp Add scalar replacement 2017-12-11 10:51:13 -05:00
local_single_block_elim.cpp Remove redundant stores. 2018-05-15 10:24:05 -04:00
local_single_store_elim_test.cpp Rewrite local-single-store-elim to not create large data structures. 2018-04-18 16:38:18 -04:00
local_ssa_elim_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
module_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
module_utils.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
optimizer_test.cpp Fix optimizer on when to write the binary 2017-04-03 15:48:50 -04:00
pass_fixture.h Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_manager_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_merge_return_test.cpp Change merge return pass to handle structured cfg. 2018-03-19 13:49:04 -04:00
pass_remove_duplicates_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
pass_utils.cpp Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00
pass_utils.h Add missing <iterator> header for std::back_inserter 2018-03-30 11:30:25 -04:00
private_to_local_test.cpp Make sure the constant folder get the correct type. 2018-07-05 14:34:30 -04:00
propagator_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
reduce_load_size_test.cpp Fix getting operand without checking opcode. 2018-05-16 09:34:43 -04:00
redundancy_elimination_test.cpp Add scalar replacement 2017-12-11 10:51:13 -05:00
register_liveness.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
replace_invalid_opc_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
scalar_analysis.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
scalar_replacement_test.cpp Cleanup whitespace lint warnings. (#1690) 2018-07-10 13:09:46 -04:00
set_spec_const_default_value_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
simplification_test.cpp Add folding of OpCompositeExtract and OpConstantComposite constant instructions. 2018-02-09 17:52:33 -05:00
strength_reduction_test.cpp hex_float: Use max_digits10 for the float precision 2018-04-03 12:53:10 -04:00
strip_debug_info_test.cpp Re-format source tree - NFC. 2017-11-27 14:31:49 -05:00
strip_reflect_info_test.cpp Add --strip-reflect pass 2018-03-15 21:20:42 -04:00
type_manager_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
types_test.cpp Handle types with self references. 2018-05-30 15:48:38 -04:00
unify_const_test.cpp Add scalar replacement 2017-12-11 10:51:13 -05:00
utils_test.cpp Re-format source tree - NFC. 2017-11-27 14:31:49 -05:00
value_table_test.cpp Move the ir namespace to opt. (#1680) 2018-07-09 11:32:29 -04:00
vector_dce_test.cpp Use type id when looking up vector type 2018-06-25 09:47:29 -04:00
workaround1209_test.cpp Create a pass to work around a driver bug related to OpUnreachable. 2018-01-18 20:31:46 -05:00