SPIRV-Tools/source/opt
2016-08-12 14:05:41 -04:00
..
basic_block.h Avoid non-oneliner definition in class and add missing iterators. 2016-08-12 10:34:47 -04:00
CMakeLists.txt Optimization: Add type manager. 2016-08-10 12:53:17 -04:00
def_use_manager.cpp Clear old def-use record when re-analyze an ID 2016-08-12 13:04:07 -04:00
def_use_manager.h Clear old def-use record when re-analyze an ID 2016-08-12 13:04:07 -04:00
function.cpp Change the interfaces of in-memory representation to use pointers. 2016-08-10 12:11:33 -04:00
function.h Avoid non-oneliner definition in class and add missing iterators. 2016-08-12 10:34:47 -04:00
instruction.cpp Manually create move the constructor/assignment for Instruction. 2016-08-09 19:27:13 -04:00
instruction.h Manually create move the constructor/assignment for Instruction. 2016-08-09 19:27:13 -04:00
ir_loader.cpp Create an iterator class for in-memory representation. 2016-08-11 18:35:12 -04:00
ir_loader.h Promote ir namespace and create draft libspirv.{h|c}pp. 2016-06-28 14:52:34 -04:00
iterator.h Turn off modifying methods for const iterators. 2016-08-12 14:05:41 -04:00
libspirv.cpp Use friendly disassembly output 2016-07-28 09:39:42 -04:00
libspirv.hpp Use friendly disassembly output 2016-07-28 09:39:42 -04:00
module.cpp Avoid non-oneliner definition in class and add missing iterators. 2016-08-12 10:34:47 -04:00
module.h Add make_range() & make_const_range() for creating iterator ranges. 2016-08-12 10:34:47 -04:00
pass_manager.h Add Pass, PassManager, and StripDebugInfoPass. 2016-06-29 17:32:00 -04:00
pass.h Separate pass.h from passes.h 2016-08-09 17:16:52 -04:00
passes.cpp Create an iterator class for in-memory representation. 2016-08-11 18:35:12 -04:00
passes.h Separate pass.h from passes.h 2016-08-09 17:16:52 -04:00
reflect.h Promote ir namespace and create draft libspirv.{h|c}pp. 2016-06-28 14:52:34 -04:00
type_manager.cpp Create an iterator class for in-memory representation. 2016-08-11 18:35:12 -04:00
type_manager.h Make the lookup up of type id accepts const arg 2016-08-11 18:21:57 -04:00
types.cpp Optimization: Add type class hierarchy. 2016-08-10 12:53:17 -04:00
types.h Add getter for pointee, element type 2016-08-11 20:53:57 -04:00