Fix folding insert feeding extract
[platform/upstream/SPIRV-Tools.git] / utils / generate_grammar_tables.py
2018-02-15 Lei ZhangAvoid using static unordered_map (#1304)
2017-12-29 Leo Izenutils/generate_grammar_tables.py: use spaces for indent...
2017-12-22 David NetoAdd asm, dis support for DebugInfo extended instruction set
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-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-16 Andrey TuganovAutogenererating enum-string mappings from grammar
2017-03-09 Andrey TuganovFix extension grammar parsing
2016-09-16 David NetoAdd basic support for SPV_KHR_shader_ballot
2016-09-02 David NetoRelicense SPIRV-Tools under Apache 2.0
2016-08-30 David NetoHandle capabilities larger than value 63
2016-08-15 David NetoAvoid race on mkdir
2016-06-15 David NetoFix ExtInst parsing: no IdRef* at end
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...