Test for pollution of the global namespace
[platform/upstream/SPIRV-Tools.git] / utils /
2017-11-24 David NetoTest for pollution of the global namespace
2017-10-31 Steven PerronFix copyright check when the build directory is in...
2017-10-28 Jesus CarabanoUse std::lower_bound for opcode lookup
2017-10-25 Lei ZhangTurn all function static non-POD variables into global...
2017-10-06 Pierre MoreauImplement Linker (module combiner)
2017-09-26 Lei ZhangAvoid using global static variables
2017-09-14 David NetoRecognize SPV_AMD_shader_fragment_mask
2017-09-02 David NetoMake enums for all currently published extensions
2017-06-21 Rex XuAdd support for SPV AMD extensions
2017-05-25 Andrey TuganovAdded extension SPV_VALIDATOR_ignore_type_decl_unique
2017-04-07 David NetoSupport SPV_KHR_storage_buffer_storage_class
2017-03-23 David NetoSupport SPV_AMD_gcn_shader
2017-03-20 David NetoDo nothing if trying to make the current dir
2017-03-16 Andrey TuganovAutogenererating enum-string mappings from grammar
2017-03-09 Andrey TuganovFix extension grammar parsing
2017-01-17 David NetoSay why we allow override of build timestamp
2017-01-17 Bernhard M. Wiedemannmake build reproducible
2017-01-16 Ehsan NasiriAdding decoration class and tests.
2017-01-06 David NetoAllow trailing whitespace on version lines in CHANGES
2016-12-21 David NetoSupport building under CYGWIN
2016-12-20 David NetoGenerate spvasm.vim
2016-12-09 David NetoGet vendor tool info from the SPIR-V registry file
2016-09-16 David NetoAdd basic support for SPV_KHR_shader_ballot
2016-09-11 steve-lunargadd spirv-dis/spirv-as support for emacs when loading...
2016-09-02 David NetoRelicense SPIRV-Tools under Apache 2.0
2016-09-02 David NetoAdd check_copyright to check or update copyright.
2016-09-02 David NetoFix Google copyright lines
2016-08-30 David NetoHandle capabilities larger than value 63
2016-08-15 David NetoAvoid race on mkdir
2016-08-05 Lei ZhangCreate directory first if not existing and always refresh.
2016-08-05 Lei ZhangAvoid redefining builtin dir.
2016-06-15 David NetoFix ExtInst parsing: no IdRef* at end
2016-06-02 David NetoFix CHANGES file version parsing. -dev is optional
2016-04-22 David NetoAdd CHANGES file with high level software history
2016-04-22 Dejan MircevskiMake grammar-generation fail if over 64 capabilities.
2016-04-18 David NetoMake directories more safely.
2016-04-13 Lei ZhangGrammar update: OpPhi now uses PairIdRefIdRef as the...
2016-04-13 Lei ZhangUpdate the core grammar.
2016-04-12 David NetoMake paths to grammar output files
2016-04-08 Lei ZhangAllow to only build certain grammar tables.
2016-04-04 Lei ZhangUse JSON grammar files to generate extended instruction...
2016-04-01 Lei ZhangUse the JSON grammar file to generate various info...
2016-03-11 Lei ZhangReturn str in describe() as said by the blurb.
2016-03-11 Lei ZhangFix the corner case in version generation script.
2016-03-07 Lei ZhangAdd comments to explain why calling decode().
2016-03-06 Lei ZhangRun pyformat with -s 4 --force_quote_type=single.
2016-03-06 Lei Zhang Imporve compatibility with Python3.
2016-02-24 David NetoIf no tag in the repo, then show the commit hash
2016-02-23 David NetoUse subprocess.Popen, hoping for Windows portability
2016-02-23 qiningImplement --version for spirv-tools