..
aggressive_dead_code_elim_pass.cpp
AggressiveDCEPass: Set modified to true when appending to to_kill_ ( #2825 )
2019-08-30 16:27:22 -04:00
aggressive_dead_code_elim_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
amd_ext_to_khr.cpp
Replace CubeFaceCoord and CubeFaceIndexAMD ( #2840 )
2019-09-06 17:11:37 -04:00
amd_ext_to_khr.h
Amd ext to khr ( #2811 )
2019-08-29 12:48:17 -04:00
basic_block.cpp
Change implementation of post order CFG traversal ( #2543 )
2019-04-29 17:09:20 -04:00
basic_block.h
Change implementation of post order CFG traversal ( #2543 )
2019-04-29 17:09:20 -04:00
block_merge_pass.cpp
Extracted block merging functionality into its own utility file ( #2325 )
2019-01-25 10:57:13 +00:00
block_merge_pass.h
Extracted block merging functionality into its own utility file ( #2325 )
2019-01-25 10:57:13 +00:00
block_merge_util.cpp
Validate nested constructs ( #3068 )
2019-11-27 16:45:57 -05:00
block_merge_util.h
Extracted block merging functionality into its own utility file ( #2325 )
2019-01-25 10:57:13 +00:00
build_module.cpp
Move make_unique to source/util. ( #1836 )
2018-08-14 12:44:54 -04:00
build_module.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
ccp_pass.cpp
Removing decorations when doing constant propagation. ( #2444 )
2019-03-13 10:40:49 -04:00
ccp_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
cfg_cleanup_pass.cpp
Don't inline recursive functions. ( #2130 )
2018-11-29 14:24:58 -05:00
cfg_cleanup_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
cfg.cpp
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
cfg.h
Add continue construct analysis to struct cfg analysis ( #2922 )
2019-10-01 10:27:09 -04:00
CMakeLists.txt
Improved CMake install step. ( #2963 )
2019-10-17 11:36:55 -04:00
code_sink.cpp
Handle instructions not in blocks in code sinking. ( #2308 )
2019-01-21 12:09:56 -05:00
code_sink.h
Sink ( #2284 )
2019-01-17 15:56:36 -05:00
combine_access_chains.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
combine_access_chains.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
compact_ids_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
compact_ids_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
composite.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
composite.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
const_folding_rules.cpp
Fold Min, Max, and Clamp instructions. ( #2836 )
2019-09-05 13:30:03 -04:00
const_folding_rules.h
Refactor instruction folders ( #2815 )
2019-08-26 18:54:11 -04:00
constants.cpp
Replace CubeFaceCoord and CubeFaceIndexAMD ( #2840 )
2019-09-06 17:11:37 -04:00
constants.h
Replace CubeFaceCoord and CubeFaceIndexAMD ( #2840 )
2019-09-06 17:11:37 -04:00
convert_to_half_pass.cpp
Add --relax-float-ops and --convert-relaxed-to-half ( #2808 )
2019-09-03 13:22:13 -04:00
convert_to_half_pass.h
Add --relax-float-ops and --convert-relaxed-to-half ( #2808 )
2019-09-03 13:22:13 -04:00
copy_prop_arrays.cpp
Handle OpConstantNull in copy-prop-arrays. ( #2870 )
2019-09-19 10:24:00 -04:00
copy_prop_arrays.h
Fix up type mismatches. ( #2545 )
2019-05-02 09:31:46 -04:00
dead_branch_elim_pass.cpp
Change the order branches are simplified in dead branch elim ( #2728 )
2019-07-10 14:59:44 -04:00
dead_branch_elim_pass.h
Change the order branches are simplified in dead branch elim ( #2728 )
2019-07-10 14:59:44 -04:00
dead_insert_elim_pass.cpp
Don't inline recursive functions. ( #2130 )
2018-11-29 14:24:58 -05:00
dead_insert_elim_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
dead_variable_elimination.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
dead_variable_elimination.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
decompose_initialized_variables_pass.cpp
Add support for Private & Output to initializer decompose flag ( #2537 )
2019-04-25 16:24:32 -04:00
decompose_initialized_variables_pass.h
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
decoration_manager.cpp
Handle decorations better in some optimizations ( #2716 )
2019-07-10 11:37:16 -04:00
decoration_manager.h
Handle decorations better in some optimizations ( #2716 )
2019-07-10 11:37:16 -04:00
def_use_manager.cpp
Add base and core bindless validation instrumentation classes ( #2014 )
2018-11-08 13:54:54 -05:00
def_use_manager.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
desc_sroa.cpp
Add name for variables in desc sroa ( #2805 )
2019-08-21 10:55:02 -04:00
desc_sroa.h
Add descriptor array scalar replacement ( #2742 )
2019-08-08 10:53:19 -04:00
dominator_analysis.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
dominator_analysis.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
dominator_tree.cpp
Fix readbility/braces warnings ( #1804 )
2018-08-07 09:09:47 -04:00
dominator_tree.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
eliminate_dead_constant_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
eliminate_dead_constant_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
eliminate_dead_functions_pass.cpp
Fixes #2358 . Added to the reducer the ability to remove a function t… ( #2361 )
2019-02-08 16:20:29 +00:00
eliminate_dead_functions_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
eliminate_dead_functions_util.cpp
Fixes #2358 . Added to the reducer the ability to remove a function t… ( #2361 )
2019-02-08 16:20:29 +00:00
eliminate_dead_functions_util.h
Fixes #2358 . Added to the reducer the ability to remove a function t… ( #2361 )
2019-02-08 16:20:29 +00:00
eliminate_dead_members_pass.cpp
Don't change type of input and output var in dead member elim ( #2412 )
2019-02-20 18:59:41 -05:00
eliminate_dead_members_pass.h
Don't change type of input and output var in dead member elim ( #2412 )
2019-02-20 18:59:41 -05:00
feature_manager.cpp
Check feature mgr in context consistency check ( #2818 )
2019-08-28 11:49:16 -04:00
feature_manager.h
Replace uses of SPV_AMD_shader_trinary_minmax extension ( #2835 )
2019-09-05 09:29:04 -04:00
fix_storage_class.cpp
Fix up type mismatches. ( #2545 )
2019-05-02 09:31:46 -04:00
fix_storage_class.h
Fix up type mismatches. ( #2545 )
2019-05-02 09:31:46 -04:00
flatten_decoration_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
flatten_decoration_pass.h
Add testing framework for tools.
2018-08-17 15:03:14 -04:00
fold_spec_constant_op_and_composite_pass.cpp
Support constant-folding UConvert and SConvert ( #2960 )
2019-10-16 16:29:55 -04:00
fold_spec_constant_op_and_composite_pass.h
Using the instruction folder to fold OpSpecConstantOp ( #2598 )
2019-05-21 12:45:00 -04:00
fold.cpp
Support constant-folding UConvert and SConvert ( #2960 )
2019-10-16 16:29:55 -04:00
fold.h
Refactor instruction folders ( #2815 )
2019-08-26 18:54:11 -04:00
folding_rules.cpp
Don't crash when folding construct of empty struct ( #3092 )
2019-12-10 14:58:30 -05:00
folding_rules.h
Refactor instruction folders ( #2815 )
2019-08-26 18:54:11 -04:00
freeze_spec_constant_value_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
freeze_spec_constant_value_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
function.cpp
Fix header include syntax. ( #2882 )
2019-09-19 09:26:24 -05:00
function.h
Add method comment for opt::Function::WhileEachInst ( #2867 )
2019-09-23 09:36:48 -04:00
generate_webgpu_initializers_pass.cpp
Handle another case where creating a constant can fail ( #2854 )
2019-09-11 17:18:05 -04:00
generate_webgpu_initializers_pass.h
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
graphics_robust_access_pass.cpp
graphics robust access: use signed clamp ( #3073 )
2019-12-03 11:18:56 -05:00
graphics_robust_access_pass.h
graphics robust access: use signed clamp ( #3073 )
2019-12-03 11:18:56 -05:00
if_conversion.cpp
Fix restrictions in if conversion ( #1998 )
2018-10-19 15:16:46 -04:00
if_conversion.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
inline_exhaustive_pass.cpp
Handle id overflow in inlining. ( #2196 )
2018-12-18 19:34:03 +00:00
inline_exhaustive_pass.h
Handle id overflow in inlining. ( #2196 )
2018-12-18 19:34:03 +00:00
inline_opaque_pass.cpp
Handle id overflow in inlining. ( #2196 )
2018-12-18 19:34:03 +00:00
inline_opaque_pass.h
Handle id overflow in inlining. ( #2196 )
2018-12-18 19:34:03 +00:00
inline_pass.cpp
Validate nested constructs ( #3068 )
2019-11-27 16:45:57 -05:00
inline_pass.h
Handle OpKill better ( #2933 )
2019-10-04 13:05:32 -04:00
inst_bindless_check_pass.cpp
Instrument: Be sure Float16 capability on when generating float16 null ( #2831 )
2019-09-03 15:19:36 -04:00
inst_bindless_check_pass.h
Make Instrumentation format version 2 the default (Step 1) ( #3096 )
2019-12-16 14:18:47 -05:00
inst_buff_addr_check_pass.cpp
Generate null pointer by converting uint64 zero to pointer. ( #2935 )
2019-10-04 12:26:38 -04:00
inst_buff_addr_check_pass.h
Make Instrumentation format version 2 the default (Step 1) ( #3096 )
2019-12-16 14:18:47 -05:00
instruction_list.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
instruction_list.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
instruction.cpp
Refactor instruction folders ( #2815 )
2019-08-26 18:54:11 -04:00
instruction.h
Add pass to inject code for robust-buffer-access semantics ( #2771 )
2019-07-30 19:52:46 -04:00
instrument_pass.cpp
Make Instrumentation format version 2 the default (Step 1) ( #3096 )
2019-12-16 14:18:47 -05:00
instrument_pass.h
Make Instrumentation format version 2 the default (Step 1) ( #3096 )
2019-12-16 14:18:47 -05:00
ir_builder.h
Use OpReturn* in wrap-opkill ( #2886 )
2019-09-20 10:32:27 -04:00
ir_context.cpp
Kill the id-to-func map after wrap-opkill ( #3055 )
2019-11-19 09:44:53 -05:00
ir_context.h
Add continue construct analysis to struct cfg analysis ( #2922 )
2019-10-01 10:27:09 -04:00
ir_loader.cpp
Record trailing line dbg instructions ( #2926 )
2019-09-27 16:03:45 -04:00
ir_loader.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
iterator.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
legalize_vector_shuffle_pass.cpp
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
legalize_vector_shuffle_pass.h
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
licm_pass.cpp
In LICM don't place code between merge instruction and branch. ( #2252 )
2018-12-20 18:33:52 -05:00
licm_pass.h
In LICM don't place code between merge instruction and branch. ( #2252 )
2018-12-20 18:33:52 -05:00
local_access_chain_convert_pass.cpp
Handle id overflow in convert local access chains ( #2908 )
2019-09-24 14:04:54 -04:00
local_access_chain_convert_pass.h
Handle id overflow in convert local access chains ( #2908 )
2019-09-24 14:04:54 -04:00
local_redundancy_elimination.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
local_redundancy_elimination.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
local_single_block_elim_pass.cpp
Add SPV_EXT_physical_storage_buffer to opt whitelists ( #2779 )
2019-08-08 09:45:59 -04:00
local_single_block_elim_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
local_single_store_elim_pass.cpp
Add SPV_EXT_physical_storage_buffer to opt whitelists ( #2779 )
2019-08-08 09:45:59 -04:00
local_single_store_elim_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
log.h
Cast __LINE__ to size_t ( #2661 )
2019-06-07 13:06:42 -04:00
loop_dependence_helpers.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_dependence.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_dependence.h
Remove extra semis ( #2717 )
2019-07-08 15:07:36 -04:00
loop_descriptor.cpp
Fix memory leak in unrolling. ( #2301 )
2019-01-17 16:02:43 -05:00
loop_descriptor.h
Fix memory leak in unrolling. ( #2301 )
2019-01-17 16:02:43 -05:00
loop_fission.cpp
Document in the context what happens with id overflow. ( #2159 )
2018-12-06 09:07:00 -05:00
loop_fission.h
Add testing framework for tools.
2018-08-17 15:03:14 -04:00
loop_fusion_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_fusion_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_fusion.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_fusion.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_peeling.cpp
Document in the context what happens with id overflow. ( #2159 )
2018-12-06 09:07:00 -05:00
loop_peeling.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_unroller.cpp
Fix memory leak in unrolling. ( #2301 )
2019-01-17 16:02:43 -05:00
loop_unroller.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
loop_unswitch_pass.cpp
Don't fold specialized branches in loop unswitch ( #2245 )
2018-12-19 04:40:30 +00:00
loop_unswitch_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
loop_utils.cpp
Document in the context what happens with id overflow. ( #2159 )
2018-12-06 09:07:00 -05:00
loop_utils.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
mem_pass.cpp
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
mem_pass.h
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
merge_return_pass.cpp
Fix check for unreachable blocks in merge-return ( #2762 )
2019-07-25 09:34:18 -04:00
merge_return_pass.h
Record correct dominators in merge return ( #2760 )
2019-07-24 13:56:54 -04:00
module.cpp
Record trailing line dbg instructions ( #2926 )
2019-09-27 16:03:45 -04:00
module.h
Record trailing line dbg instructions ( #2926 )
2019-09-27 16:03:45 -04:00
null_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
optimizer.cpp
Permit the debug instructions in WebGPU SPIR-V - remove from the optimizer ( #3083 )
2019-12-03 11:21:26 -05:00
pass_manager.cpp
Add option to validate after each pass ( #2462 )
2019-03-26 14:38:59 -04:00
pass_manager.h
Add option to validate after each pass ( #2462 )
2019-03-26 14:38:59 -04:00
pass.cpp
Instrument: Be sure Float16 capability on when generating float16 null ( #2831 )
2019-09-03 15:19:36 -04:00
pass.h
Instrument: Be sure Float16 capability on when generating float16 null ( #2831 )
2019-09-03 15:19:36 -04:00
passes.h
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
pch_source_opt.cpp
Enable precompiled headers for spirv-tools(-shared) and some unit tests ( #2026 )
2018-11-06 09:26:23 -05:00
pch_source_opt.h
Enable precompiled headers for spirv-tools(-shared) and some unit tests ( #2026 )
2018-11-06 09:26:23 -05:00
private_to_local_pass.cpp
Handle Id overflow in private-to-local ( #2807 )
2019-08-22 09:14:48 -04:00
private_to_local_pass.h
Handle Id overflow in private-to-local ( #2807 )
2019-08-22 09:14:48 -04:00
process_lines_pass.cpp
Add passes to propagate and eliminate redundant line instructions ( #2027 ). ( #2039 )
2018-11-15 14:06:17 -05:00
process_lines_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
propagator.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
propagator.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
reduce_load_size.cpp
Have replace load size handle extact with no index. ( #2261 )
2019-01-03 13:02:10 -05:00
reduce_load_size.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
redundancy_elimination.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
redundancy_elimination.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
reflect.h
Add validation for SPV_NV_cooperative_matrix ( #2404 )
2019-02-25 17:43:11 -05:00
register_pressure.cpp
Handle unreachable block when computing register pressure ( #3070 )
2019-11-27 09:45:17 -05:00
register_pressure.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
relax_float_ops_pass.cpp
Add --relax-float-ops and --convert-relaxed-to-half ( #2808 )
2019-09-03 13:22:13 -04:00
relax_float_ops_pass.h
Add --relax-float-ops and --convert-relaxed-to-half ( #2808 )
2019-09-03 13:22:13 -04:00
remove_duplicates_pass.cpp
Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer ( #2580 )
2019-05-29 16:12:02 -04:00
remove_duplicates_pass.h
Linker: Better type comparison for OpTypeArray and OpTypeForwardPointer ( #2580 )
2019-05-29 16:12:02 -04:00
replace_invalid_opc.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
replace_invalid_opc.h
Add testing framework for tools.
2018-08-17 15:03:14 -04:00
scalar_analysis_nodes.h
Remove extra semis ( #2717 )
2019-07-08 15:07:36 -04:00
scalar_analysis_simplification.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
scalar_analysis.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
scalar_analysis.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
scalar_replacement_pass.cpp
Handle extract with no indexes ( #2910 )
2019-09-24 16:19:31 -04:00
scalar_replacement_pass.h
Even more id overflow in sroa ( #2806 )
2019-08-21 13:12:42 -04:00
set_spec_constant_default_value_pass.cpp
Move make_unique to source/util. ( #1836 )
2018-08-14 12:44:54 -04:00
set_spec_constant_default_value_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
simplification_pass.cpp
Add two new simplifications. ( #2984 )
2019-10-28 08:19:38 -07:00
simplification_pass.h
Add two new simplifications. ( #2984 )
2019-10-28 08:19:38 -07:00
split_invalid_unreachable_pass.cpp
Add pass to fix some invalid unreachable blocks for WebGPU ( #2563 )
2019-05-09 12:56:10 -04:00
split_invalid_unreachable_pass.h
Add pass to fix some invalid unreachable blocks for WebGPU ( #2563 )
2019-05-09 12:56:10 -04:00
ssa_rewrite_pass.cpp
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
ssa_rewrite_pass.h
Handle id overflow in the ssa rewriter. ( #2845 )
2019-09-10 09:38:23 -04:00
strength_reduction_pass.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
strength_reduction_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
strip_atomic_counter_memory_pass.cpp
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
strip_atomic_counter_memory_pass.h
Implement WebGPU->Vulkan initializer conversion for 'Function' variables ( #2513 )
2019-04-16 14:31:36 -04:00
strip_debug_info_pass.cpp
Record trailing line dbg instructions ( #2926 )
2019-09-27 16:03:45 -04:00
strip_debug_info_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
strip_reflect_info_pass.cpp
Remove MemberDecorateStringGOOGLE during stript-refect. ( #2021 )
2018-10-30 16:17:35 -04:00
strip_reflect_info_pass.h
Make the constant and type manager analyses. ( #2250 )
2018-12-20 18:00:05 +00:00
struct_cfg_analysis.cpp
Add continue construct analysis to struct cfg analysis ( #2922 )
2019-10-01 10:27:09 -04:00
struct_cfg_analysis.h
Add continue construct analysis to struct cfg analysis ( #2922 )
2019-10-01 10:27:09 -04:00
tree_iterator.h
Rewrite include guards ( #1793 )
2018-08-03 08:05:33 -04:00
type_manager.cpp
Enable OpTypeCooperativeMatrix specialization ( #2927 )
2019-10-07 09:52:48 -04:00
type_manager.h
Replace SwizzleInvocationsMaskedAMD extended instruction. ( #2822 )
2019-08-30 10:48:42 -04:00
types.cpp
Enable OpTypeCooperativeMatrix specialization ( #2927 )
2019-10-07 09:52:48 -04:00
types.h
Enable OpTypeCooperativeMatrix specialization ( #2927 )
2019-10-07 09:52:48 -04:00
unify_const_pass.cpp
Move make_unique to source/util. ( #1836 )
2018-08-14 12:44:54 -04:00
unify_const_pass.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
upgrade_memory_model.cpp
Fix operand access of composite in upgrade memory model ( #3021 )
2019-11-12 13:41:38 -05:00
upgrade_memory_model.h
Handle volatile memory semantics in upgrade ( #2674 )
2019-06-17 16:01:37 -04:00
value_number_table.cpp
Handle OpPhi with no in operands in value numbering ( #3056 )
2019-11-19 09:45:39 -05:00
value_number_table.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
vector_dce.cpp
Handle extract with no index in VDCE. ( #2305 )
2019-01-18 15:43:36 -05:00
vector_dce.h
Handle extract with no index in VDCE. ( #2305 )
2019-01-18 15:43:36 -05:00
workaround1209.cpp
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
workaround1209.h
Cleanup includes. ( #1795 )
2018-08-03 15:06:09 -04:00
wrap_opkill.cpp
Handle OpKill better ( #2933 )
2019-10-04 13:05:32 -04:00
wrap_opkill.h
Kill the id-to-func map after wrap-opkill ( #3055 )
2019-11-19 09:44:53 -05:00