platform/upstream/SPIRV-Tools.git
2017-12-08 GregFSingleStore: Support OpVariable Initialization
2017-12-08 Steven PerronAdd option to spirv-opt to skip the validator.
2017-12-08 Diego NovilloAdd a new constant manager class.
2017-12-07 Steven PerronAdd global redundancy elimination
2017-12-07 Steven PerronKill names and decoration in inlining.
2017-12-07 Victor LomullerAdd depth first iterator for trees
2017-12-06 Diego NovilloRevert extraneous changes from commit 8ec62deb2.
2017-12-06 Stephen McGroartyDominator Tree Analysis (#3)
2017-12-05 Diego NovilloSort flags in help message - NFC.
2017-12-05 Lei ZhangCMake: allow both SPIRV-Headers and spirv-headers
2017-12-05 Andrey TuganovAdd composite instruction validation pass
2017-12-05 Lei ZhangDo not zip and deploy for check formatting
2017-12-05 Lei ZhangGo back to root directory
2017-12-05 Lei ZhangTravis CI: add clang-format check
2017-12-05 Diego NovilloUpdate .appveyor.yml
2017-12-04 Andrey TuganovFix some of the known issues in image validation
2017-12-04 Steven PerronDCEInst kill the same instruction twice.
2017-12-04 Diego NovilloChange Release builds to Release with debug info on...
2017-12-04 Diego NovilloRemove cfg_ field from SSAPropagator class - NFC.
2017-12-04 Steven PerronChange IRContext::KillInst to delete instructions.
2017-12-04 Steven PerronCompute value number when the value table is constructed.
2017-12-04 Daan WendelenFixed typo that leaked to the binary
2017-12-01 Diego NovilloAdd simplified instructions for pushing a reviewed PR.
2017-12-01 Lei ZhangTravis: mark MacOS builds as optional
2017-12-01 Diego NovilloRe-format CONTRIBUTING.md - NFC.
2017-12-01 Lei ZhangFix Dref type check in validator
2017-12-01 Lei ZhangAppveyor: use ninja instead of MSBuild
2017-12-01 Pierre MoreauOpt: Remove unused lambda captures
2017-12-01 Lei ZhangSupport outputting ANSI color escape sequences in library
2017-11-30 David NetoErase decorations removed from internal collections
2017-11-30 David NetoFix validation of group ops in SPV_AMD_shader_ballot
2017-11-29 Diego NovilloFix #1034 - Give Edge::operator<() weak ordering semantics.
2017-11-29 Andrey TuganovValidate OpTypeImage and OpTypeSampleImage
2017-11-29 Daniel SchürmannLinker: Fix incorrect exit status.
2017-11-29 Steven PerronCreate CONTRIBUTING.md
2017-11-29 GregFAggressiveDCE: Add merge and continue branches for...
2017-11-28 Lei ZhangUpdate README about the automatic master-tot relase
2017-11-28 Diego NovilloConvert the CFG to an on-demand analysis - NFC.
2017-11-28 Diego NovilloFix windows build. unsigned vs signed comparison in...
2017-11-28 Diego NovilloGeneric value propagation engine.
2017-11-27 Diego NovilloFix windows build.
2017-11-27 Diego NovilloRe-format source tree - NFC.
2017-11-27 Andrey TuganovDerivative opcodes require Fragment exec model
2017-11-24 Andrey TuganovRelaxed OpImageWrite texel type check
2017-11-24 David NetoUpdate CHANGES to mention fixes for 1007 and 1009
2017-11-24 Andrey TuganovRelaxed OpImageRead validation rules
2017-11-24 Alan BakerNotify the context of instructions that are being erased.
2017-11-24 Andrey TuganovAdd validation checks for Execution Model
2017-11-24 David NetoTest for pollution of the global namespace
2017-11-23 Steven PerronRemove derivative instructions from the list of combina...
2017-11-23 David NetoStart v2017.2-dev
2017-11-23 David NetoFinalize 2017.1
2017-11-23 Lei ZhangAdd RegisterLegalizationPasses() into the interface
2017-11-23 Alan BakerAdding new def -> use mapping container
2017-11-23 Lei ZhangAllow derived access chain without uses in access chain...
2017-11-23 Andrey TuganovAdd derivatives validation pass
2017-11-23 David NetoMove SetContextMessageConsumer into libspirv namespace
2017-11-23 Steven PerronCreate a local value numbering pass
2017-11-22 Andrey TuganovValidator pass for image instructions
2017-11-21 GregFOptimize loads/stores on nested structs
2017-11-21 Andrey TuganovFix move semantics in iterator make_range
2017-11-21 Andrey TuganovAdd new compression algorithm and models
2017-11-20 Alan BakerAdding an unique id to Instruction generated by IRContext
2017-11-20 Steven PerronAdd dead function elimination to -O and -Os
2017-11-18 Lei ZhangFix hard-coded header path
2017-11-15 David NetoGit should ignore external repos
2017-11-15 Steven PerronAdd the decoration manager to the IRContext.
2017-11-15 Alan BakerInitial implementation of merge return pass.
2017-11-15 Lei ZhangAppveyor: skip building tags
2017-11-15 Lei ZhangAppveyor: Stop testing VS 2013/2015 Debug
2017-11-13 Diego NovilloAdd analysis to compute mappings between instructions...
2017-11-13 Daniel SchürmannFix decorations of inlined functions.
2017-11-13 David NetoTests: Add optional dependency on Effcee stateful matcher
2017-11-10 Steven PerronHave all MemPasses preserve the def-use manager.
2017-11-09 Lei ZhangTravis: auto deploy build artifacts to GitHub Releases
2017-11-09 Lei ZhangAppveyor: auto deploy build artifacts to GitHub Releases
2017-11-08 Diego NovilloRe-format files in source, source/opt, source/util...
2017-11-08 Steven PerronAdd the IRContext (part 2): Add def-use manager
2017-11-07 GregFOpt: Fix HasLoads to not report decoration as load.
2017-11-07 GregFOpt: Remove CommonUniformElimination from -O and -Os...
2017-11-06 David NetoDescribe public_spirv_tools_dev@khronos.org mailing...
2017-11-02 Nuno SubtilValidate storage class of target pointer for OpStore
2017-11-02 Diego NovilloMove class CFG from namespace opt to namespace ir.
2017-11-02 Diego NovilloAdd a new class opt::CFG to represent the CFG for the...
2017-10-31 Steven PerronAdd the IRContext (part 1)
2017-10-31 Nuno SubtilAdd validation for OpBranchConditional
2017-10-31 Andrey TuganovLowered initial capacity of move-to-front sequence
2017-10-31 Steven PerronFix copyright check when the build directory is in...
2017-10-31 GregFADCE: Dead if elimination
2017-10-30 Diego NovilloMore re-factoring to simplify pass initialization.
2017-10-28 Steven PerronAdd option to relax validation of store types.
2017-10-28 Andrey TuganovCompression: removed 'presumed index' feature
2017-10-28 Jesus CarabanoUse std::lower_bound for opcode lookup
2017-10-27 Diego NovilloRe-factor Phi insertion code out of LocalMultiStoreElimPass
2017-10-25 Steven PerronChange the sections in the module to use the Instructio...
2017-10-25 Lei ZhangTurn all function static non-POD variables into global...
2017-10-24 Józef KuciaValidate SpvOpVectorShuffle
2017-10-24 Jesus Carabanorestrict opcodes targeting OpDecorationGroup
2017-10-24 Daniel SchürmannFixed --eliminate-common-uniform so that it does not...
2017-10-24 David NetoOptimizer: Line and NoLine are not debug1 or debug2
next