platform/upstream/SPIRV-Tools.git
2017-09-20 Andrey TuganovAdd validate logicals pass to the validator
2017-09-20 Andrey TuganovRefactored validate_aritmetics.cpp
2017-09-20 Andrey TuganovUpdated markv_autogen
2017-09-19 Greg FischerElimLocalMultiStore: Reset structured successors for...
2017-09-18 Steven PerronAdd strength reduction; for now replace multiply by...
2017-09-16 GregFExtractInsert: Handle rudimentary CompositeConstruct...
2017-09-14 David NetoRecognize SPV_AMD_shader_fragment_mask
2017-09-08 Andrey TuganovAdd new checks to validate arithmetics pass
2017-09-08 David NetoUpdate CHANGES for OpModuleProcessed validation rule
2017-09-07 David Netovalidator: OpModuleProcessed allowed in layout section 7c
2017-09-06 Andrey TuganovUpdate MARK-V to version 1.01
2017-09-05 David Netospirv-as: Fail for unrecognized long option
2017-09-05 David NetoInliner: Fix LoopMerge when inline into loop header...
2017-09-05 Andrey TuganovAdd validation pass for arithmetic operations
2017-09-02 David NetoMake enums for all currently published extensions
2017-09-01 David NetoStarge v2017.1-dev
2017-09-01 David NetoCreate v2017.0
2017-09-01 David NetoFinalize v2016.7
2017-09-01 David NetoUpdate CHANGES for recent inliner fixes
2017-09-01 Andrey TuganovFix mingw build (source/print.cpp)
2017-09-01 David NetoInliner: Remap callee entry block id to single-trip...
2017-09-01 David NetoInline: Fix single-block loop caller cases
2017-09-01 David NetoBasicBlock: add ctail, GetMergeInst, GetLoopMergeInst
2017-09-01 David NetoUpdate tests for new preferred name as ShaderViewportIn...
2017-09-01 David NetoUpdate CHANGES for fix to 781
2017-09-01 Andrey TuganovExtension allows multiple same OpTypePointer types
2017-08-30 David NetoUpdate CHANGES for fix to 776
2017-08-30 GregFDeadBranchElim: Fix dead block detection to ignore...
2017-08-30 GregFInlineOpaque: Remove from usage until complete Opaque...
2017-08-30 David NetoUpdate changes for fix to issue 782
2017-08-30 GregFInline: Fix remapping of non-label forward references...
2017-08-28 David NetoDisassembler: Print colour codes only when writing...
2017-08-28 Andrey TuganovFix encode zero bits on word boundary bug
2017-08-25 David NetoShow result id for CompositeInsert validation failure
2017-08-25 GregFREADME: Add reference to SPIR-V size reduction white...
2017-08-24 David NetoWindows: Increase intensity of blue text
2017-08-24 Lukas HermannsFix: background color was erroneously reset on Win32...
2017-08-24 David NetoUpdated capabilites for SampleMask
2017-08-18 GregFOpt: Create InlineOpaquePass
2017-08-18 GregFOpt: Have "size" passes process full entry point call...
2017-08-16 Lei ZhangSupport supplying extra definitions via CMAKE variable
2017-08-16 Andrey TuganovHuffman codec can serialize to text
2017-08-15 GregFOpt: Add opaque tests
2017-08-10 Andrey TuganovAdd id descriptor feature to SPIR-V
2017-08-10 GregFADCE: Add support for function calls
2017-08-10 David NetoUpdate CHANGE to list fix for issue 755
2017-08-10 David NetoInliner: callee can have early return that isn't multi...
2017-08-04 GregFAccessChainConvert: Add HasOnlySupportedRefs()
2017-08-04 GregFInline: Split out InlineExhaustivePass from InlinePass
2017-08-04 GregFMem2Reg: Allow Image and Sampler types as base target...
2017-08-04 David NetoUpdate CHANGES with common uniform loads pass
2017-08-04 GregFUpdate README.md with new code-reduction passes
2017-08-03 GregFAdd CommonUniformElim pass
2017-08-02 GregFAdd MemPass, move all shared functions to it.
2017-08-02 Andrey TuganovAdd multi-sequence move-to-front implementation
2017-08-02 David NetoUpdate CHANGES with recently added optimizations
2017-08-02 GregFOpt: Add new size-reduction passes to usage message.
2017-08-01 Andrey TuganovAdded C++ code generation to spirv-stats
2017-08-01 David NetoAdd Appveyor config that uses VS 2017
2017-07-26 GregFOpt: Delete names and decorations of dead instructions
2017-07-26 Lei ZhangOpt: HasOnlySupportedRefs should consider OpCopyObject
2017-07-26 Lei ZhangRevert "Revert "Opt: LocalBlockElim: Add HasOnlySupport...
2017-07-25 GregFAdd extension whitelists to size-reduction passes.
2017-07-22 Lei ZhangRevert "Opt: LocalBlockElim: Add HasOnlySupportedRefs"
2017-07-22 greg-lunargOpt: LocalBlockElim: Add HasOnlySupportedRefs
2017-07-21 GregFFix handling of CopyObject in GetPtr and its call sites
2017-07-13 Lenny KomowFix Visual Studio size_t cast compiler warning
2017-07-12 Greg FischerLocalMultiStore: Always put varId for backedge on loop...
2017-07-12 GregFDeadBranchElim: Improve algorithm to only remove blocks...
2017-07-10 David NetoMinor code review feedback on AggressiveDCE
2017-07-10 GregFAdd AggressiveDCEPass
2017-07-07 GregFAdd LocalMultiStoreElim pass
2017-07-07 GregFDeadBranchElim: Add DeadBranchElimPass
2017-07-05 David NetoInclude memory and semantics IDs when iterating over...
2017-07-04 Andrey TuganovMARK-V decoder supports extended instructions
2017-07-04 David NetoUpdate CHANGES to say we use GNUIntallDirs
2017-07-04 d3x0rDefine variable to skip installation
2017-07-04 Chris ForbesConvert pattern stack from deque to vector, and share it
2017-07-04 Andrey TuganovAdded fixed width encoding to bit_stream
2017-06-30 Andrey TuganovAdded compression tool tools/spirv-markv. Work in progress.
2017-06-29 Andrey TuganovAdded log(n) move-to-front implementation
2017-06-29 Andrey TuganovAdded Huffman codec to utils
2017-06-28 Lei ZhangTravis CI: stop requiring sudo and use make instead...
2017-06-28 Chris ForbesDon't do hash lookup twice in FindDef
2017-06-28 Chris ForbesMove spv_instruction_t's into vector
2017-06-28 Chris ForbesReserve expected length of instructions vector
2017-06-28 Chris ForbesMove some temp vectors into parser state
2017-06-27 GregFBlockMerge: Add BlockMergePass
2017-06-22 David NetoUpdate CHANGES
2017-06-21 Rex XuAdd support for SPV AMD extensions
2017-06-21 GregFmem2reg: Add InsertExtractElimPass
2017-06-20 David NetoTransform multiple entry points
2017-06-19 GregFmem2reg: Add LocalSingleStoreElimPass
2017-06-12 GregFmem2reg: Add pass to eliminate local loads and stores...
2017-06-07 rdbDon't install googletest and googlemock
2017-06-04 GregFMem2Reg: Add Local Access Chain Convert pass
2017-06-03 Gabríel Arthúr... Fix memory leak in ValidateBinaryUsingContextAndValidat...
2017-05-31 Andrey TuganovBots print output from timed out tests
2017-05-29 Andrey TuganovFixed misspelled ctest flag --output_on_failure
2017-05-28 rdbSupport building on FreeBSD
next