Fix spirv.h include to rely on include paths
[platform/upstream/SPIRV-Tools.git] / test /
2018-02-09 Steven PerronAdd folding of OpCompositeExtract and OpConstantComposi...
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 NetoFix test inclusion when Effcee is absent
2018-02-06 Alan BakerRegistering a type now rebuilds it out of memory owned...
2018-02-05 Andrey TuganovAdd barrier instructions validation pass
2018-02-02 Steven PerronAdd general folding infrastructure.
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 Alan BakerRemove constexpr from Analysis operators
2018-01-30 Andrey TuganovAdd memory semantics checks to validate atomics
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-17 Alan BakerAdding support for switch removal in ADCE
2018-01-16 Alan BakerFixes missing increment in common uniform elim
2018-01-15 Steven PerronSkip SpecConstants in CCP.
2018-01-12 Steven PerronMove initialization of the const mgr to the constructor.
2018-01-12 Alan BakerAdding ostream operators for IR structures
2018-01-12 Alan BakerMaintain instruction to block mapping in phi insertion
2018-01-12 Greg FischerInsertExtractElim: Optimize through VectorShuffle, Mix
2018-01-10 Alan BakerAdding additional functionality to ADCE.
2018-01-09 Andrey TuganovFix validation rules for GLSL pack/unpack 2x32
2018-01-09 Alan BakerRewriting dead branch elimination.
2018-01-08 Diego NovilloFix constant propagation of induction variables.
2018-01-08 Lei ZhangAllow relaxing validation of pointers in logical addres...
2018-01-08 Victor LomullerAdd loop descriptors and some required dominator tree...
2018-01-05 Pierre MoreauLinker code cleanups
2018-01-05 Steven PerronAllow getting the base pointer of an image load/store.
2018-01-05 Diego NovilloFix infinite simulation cycles in SSA propagator.
2018-01-04 Pierre MoreauOpt: Make DecorationManager::HaveTheSameDecorations...
2018-01-04 Andrey TuganovValidator checks out of bounds composite access
2018-01-03 Diego NovilloHandle execution termination instructions when building...
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-22 Andrey TuganovDisallow Dim=SubpassData for OpImageSparseRead
2017-12-22 David NetoAdd asm, dis support for DebugInfo extended instruction set
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 Alan BakerFixing bugs in type manager memory management
2017-12-19 David NetoMake a string parameter const ref
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 Andrey TuganovImage Operand Sample allows sparse image opcodes
2017-12-18 Alan BakerImproving the usability of the type manager. The type...
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 Greg FischerADCE: Empty Loop Elimination
2017-12-12 Steven PerronSet the parent for basic blocks during inlining.
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 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-08 GregFSingleStore: Support OpVariable Initialization
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 Stephen McGroartyDominator Tree Analysis (#3)
2017-12-05 Lei ZhangCMake: allow both SPIRV-Headers and spirv-headers
2017-12-05 Andrey TuganovAdd composite instruction validation pass
2017-12-04 Andrey TuganovFix some of the known issues in image validation
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-01 Lei ZhangFix Dref type check in validator
2017-11-30 David NetoFix validation of group ops in SPV_AMD_shader_ballot
2017-11-29 Andrey TuganovValidate OpTypeImage and OpTypeSampleImage
2017-11-29 GregFAggressiveDCE: Add merge and continue branches for...
2017-11-28 Diego NovilloFix windows build. unsigned vs signed comparison in...
2017-11-28 Diego NovilloGeneric value propagation engine.
2017-11-27 Diego NovilloRe-format source tree - NFC.
next