platform/upstream/SPIRV-Tools.git
2018-01-03 Diego NovilloDo not insert Phi nodes in CCP propagator.
2018-01-02 Andrey TuganovAdd ExtInst validation pass (GLSL only for now)
2017-12-29 GregFTest: Fix linux/gcc defined-but-not-used warnings/errors
2017-12-29 Leo Izenutils/generate_grammar_tables.py: use spaces for indent...
2017-12-22 Diego NovilloFix https://github.com/KhronosGroup/SPIRV-Tools/issues...
2017-12-22 Andrey TuganovDisallow Dim=SubpassData for OpImageSparseRead
2017-12-22 David NetoAdd asm, dis support for DebugInfo extended instruction set
2017-12-21 David NetoCONTRIBUTING: If you fixed a bug, say so
2017-12-21 Diego NovilloImplement SSA CCP (SSA Conditional Constant Propagation).
2017-12-21 Steven PerronStore all enabled capabilities in the feature manger.
2017-12-21 David NetoUpdate CHANGES
2017-12-21 Alan BakerFixing bugs in type manager memory management
2017-12-20 Steven PerronUpdate the legalization passes.
2017-12-19 David NetoMake a string parameter const ref
2017-12-19 David NetoFix CHANGES: there is no OpImageSparseWrite
2017-12-19 David NetoUpdate CHANGES for recent changes
2017-12-19 Pierre MoreauOpt: Fix implementation and comment of AreDecorationsTh...
2017-12-19 Steven PerronAllow pointers to pointers in logical addressing mode.
2017-12-19 Steven PerronConvert private variables to function scope.
2017-12-19 David NetoMore validation on primitive instructions
2017-12-19 Jesus Carabanovalidate & test of literal's upper bits
2017-12-18 Pierre MoreauOpt: Remove commented out duplicated type_id function
2017-12-18 Jeremy HayesFix comment in primitives validation
2017-12-18 Andrey TuganovImage Operand Sample allows sparse image opcodes
2017-12-18 Pierre MoreauExport a config file for pkg-config
2017-12-18 David NetoRemove concept of FIRST_CONCRETE_* operand types
2017-12-18 Alan BakerImproving the usability of the type manager. The type...
2017-12-15 David NetoStart v2017.3-dev
2017-12-15 David NetoFinalize v2017.2
2017-12-15 GregFADCE: Only mark true breaks and continues of live loops
2017-12-15 Jeremy HayesAdd primitive instruction validation pass
2017-12-14 Andrey TuganovRefactor include of latest spir-v header versions
2017-12-13 Andrey TuganovAdd validation rules for atomic instructions
2017-12-12 Diego NovilloFix uninitialized warning at -Os.
2017-12-12 Greg FischerADCE: Empty Loop Elimination
2017-12-12 Steven PerronSet the parent for basic blocks during inlining.
2017-12-12 Lei ZhangAppveyor: stop testing on VS 2013
2017-12-12 Andrey TuganovAdd validator checks for sparse image opcodes
2017-12-12 Pierre MoreauSupport OpenCL 1.2 and 2.0 target environments
2017-12-12 David NetoAppVeyor: Put VS 2017 first
2017-12-12 David NetoForce gtest to expose ::testing::Combine
2017-12-11 Andrey TuganovReenable OpCopyObject validation rules
2017-12-11 Alan BakerAdd scalar replacement
2017-12-11 GregFMultiStore: Support OpVariable Initialization
2017-12-09 Pierre MoreauAdd external/SPIRV-Headers to .gitignore
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...
next