Test for pollution of the global namespace
[platform/upstream/SPIRV-Tools.git] / source / CMakeLists.txt
2017-11-24 David NetoTest for pollution of the global namespace
2017-11-23 Andrey TuganovAdd derivatives validation pass
2017-11-22 Andrey TuganovValidator pass for image instructions
2017-10-20 Andrey TuganovAdd validation pass for conversion instructions
2017-10-06 Pierre MoreauImplement Linker (module combiner)
2017-09-26 Andrey TuganovAdd bitwise operations validator pass
2017-09-20 Andrey TuganovAdd validate logicals pass to the validator
2017-09-05 Andrey TuganovAdd validation pass for arithmetic operations
2017-08-10 Andrey TuganovAdd id descriptor feature to SPIR-V
2017-07-04 d3x0rDefine variable to skip installation
2017-06-30 Andrey TuganovAdded compression tool tools/spirv-markv. Work in progress.
2017-06-21 Rex XuAdd support for SPV AMD extensions
2017-05-15 David NetoAdd SPIR-V 1.2 support, for OpenCL 2.2
2017-05-12 Andrey TuganovAdded bit stream utils
2017-05-08 Greg FischerInline: Create CFA class
2017-04-10 Andrey TuganovAdded statistical analysis tool (tool/stats)
2017-04-06 Lei ZhangGroup targets into folders
2017-04-03 David NetoFix spelling in SPV_AMD_gcn_shader support
2017-03-23 David NetoSupport SPV_AMD_gcn_shader
2017-03-17 Andrey TuganovValidator dissallows unsupported Vulkan capability
2017-03-16 Andrey TuganovAutogenererating enum-string mappings from grammar
2017-03-14 Andrey TuganovValidator checks if operands require extension
2017-03-09 Andrey TuganovValidator parses and registers OpExtension
2017-03-02 David NetoUse OpenCL extinst definitions from SPIRV-Headers
2017-03-01 Andrey TuganovIssue 559: check type declaration uniqueness
2017-02-28 Ehsan NasiriAdd command line options struct for the validator
2017-01-18 Ehsan NasiriValidation for decoration rules. Fixes issue #499.
2017-01-16 Ehsan NasiriAdding decoration class and tests.
2016-12-20 David NetoGenerate spvasm.vim
2016-12-09 David NetoGet vendor tool info from the SPIR-V registry file
2016-11-15 David NetoExtract EmitNumericLiteral from disassembler
2016-11-09 Lei ZhangRename validation source files to comply with Google...
2016-11-08 Ehsan NasiriAdding validation for vector data rule.
2016-11-03 David NetoRemove source/instruction.cpp
2016-09-21 Lei ZhangPublish the C++ interface.
2016-09-16 Lei ZhangAdd MessageConsumer to PassManager, Pass, and analysis...
2016-09-08 qiningPull out the number parsing logic
2016-09-02 David NetoRelicense SPIRV-Tools under Apache 2.0
2016-09-01 David NetoRefactor CapabilitySet into templated class EnumSet
2016-08-30 David NetoAdd libspirv::CapabilitySet
2016-08-09 Umar ArshadRefactor Id -> Instruction
2016-08-05 Lei ZhangAvoid redefining builtin dir.
2016-07-26 Umar ArshadRefactor IDs definition and use tracking
2016-07-19 David NetoDisassembling: map IDs to friendly names.
2016-06-25 Lei ZhangAdd classes for representing SPIR-V language constructs...
2016-06-10 Lei ZhangUse SPIR-V headers from the KhronosGroup/SPIRV-Headers...
2016-06-08 Umar ArshadSplit validate_types file into multiple classes
2016-05-11 Dejan MircevskiAdd --target-env.
2016-04-27 Lei ZhangUse a single definition of ARRAY_SIZE to simplify code.
2016-04-22 David NetoAdd CHANGES file with high level software history
2016-04-18 Lei ZhangFix wrong grammar .inc file dependency introduced by...
2016-04-18 Lei ZhangRework CMake rules for building grammar tables.
2016-04-18 Dejan MircevskiAdd SPIR-V 1.1 grammar.
2016-04-18 Dejan MircevskiMark SPIR-V grammar files as 1.0.
2016-04-04 Lei ZhangRemove dependency on SPIR-V headers in libspirv.h.
2016-04-01 Lei ZhangUse the JSON grammar file to generate various info...
2016-03-17 Lei ZhangSplit CMakeLists.txt into smaller ones.