Loop invariant code motion initial implementation
[platform/upstream/SPIRV-Tools.git] / Android.mk
2018-02-09 Alexander JohnstonLoop invariant code motion initial implementation
2018-02-08 Steven PerronMake use of the instruction folder.
2018-02-05 Andrey TuganovAdd barrier instructions validation pass
2018-02-02 Steven PerronAdd general folding infrastructure.
2018-02-01 Steven PerronAdd pass to reaplce invalid opcodes
2018-02-01 Jeremy HayesAdd adjacency validation pass
2018-01-30 GregFInsertExtractElim: Split out DeadInsertElim as separate...
2018-01-25 Alan BakerInitial implementation of if conversion
2018-01-19 Steven PerronCreate a pass to work around a driver bug related to...
2018-01-08 Victor LomullerAdd loop descriptors and some required dominator tree...
2018-01-02 Andrey TuganovAdd ExtInst validation pass (GLSL only for now)
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-19 Steven PerronConvert private variables to function scope.
2017-12-19 Jesus Carabanovalidate & test of literal's upper bits
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-11 Alan BakerAdd scalar replacement
2017-12-08 Diego NovilloAdd a new constant manager class.
2017-12-07 Steven PerronAdd global redundancy elimination
2017-12-06 Stephen McGroartyDominator Tree Analysis (#3)
2017-12-05 Andrey TuganovAdd composite instruction validation pass
2017-11-28 Diego NovilloGeneric value propagation engine.
2017-11-23 Andrey TuganovAdd derivatives validation pass
2017-11-23 Steven PerronCreate a local value numbering pass
2017-11-22 Andrey TuganovValidator pass for image instructions
2017-11-15 Alan BakerInitial implementation of merge return pass.
2017-11-08 Steven PerronAdd the IRContext (part 2): Add def-use manager
2017-11-02 Diego NovilloAdd a new class opt::CFG to represent the CFG for the...
2017-10-23 Steven PerronAdd pass to remove dead variables at the module level.
2017-10-20 Andrey TuganovAdd instruction_list to Android.mk
2017-10-20 Andrey TuganovAdd validation pass for conversion instructions
2017-10-19 Diego NovilloCFG cleanup pass - Remove unreachable blocks.
2017-10-18 David NetoAndroid.mk: add source/opt/fold.cpp
2017-10-12 Andrey TuganovAdd Android.mk to SPIRV-Tools