aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/nir/nir_opt_dead_cf.c
Commit message (Expand)AuthorAgeFilesLines
* nir: move to compiler/Emil Velikov2016-01-261-358/+0
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-3/+3
* nir: Rename live_variables to live_ssa_defs.Kenneth Graunke2015-11-051-1/+1
* nir/cf: Fix dominance metadata in the dead control flow pass.Kenneth Graunke2015-09-231-3/+4
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-111-3/+1
* nir/dead_cf: add support for removing useless loopsConnor Abbott2015-09-011-12/+109
* nir/dead_cf: delete code that's unreachable due to jumpsConnor Abbott2015-09-011-8/+115
* nir: add an optimization for removing dead control flowConnor Abbott2015-09-011-0/+155