aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2016-09-16Add basic support for SPV_KHR_shader_ballotDavid Neto
2016-09-11add spirv-dis/spirv-as support for emacs when loading .spv binariessteve-lunarg
2016-09-02Relicense SPIRV-Tools under Apache 2.0David Neto
2016-09-02Add check_copyright to check or update copyright.David Neto
2016-09-02Fix Google copyright linesDavid Neto
2016-08-30Handle capabilities larger than value 63David Neto
2016-08-15Avoid race on mkdirDavid Neto
2016-08-05Create directory first if not existing and always refresh.Lei Zhang
2016-08-05Avoid redefining builtin dir.Lei Zhang
2016-06-15Fix ExtInst parsing: no IdRef* at endDavid Neto
2016-06-02Fix CHANGES file version parsing. -dev is optionalDavid Neto
2016-04-22Add CHANGES file with high level software historyDavid Neto
2016-04-22Make grammar-generation fail if over 64 capabilities.Dejan Mircevski
2016-04-18Make directories more safely.David Neto
2016-04-13Grammar update: OpPhi now uses PairIdRefIdRef as the last operand.Lei Zhang
2016-04-13Update the core grammar.Lei Zhang
2016-04-12Make paths to grammar output filesDavid Neto
2016-04-08Allow to only build certain grammar tables.Lei Zhang
2016-04-04Use JSON grammar files to generate extended instruction sets.Lei Zhang
2016-04-01Use the JSON grammar file to generate various info tables.Lei Zhang
2016-03-11Return str in describe() as said by the blurb.Lei Zhang
2016-03-11Fix the corner case in version generation script.Lei Zhang
2016-03-07Add comments to explain why calling decode().Lei Zhang
2016-03-06Run pyformat with -s 4 --force_quote_type=single.Lei Zhang
2016-03-06 Imporve compatibility with Python3.Lei Zhang
2016-02-24If no tag in the repo, then show the commit hashDavid Neto
2016-02-23Use subprocess.Popen, hoping for Windows portabilityDavid Neto
2016-02-23Implement --version for spirv-toolsqining