SPIRV-Tools/source/opt
David Neto cc60caba1d IrLoader gracefully handles incomplete blocks and functions
This lets us write smaller test cases with the IrLoader, avoiding
boilerplate for function begin/end, and basic block begin/end.

Also ForEachInst is more forgiving of cases where a basic block
doesn't have a label, and when a function doesn't have a defining
or end instruction.
2016-08-26 10:15:15 -04:00
..
basic_block.h IrLoader gracefully handles incomplete blocks and functions 2016-08-26 10:15:15 -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 IrLoader gracefully handles incomplete blocks and functions 2016-08-26 10:15:15 -04:00
function.h ForEachInst optionally runs on attached debug line insts 2016-08-25 11:43:22 -04:00
instruction.cpp ForEachInst optionally runs on attached debug line insts 2016-08-25 11:43:22 -04:00
instruction.h Add Instruction begin and end mutable iterators 2016-08-25 17:48:58 -04:00
ir_loader.cpp IrLoader gracefully handles incomplete blocks and functions 2016-08-26 10:15:15 -04:00
ir_loader.h IrLoader gracefully handles incomplete blocks and functions 2016-08-26 10:15:15 -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 Add a home brewed make_unique to ease creating unique_ptrs. 2016-08-24 09:41:55 -04:00
libspirv.hpp Use friendly disassembly output 2016-07-28 09:39:42 -04:00
make_unique.h Add a home brewed make_unique to ease creating unique_ptrs. 2016-08-24 09:41:55 -04:00
module.cpp ForEachInst optionally runs on attached debug line insts 2016-08-25 11:43:22 -04:00
module.h ForEachInst optionally runs on attached debug line insts 2016-08-25 11:43:22 -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