tree: 6703a743551e8709721d58c8edcfa4a1b280fe78 [path history] [tgz]
  1. protobufs/
  2. call_graph.cpp
  3. call_graph.h
  4. CMakeLists.txt
  5. data_descriptor.cpp
  6. data_descriptor.h
  7. equivalence_relation.h
  8. fact_manager.cpp
  9. fact_manager.h
  10. force_render_red.cpp
  11. force_render_red.h
  12. fuzzer.cpp
  13. fuzzer.h
  14. fuzzer_context.cpp
  15. fuzzer_context.h
  16. fuzzer_pass.cpp
  17. fuzzer_pass.h
  18. fuzzer_pass_add_access_chains.cpp
  19. fuzzer_pass_add_access_chains.h
  20. fuzzer_pass_add_composite_types.cpp
  21. fuzzer_pass_add_composite_types.h
  22. fuzzer_pass_add_dead_blocks.cpp
  23. fuzzer_pass_add_dead_blocks.h
  24. fuzzer_pass_add_dead_breaks.cpp
  25. fuzzer_pass_add_dead_breaks.h
  26. fuzzer_pass_add_dead_continues.cpp
  27. fuzzer_pass_add_dead_continues.h
  28. fuzzer_pass_add_equation_instructions.cpp
  29. fuzzer_pass_add_equation_instructions.h
  30. fuzzer_pass_add_function_calls.cpp
  31. fuzzer_pass_add_function_calls.h
  32. fuzzer_pass_add_global_variables.cpp
  33. fuzzer_pass_add_global_variables.h
  34. fuzzer_pass_add_loads.cpp
  35. fuzzer_pass_add_loads.h
  36. fuzzer_pass_add_local_variables.cpp
  37. fuzzer_pass_add_local_variables.h
  38. fuzzer_pass_add_no_contraction_decorations.cpp
  39. fuzzer_pass_add_no_contraction_decorations.h
  40. fuzzer_pass_add_stores.cpp
  41. fuzzer_pass_add_stores.h
  42. fuzzer_pass_add_useful_constructs.cpp
  43. fuzzer_pass_add_useful_constructs.h
  44. fuzzer_pass_adjust_function_controls.cpp
  45. fuzzer_pass_adjust_function_controls.h
  46. fuzzer_pass_adjust_loop_controls.cpp
  47. fuzzer_pass_adjust_loop_controls.h
  48. fuzzer_pass_adjust_memory_operands_masks.cpp
  49. fuzzer_pass_adjust_memory_operands_masks.h
  50. fuzzer_pass_adjust_selection_controls.cpp
  51. fuzzer_pass_adjust_selection_controls.h
  52. fuzzer_pass_apply_id_synonyms.cpp
  53. fuzzer_pass_apply_id_synonyms.h
  54. fuzzer_pass_construct_composites.cpp
  55. fuzzer_pass_construct_composites.h
  56. fuzzer_pass_copy_objects.cpp
  57. fuzzer_pass_copy_objects.h
  58. fuzzer_pass_donate_modules.cpp
  59. fuzzer_pass_donate_modules.h
  60. fuzzer_pass_merge_blocks.cpp
  61. fuzzer_pass_merge_blocks.h
  62. fuzzer_pass_obfuscate_constants.cpp
  63. fuzzer_pass_obfuscate_constants.h
  64. fuzzer_pass_outline_functions.cpp
  65. fuzzer_pass_outline_functions.h
  66. fuzzer_pass_permute_blocks.cpp
  67. fuzzer_pass_permute_blocks.h
  68. fuzzer_pass_permute_function_parameters.cpp
  69. fuzzer_pass_permute_function_parameters.h
  70. fuzzer_pass_split_blocks.cpp
  71. fuzzer_pass_split_blocks.h
  72. fuzzer_pass_swap_commutable_operands.cpp
  73. fuzzer_pass_swap_commutable_operands.h
  74. fuzzer_pass_toggle_access_chain_instruction.cpp
  75. fuzzer_pass_toggle_access_chain_instruction.h
  76. fuzzer_util.cpp
  77. fuzzer_util.h
  78. id_use_descriptor.cpp
  79. id_use_descriptor.h
  80. instruction_descriptor.cpp
  81. instruction_descriptor.h
  82. instruction_message.cpp
  83. instruction_message.h
  84. pseudo_random_generator.cpp
  85. pseudo_random_generator.h
  86. random_generator.cpp
  87. random_generator.h
  88. replayer.cpp
  89. replayer.h
  90. shrinker.cpp
  91. shrinker.h
  92. transformation.cpp
  93. transformation.h
  94. transformation_access_chain.cpp
  95. transformation_access_chain.h
  96. transformation_add_constant_boolean.cpp
  97. transformation_add_constant_boolean.h
  98. transformation_add_constant_composite.cpp
  99. transformation_add_constant_composite.h
  100. transformation_add_constant_scalar.cpp
  101. transformation_add_constant_scalar.h
  102. transformation_add_dead_block.cpp
  103. transformation_add_dead_block.h
  104. transformation_add_dead_break.cpp
  105. transformation_add_dead_break.h
  106. transformation_add_dead_continue.cpp
  107. transformation_add_dead_continue.h
  108. transformation_add_function.cpp
  109. transformation_add_function.h
  110. transformation_add_global_undef.cpp
  111. transformation_add_global_undef.h
  112. transformation_add_global_variable.cpp
  113. transformation_add_global_variable.h
  114. transformation_add_local_variable.cpp
  115. transformation_add_local_variable.h
  116. transformation_add_no_contraction_decoration.cpp
  117. transformation_add_no_contraction_decoration.h
  118. transformation_add_type_array.cpp
  119. transformation_add_type_array.h
  120. transformation_add_type_boolean.cpp
  121. transformation_add_type_boolean.h
  122. transformation_add_type_float.cpp
  123. transformation_add_type_float.h
  124. transformation_add_type_function.cpp
  125. transformation_add_type_function.h
  126. transformation_add_type_int.cpp
  127. transformation_add_type_int.h
  128. transformation_add_type_matrix.cpp
  129. transformation_add_type_matrix.h
  130. transformation_add_type_pointer.cpp
  131. transformation_add_type_pointer.h
  132. transformation_add_type_struct.cpp
  133. transformation_add_type_struct.h
  134. transformation_add_type_vector.cpp
  135. transformation_add_type_vector.h
  136. transformation_composite_construct.cpp
  137. transformation_composite_construct.h
  138. transformation_composite_extract.cpp
  139. transformation_composite_extract.h
  140. transformation_copy_object.cpp
  141. transformation_copy_object.h
  142. transformation_equation_instruction.cpp
  143. transformation_equation_instruction.h
  144. transformation_function_call.cpp
  145. transformation_function_call.h
  146. transformation_load.cpp
  147. transformation_load.h
  148. transformation_merge_blocks.cpp
  149. transformation_merge_blocks.h
  150. transformation_move_block_down.cpp
  151. transformation_move_block_down.h
  152. transformation_outline_function.cpp
  153. transformation_outline_function.h
  154. transformation_permute_function_parameters.cpp
  155. transformation_permute_function_parameters.h
  156. transformation_replace_boolean_constant_with_constant_binary.cpp
  157. transformation_replace_boolean_constant_with_constant_binary.h
  158. transformation_replace_constant_with_uniform.cpp
  159. transformation_replace_constant_with_uniform.h
  160. transformation_replace_id_with_synonym.cpp
  161. transformation_replace_id_with_synonym.h
  162. transformation_set_function_control.cpp
  163. transformation_set_function_control.h
  164. transformation_set_loop_control.cpp
  165. transformation_set_loop_control.h
  166. transformation_set_memory_operands_mask.cpp
  167. transformation_set_memory_operands_mask.h
  168. transformation_set_selection_control.cpp
  169. transformation_set_selection_control.h
  170. transformation_split_block.cpp
  171. transformation_split_block.h
  172. transformation_store.cpp
  173. transformation_store.h
  174. transformation_swap_commutable_operands.cpp
  175. transformation_swap_commutable_operands.h
  176. transformation_toggle_access_chain_instruction.cpp
  177. transformation_toggle_access_chain_instruction.h
  178. transformation_vector_shuffle.cpp
  179. transformation_vector_shuffle.h
  180. uniform_buffer_element_descriptor.cpp
  181. uniform_buffer_element_descriptor.h