platform/upstream/SPIRV-Tools.git
2018-02-22 Steven PerronPreserve analysies in the simplification pass
2018-02-22 Lei ZhangAppveyor: remove VS2015 configuration to reduce build...
2018-02-22 GregFOpt: Check for side-effects in DCEInst()
2018-02-21 Alan BakerFixes #1338. Handle OpConstantNull in branch/switch...
2018-02-21 Steven PerronReduce instruction create and deletion during inlining.
2018-02-21 Steven PerronAdd Insert-extract elimination back into legalization...
2018-02-20 Arseny KapoulkineAdd folding for redundant add/sub/mul/div/mix operations
2018-02-20 Steven PerronRevert "Preserve analysies in the simplification pass"
2018-02-20 Steven PerronPreserve analysies in the simplification pass
2018-02-20 Diego NovilloSpeed up Phi insertion.
2018-02-20 Lei ZhangTravis: require MacOS to build and test again
2018-02-20 Steven PerronFix folding insert feeding extract
2018-02-19 Alan BakerFixes #1300. Adding checks for bad CCP transitions...
2018-02-17 Andrew WoloszynRemoved warnings from hex_float.h
2018-02-17 Steven PerronMake better use of simplification pass
2018-02-17 Arseny KapoulkineAdd constant folding rules for floating-point comparison
2018-02-17 Arseny KapoulkineRemove constants from constant manager in KillInst
2018-02-16 Steven PerronSimplify OpPhi instructions referencing unreachable...
2018-02-16 Steven PerronGet CCP to use the constant floating point rules.
2018-02-16 Lei ZhangSubgroupBallotKHR can enable SubgroupSize & SubgroupLoc...
2018-02-15 Nerijus Baliūnasfix typo
2018-02-15 David NetoInvoke cmake via CMAKE_COMMAND variable
2018-02-15 Lei ZhangAvoid using static unordered_map (#1304)
2018-02-15 Arseny KapoulkineAdd folding of redundant OpSelect insns
2018-02-14 Steven PerronAdd id to name map
2018-02-14 Steven PerronFold binary floating point operators.
2018-02-14 Stephen McGroartyInitial support for loop unrolling.
2018-02-14 Alan BakerFixes #1295. Mark undef values as varying in ccp.
2018-02-12 Diego NovilloCleanup. Use proper #include guard. NFC.
2018-02-12 Steven PerronAvoid using the def-use manager during inlining.
2018-02-10 Arseny KapoulkineFix spirv.h include to rely on include paths
2018-02-09 Steven PerronAdd folding of OpCompositeExtract and OpConstantComposi...
2018-02-09 David NetoFix generation of Vim syntax file
2018-02-09 Józef KuciaDo not hardcode libdir and includedir in pkg config...
2018-02-09 Steven PerronAdd header files missing from CMakeLists.txt
2018-02-09 Alexander JohnstonLoop invariant code motion initial implementation
2018-02-08 GregFSROA: Do replacement on structs with no partial references.
2018-02-08 Steven PerronMake use of the instruction folder.
2018-02-07 Andrey TuganovDisable check which fails Vulkan CTS
2018-02-07 Andrey TuganovAdd Vulkan-specific validation rules for atomics
2018-02-07 Józef KuciaBuild SPIRV-Tools as shared library
2018-02-06 David NetoEnable Visual Studio 2013 again
2018-02-06 David NetoFix test inclusion when Effcee is absent
2018-02-06 David NetoUpdate CHANGES
2018-02-06 Alan BakerRegistering a type now rebuilds it out of memory owned...
2018-02-05 GregFADCE: Fix combinator initialization
2018-02-05 David NetoVS2013: LoopDescriptor LoopContainerType can't contain...
2018-02-05 Andrey TuganovAdd barrier instructions validation pass
2018-02-05 David NetoAvoid vector copies in range-for loops in opt/types.cpp
2018-02-02 David NetoDisambiguate between const and nonconst ForEachSuccesso...
2018-02-02 Steven PerronAdd general folding infrastructure.
2018-02-02 David NetoStart v2018.1-dev
2018-02-02 David NetoFinalize v2018.0
2018-02-02 David NetoUpdate CHANGES
2018-02-01 Alan BakerReordering performance passes ordering to produce bette...
2018-02-01 Victor LomullerAdd LoopUtils class to gather some loop transformation...
2018-02-01 Steven PerronAdd pass to reaplce invalid opcodes
2018-02-01 Andrey TuganovAdded OpenCL ExtInst validation rules
2018-02-01 Jeremy HayesAdd adjacency validation pass
2018-01-31 Andrey TuganovFixed harmless uninit var warning
2018-01-31 David NetoUse SPIR-V headers from "unified1" directory
2018-01-31 Alan BakerRemove constexpr from Analysis operators
2018-01-31 GregFOpt: Add ScalarReplacement to RegisterSizePasses
2018-01-30 Andrey TuganovAdd memory semantics checks to validate atomics
2018-01-30 David NetoUpdate CHANGES
2018-01-30 Alan BakerPrevent unnecessary changes to the IR in dead branch...
2018-01-30 Andrey TuganovImproved error message in val capabilities
2018-01-30 Alan BakerEnhancements to block merging
2018-01-30 Alan BakerFix dereference of possibly nullptr
2018-01-30 GregFInsertExtractElim: Split out DeadInsertElim as separate...
2018-01-29 Alan BakerFixes in CCP for #1228
2018-01-25 Victor LomullerAdd LoopDescriptor as an IRContext analysis.
2018-01-25 Greg FischerDeadInsertElim: Detect and DCE dead Inserts
2018-01-25 Alan BakerInitial implementation of if conversion
2018-01-24 Andrey TuganovValidator: restricted some atomic ops for shaders
2018-01-24 Andrey TuganovAdded Vulkan-specifc checks to image validation
2018-01-22 Steven PerronUse id_map in Fold*ToConstant
2018-01-22 Steven PerronAdd generic folding function and use in CCP
2018-01-19 Alan BakerFixes infinite loop in ADCE
2018-01-19 Victor LomullerIntroduce an instruction builder helper class.
2018-01-19 Alan BakerSimplifying code for adding instructions to worklist
2018-01-19 Steven PerronCreate a pass to work around a driver bug related to...
2018-01-18 Alan BakerAdding testcase for #1210
2018-01-18 Victor LomullerCFG: force the creation of a predecessor entry for...
2018-01-18 David Netospirv-dis: Add --color option to force color disassembly
2018-01-17 Alan BakerFixing missing early exit from break identification
2018-01-17 Alan BakerAdding support for switch removal in ADCE
2018-01-17 Alan BakerCapturing value table by reference in local redundancy...
2018-01-17 David NetoUpdate CHANGES
2018-01-16 Alan BakerFixes missing increment in common uniform elim
2018-01-15 Steven PerronSkip SpecConstants in CCP.
2018-01-12 David NetoUpdate CHANGES
2018-01-12 Greg FischerAdd MatrixConstant
2018-01-12 Steven PerronRemove redundant passes from legalization passes
2018-01-12 Alan BakerAdding early exit versions of several ForEach* methods
2018-01-12 Steven PerronMove initialization of the const mgr to the constructor.
2018-01-12 David NetoStart v2018.0-dev
2018-01-12 David NetoFinalize v2017.3
2018-01-12 Alan BakerAdding ostream operators for IR structures
2018-01-12 Alan BakerMaintain instruction to block mapping in phi insertion
next