Initial implementation of merge return pass.
[platform/upstream/SPIRV-Tools.git] / Android.mk
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