summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Script to fixup fuzzer results (#1792)dan sinclair1-0/+25
2018-07-07Change libspirv to spvtools namespace (#1678)dan sinclair1-2/+2
2018-06-27check_symbol_exports on Python3, MacGreg Roth1-1/+2
2018-04-05More automatic extension supportDavid Neto1-85/+41
2018-04-03Add SPV_NV_shader_subgroup_partitioned to EXTENSIONS_FROM_SPIRV_REGISTRYJeff Bolz1-0/+1
2018-03-29Use standard SPIR-V version scheme for version requirementLei Zhang1-2/+2
2018-03-17Migrate to use unified grammar tablesLei Zhang1-56/+89
2018-03-08Add missing SPV extension stringsRex Xu1-0/+2
2018-03-05Support SPV_GOOGLE_decorate_string and SPV_GOOGLE_hlsl_functionality1David Neto1-0/+2
2018-02-15Avoid using static unordered_map (#1304)Lei Zhang1-11/+23
2018-02-09Fix generation of Vim syntax fileDavid Neto1-0/+15
2018-01-25Initial implementation of if conversionAlan Baker1-0/+1
2018-01-12Adding ostream operators for IR structuresAlan Baker1-2/+2
2018-01-05Ignore clang-format-diff.py from copyrights checkPierre Moreau1-5/+9
2017-12-29utils/generate_grammar_tables.py: use spaces for indentationLeo Izen1-18/+18
2017-12-22Add asm, dis support for DebugInfo extended instruction setDavid Neto2-21/+219
2017-12-05Travis CI: add clang-format checkLei Zhang1-0/+37
2017-11-23Test for pollution of the global namespaceDavid Neto1-0/+92
2017-10-31Fix copyright check when the build directory is in the source directory.Steven Perron1-1/+1
2017-10-28Use std::lower_bound for opcode lookupJesus Carabano1-4/+10
2017-10-25Turn all function static non-POD variables into global POD variablesLei Zhang1-35/+138
2017-10-06Implement Linker (module combiner)Pierre Moreau1-1/+2
2017-09-26Avoid using global static variablesLei Zhang1-15/+21
2017-09-14Recognize SPV_AMD_shader_fragment_maskDavid Neto1-0/+1
2017-09-02Make enums for all currently published extensionsDavid Neto1-19/+37
2017-06-21Add support for SPV AMD extensionsRex Xu1-0/+9
2017-05-25Added extension SPV_VALIDATOR_ignore_type_decl_uniqueAndrey Tuganov1-1/+8
2017-04-07Support SPV_KHR_storage_buffer_storage_classDavid Neto1-8/+16
2017-03-23Support SPV_AMD_gcn_shaderDavid Neto1-20/+46
2017-03-20Do nothing if trying to make the current dirDavid Neto1-0/+4
2017-03-16Autogenererating enum-string mappings from grammarAndrey Tuganov1-1/+123
2017-03-09Fix extension grammar parsingAndrey Tuganov1-2/+2
2017-01-17Say why we allow override of build timestampDavid Neto1-3/+9
2017-01-17make build reproducibleBernhard M. Wiedemann1-1/+5
2017-01-16Adding decoration class and tests.Ehsan Nasiri1-2/+2
2017-01-06Allow trailing whitespace on version lines in CHANGESDavid Neto1-1/+5
2016-12-21Support building under CYGWINDavid Neto1-1/+1
2016-12-20Generate spvasm.vimDavid Neto1-0/+192
2016-12-09Get vendor tool info from the SPIR-V registry fileDavid Neto1-0/+72
2016-09-16Add basic support for SPV_KHR_shader_ballotDavid Neto1-5/+21
2016-09-11add spirv-dis/spirv-as support for emacs when loading .spv binariessteve-lunarg1-0/+1
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto1-0/+13
2016-09-02Add check_copyright to check or update copyright.David Neto1-0/+215
2016-09-02Fix Google copyright linesDavid Neto1-1/+1
2016-08-30Handle capabilities larger than value 63David Neto1-39/+7
2016-08-15Avoid race on mkdirDavid Neto2-5/+21
2016-08-05Create directory first if not existing and always refresh.Lei Zhang1-3/+11
2016-08-05Avoid redefining builtin dir.Lei Zhang1-13/+14
2016-06-15Fix ExtInst parsing: no IdRef* at endDavid Neto1-0/+16
2016-06-02Fix CHANGES file version parsing. -dev is optionalDavid Neto1-3/+3