aboutsummaryrefslogtreecommitdiff
path: root/test/opt/dominator_tree
AgeCommit message (Expand)Author
2020-07-15spirv-opt: Add support for OpLabel to dominator analysis (#3516)Vasyl Teliman
2018-11-06Enable precompiled headers for spirv-tools(-shared) and some unit tests (#2026)Jeff Bolz
2018-08-03Cleanup includes. (#1795)dan sinclair
2018-07-12Remove context() method from opt::Function (#1700)dan sinclair
2018-07-11Move tests into namespaces (#1689)dan sinclair
2018-07-09Move the ir namespace to opt. (#1680)dan sinclair
2018-06-12Make fewer test executablesDavid Neto
2018-04-20Dominator analysis interface clean.Victor Lomuller
2018-03-26Copy propagate arraysSteven Perron
2018-01-25Initial implementation of if conversionAlan Baker
2018-01-08Add loop descriptors and some required dominator tree extensions.Victor Lomuller
2017-12-07Add depth first iterator for treesVictor Lomuller
2017-12-05Dominator Tree Analysis (#3)Stephen McGroarty