SPIRV-Tools/source/opt
2016-08-23 15:20:34 -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 Refine the DefUseManager 2016-08-17 23:13:01 -04:00
def_use_manager.h Refine the DefUseManager 2016-08-17 23:13:01 -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 Add another construtor for opt::ir::Instruction 2016-08-13 11:17:11 -04:00
instruction.h Replace the SetOperand() with SetInOperand() and SetResultType() 2016-08-16 15:05:07 -04:00
ir_loader.cpp Allow OpUndef appearing in the type and global variable section. 2016-08-15 10:44:14 -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 Make clear that we are using ptrdiff_t as the iterator difference type. 2016-08-16 11:21:08 -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 opt::ir::Module::SetIdBound 2016-08-23 15:20:34 -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 Make analyses RAII-like and turn disable copy/move constructors. 2016-08-15 13:41:47 -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 analyses RAII-like and turn disable copy/move constructors. 2016-08-15 13:41:47 -04:00
types.cpp Optimization: Add type class hierarchy. 2016-08-10 12:53:17 -04:00
types.h Get the number of elements for Vector and Matrix type 2016-08-23 11:34:24 -04:00