platform/upstream/SPIRV-Tools.git
2016-03-16 Lei ZhangTravis CI: use Ubuntu 14.04 (Trusty) as the Linux envir...
2016-03-15 Dejan MircevskiRemove AssemblyContext::getWord().
2016-03-14 Daniel RobertsonAdd patchlevel to CMake requirement
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 Andrew WoloszynFixed float->int16 conversion warnings in VS2013.
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-03-02 Florian ZiescheDon't check kernel entry-point signatures.
2016-03-01 Dejan MircevskiMake libspirv.h more C friendly.
2016-02-26 Lei ZhangRemove stale code.
2016-02-25 Lei ZhangFix issues reported by cppcheck.
2016-02-24 Andrew WoloszynAdded missing <cstdint> in bitutils.
2016-02-24 David NetoIf no tag in the repo, then show the commit hash
2016-02-24 Andrew WoloszynActually find the python executable before use.
2016-02-23 David NetoUse subprocess.Popen, hoping for Windows portability
2016-02-23 Lei ZhangRemove spv_validate_options_t and change tests accrodingly.
2016-02-23 qiningImplement --version for spirv-tools
2016-02-22 Lei ZhanggetWord() should not go beyond the end of the source...
2016-02-22 David Netospirv-val help says it's a work in progress.
2016-02-19 Lei ZhangAvoid closing stdin and stdout.
2016-02-19 Lei ZhangFix command line option errors in val.
2016-02-19 Lei ZhangSupport outputting to stdout in the as tool.
2016-02-18 Eric EngestromRemove unnecessary null pointer checks
2016-02-18 Lei ZhangDocument SPIR-V binary and assembly file naming convention.
2016-02-18 Lei ZhangUse unordered_map to store defs in UseDefTracker for...
2016-02-18 Lei ZhangSupport using stdin to supply input in the val tool.
2016-02-18 Lei ZhangSupport using stdin to supply input in the as tool.
2016-02-18 Lei ZhangReject unknown long-named command line options in dis.
2016-02-18 David NetoFix the source organization section in README.md
2016-02-17 David NetoSPIR-V Tools fully supports SPIR-V 1.0 Rev3
2016-02-17 David NetoAdd MultiViewport capability, new in 1.0.3
2016-02-17 David NetoRearrange headers
2016-02-17 David NetoSome GLSL extended instructions depend on capabilities.
2016-02-17 David NetoAdd GLSL instructions NMin, NMax, NClamp
2016-02-17 David NetoTest OpImageSparseRead
2016-02-17 Andrew WoloszynFixed internal compiler error in gcc-4.9.
2016-02-17 David NetoRemove remaining float overflow value tests
2016-02-16 David NetoUse syntax tables for SPIR-V 1.0 Rev3
2016-02-16 David NetoUpdate capabilities for 1.0 Rev3
2016-02-16 David NetoDon't promise particular values when float parsing...
2016-02-16 David NetoConfigure gmock locally only if not already configured.
2016-02-15 David NetoUse SPIR-V headers for 1.0 Rev3
2016-02-15 David NetoParse overflow for fp16 like for 32- and 64-bit
2016-02-12 David NetoFloat literal parsing fixes
2016-02-11 David NetoReject float literals with two leading signs
2016-02-08 David NetoMore parsing tests for literals with leading minus
2016-02-04 Dejan MircevskiMake IsTypeNullable a transitive check.
2016-02-03 Dejan MircevskiEliminate parameter-order check from ID-validation.
2016-02-03 Dejan MircevskiAllow Op[No]Line between OpFunctionParameters.
2016-02-02 Dejan MircevskiEnable ctest.
2016-02-02 David NetoValidation of mask operand capabilities is more data...
2016-02-02 David NetoAdd spvOperandIsConcreteMask
2016-02-02 Dejan MircevskiUse AssemblyGrammar for capability validation.
2016-01-29 Dejan MircevskiForbid Generic variables.
2016-01-29 qiningFix validator mem overflow when tracking capabilities
2016-01-29 Dejan MircevskiFix in-function storage class validation.
2016-01-28 Dejan MircevskiInitialize vector<string>s on first use, not statically.
2016-01-28 Dejan MircevskiFix validation of return value.
2016-01-27 Dejan MircevskiRemove spvOpcodeIsObject().
2016-01-27 Umar ArshadInitial capability implementation and unit tests
2016-01-26 Lei ZhangQualify CMake function names with "spvtools" to avoid...
2016-01-22 Dejan MircevskiFix spvOpcodeIsScalarType() to include Boolean.
2016-01-21 Dejan MircevskiDon't fail validation in unimplemented cases.
2016-01-21 Dejan MircevskiFix OpLoad pointee type validation.
2016-01-20 David NetoAdd disassembler option to show byte offset
2016-01-20 Dejan MircevskiTrack uses and defs during parsing.
2016-01-19 Andrew WoloszynSince g++-4.9 has an ICE occasionally in travis add...
2016-01-18 Umar ArshadFix missing OpNoLine layout checks
2016-01-15 David NetoDisable warnings C4503 on MSVC for test code
2016-01-15 Umar ArshadValidation refactor
2016-01-14 Lei ZhangAdd configuration for Travis CI.
2016-01-14 Umar ArshadAdd missing branch instructions in SSA tests
2016-01-13 Umar ArshadRemove static vector from GetModuleOrder
2016-01-13 Andrew WoloszynFixed warning in VS2013 build.
2016-01-13 Norbert NopperFix, that spirv-tools did not build, as two casts are...
2016-01-13 Dejan MircevskiFix build by renaming ValidationState_t constructor...
2016-01-13 Umar ArshadFunction and block layout checks. very basic CFG.
2016-01-12 Andrew WoloszynFixed use-after-free in isStartOfNewInst() tests.
2016-01-11 Andrew WoloszynMinor fixes to remove warnings in VS2013.
2016-01-11 David NetospvDiagnosticDestroy is safe to call on nullptr
2016-01-11 Andrew WoloszynFix endian-ness conversion in the binary parser.
2016-01-11 Andrew WoloszynMade compilation with gcc and clang more strict.
2016-01-08 Andrew WoloszynSupport 16-bit float in assembler and disassembler
2016-01-07 Dejan MircevskiExtend copyright to 2016.
2016-01-07 Dejan MircevskiUndefine a macro after use.
2016-01-06 David NetoFix shadowing warnings reported by GCC
2016-01-06 David NetoFix conversion warnings reported by GCC.
2016-01-06 David NetoExplicitly convert to narrower type.
2016-01-06 David NetoAvoid variable shadowing
2016-01-06 David NetoAvoid warning for implicit conversion of char array...
2016-01-06 David NetoFix var shadowing and width mismatches in hex_float.h
2016-01-06 David NetoAvoid parameter shadowing in source/diagnostic.h
2016-01-05 David NetoFix list of opcodes allowed for OpSpecConstantOp
2016-01-05 David Netooperator<< on FloatProxy preserves float and fill
2016-01-05 David NetoFix parser assert failure for a bad OpSwitch
2016-01-04 David NetoAvoid relative path in #include
2016-01-04 David NetoRename endian.h to spirv_endian.h
2015-12-18 David NetoAdd spirv.py from the SPIR-V 1.0.2 registry
next