platform/upstream/SPIRV-Tools.git
2016-06-24 Lei ZhangTravis CI: bump OS X and XCode version.
2016-06-24 David NetoUse pseudo entry and pseudo exit blocks for dominance.
2016-06-22 Lei ZhangUse arguments for add_spvtools_unittest.
2016-06-22 Lei ZhangAppveyor: Pull SPIRV-Headers for building and update...
2016-06-22 Umar ArshadValidator structured flow checks: back-edge, constructs
2016-06-21 Lei ZhangIgnore Vim swap files.
2016-06-15 David NetoFix ExtInst parsing: no IdRef* at end
2016-06-14 David NetoFix OpenCL pow and pown arguments
2016-06-14 David NetoIn physical addressing, functions can return pointers
2016-06-10 Lei ZhangUse SPIR-V headers from the KhronosGroup/SPIRV-Headers...
2016-06-10 David Netostd::function needs <functional>. Fixes Android build
2016-06-10 David NetoAvoid copy of work list argument: make it const ref
2016-06-10 Umar ArshadRefactor depth first traversal to be more generic
2016-06-09 Umar ArshadFix diagnostic message for layout errors
2016-06-08 Umar ArshadSplit validate_types file into multiple classes
2016-06-06 Umar ArshadRemove redundant in_block function from Function
2016-06-04 Dejan MircevskiAvoid accessing invalid iterator.
2016-06-03 Umar ArshadAdditional CFG tests
2016-06-02 David NetoFix CHANGES file version parsing. -dev is optional
2016-06-02 Dejan MircevskiMake googletest regexes portable.
2016-06-02 Umar ArshadControl Flow Graph Validation
2016-05-30 Lei ZhangCreate a function for adding unittests in CMake.
2016-05-26 Lei ZhangTravis CI: Use ctest to run all the tests.
2016-05-17 Lei ZhangAdd Appveyor configuration for Windows build.
2016-05-13 Dejan MircevskiTest ABGR in both 1.0 and 1.1.
2016-05-11 Dejan MircevskiRemove needless include dir for spirv-dis.
2016-05-11 Dejan MircevskiTest ABGR image channel order.
2016-05-11 Dejan MircevskiTest OpModuleProcessed.
2016-05-11 Dejan MircevskiRemove done TODOs in OpNameTest.
2016-05-11 Dejan MircevskiTest SpecId validation.
2016-05-11 Dejan MircevskiAdd --target-env.
2016-05-11 Dejan MircevskiAdd tests for MaxByteOffset.
2016-05-09 Jamie MadillAdd PipeStorage tests.
2016-04-29 Jamie MadillFix several warnings exposed in MSVS 2015.
2016-04-29 Florian Zieschebitcast fixes
2016-04-29 Dejan MircevskiAdd v1.1 tests for OpLoopMerge.
2016-04-29 Dejan MircevskiAdd v1.1 capabilities validation.
2016-04-28 Dejan MircevskiAdd basic Initializer/Finalizer tests.
2016-04-27 Lei ZhangUse a single definition of ARRAY_SIZE to simplify code.
2016-04-27 Dejan MircevskiAdd OpSizeOf tests.
2016-04-26 Dejan MircevskiRefactor OpExecutionModeTest and apply it on v1.1.
2016-04-26 Dejan MircevskiRefactor v1.1 tests and turn them on.
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-22 Dejan MircevskiEliminate kCapabilitiesMin/Max.
2016-04-22 Dejan MircevskiTurn module_capabilities_ into a spv_capability_mask_t.
2016-04-21 Dejan MircevskiBump kCapabilitiesMaxValue for v1.1.
2016-04-21 Dejan MircevskiFix Windows build.
2016-04-21 Lei ZhangAvoid going out of bound in advanceLine() and refine...
2016-04-21 Dejan MircevskiAdd tests for SubgroupDispatch.
2016-04-20 Dejan MircevskiMention 1.1 support in the README.
2016-04-19 Dejan MircevskiFirst tests for SPIR-V v1.1.
2016-04-18 Lei ZhangFix wrong grammar .inc file dependency introduced by...
2016-04-18 Lei ZhangRework CMake rules for building grammar tables.
2016-04-18 Derek SollenbergerUpdate cmake files to support Android as a build target.
2016-04-18 David NetoMake directories more safely.
2016-04-18 Dejan MircevskiAdd SPIR-V 1.1 grammar.
2016-04-18 Dejan MircevskiMark SPIR-V grammar files as 1.0.
2016-04-14 Lei ZhangGLSL grammar update.
2016-04-14 John KessenichMerge pull request #181 from antiagainst/readme
2016-04-14 Lei ZhangUse footnotes for links in README.md.
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-11 Dejan MircevskiRemove revision from SPV_ENV_*.
2016-04-08 Lei ZhangAllow to only build certain grammar tables.
2016-04-07 Lei ZhangRemove the outdated patch file.
2016-04-05 Dejan MircevskiFix MSVC error C2797.
2016-04-04 Lei ZhangUse JSON grammar files to generate extended instruction...
2016-04-04 Lei ZhangRname grammar.json to spirv.core.grammar.json and add...
2016-04-04 Dejan MircevskiFix validation of array length.
2016-04-04 Lei ZhangRemove dependency on SPIR-V headers in libspirv.h.
2016-04-03 Chris ForbesEnable linking against libSPIRV-Tools from linux shared...
2016-04-02 Eric EngestromFix spelling mistakes
2016-04-01 Lei ZhangUse the JSON grammar file to generate various info...
2016-04-01 Dejan MircevskiHandle CRLF in assembly text.
2016-03-31 Dejan MircevskiAdd a target environment to spvContextCreate().
2016-03-29 David NetoOpExecutionMode only takes a single ExecutionMode
2016-03-29 Lei ZhangCapability fix: ImageReadWrite & ImageMipmap require...
2016-03-21 Andrew WoloszynMake everything compile cleanly with -Wpedantic.
2016-03-17 David NetoSupport both -h, --help on spirv-as, spirv-val
2016-03-17 Lei ZhangTravis CI: update test binary location and return corre...
2016-03-17 Lei ZhangSplit CMakeLists.txt into smaller ones.
2016-03-17 Lei ZhangTravis CI: add configuration for testing on Mac OS X.
2016-03-16 David NetoSupport Linux-to-Windows cross comiple via MinGW
2016-03-16 Lei ZhangChange the interface for getWord().
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.
next