SPIRV-Tools/tools
Diego Novillo c90d7305e7 Add -O, -Os and -Oconfig flags.
These flags are expanded to a series of spirv-opt flags with the
following semantics:

-O: expands to passes that attempt to improve the performance of the
    generated code.

-Os: expands to passes that attempt to reduce the size of the generated
     code.

-Oconfig=<file> expands to the sequence of passes determined by the
                flags specified in the user-provided file.
2017-10-10 12:14:09 -04:00
..
as spirv-as: Fail for unrecognized long option 2017-09-05 19:49:59 -04:00
cfg Add SPIR-V 1.2 support, for OpenCL 2.2 2017-05-15 17:10:07 -04:00
comp Added compression tool tools/spirv-markv. Work in progress. 2017-06-30 12:22:48 -04:00
dis Disassembler: Print colour codes only when writing to a terminal 2017-08-28 19:14:48 -04:00
emacs Define variable to skip installation 2017-07-04 12:24:44 -04:00
lesspipe Define variable to skip installation 2017-07-04 12:24:44 -04:00
link Implement Linker (module combiner) 2017-10-06 18:33:53 -04:00
opt Add -O, -Os and -Oconfig flags. 2017-10-10 12:14:09 -04:00
stats Updated markv_autogen 2017-09-20 10:23:22 -04:00
val Add SPIR-V 1.2 support, for OpenCL 2.2 2017-05-15 17:10:07 -04:00
CMakeLists.txt Implement Linker (module combiner) 2017-10-06 18:33:53 -04:00
io.h Relicense SPIRV-Tools under Apache 2.0 2016-09-02 10:00:29 -04:00