summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_dce.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Unset metadata debug bit if no progress madeMatt Turner2019-01-091-1/+6
* nir/worklist: Rework the foreach macroJason Ekstrand2018-07-161-2/+1
* nir: Add a deref instruction typeJason Ekstrand2018-06-221-0/+7
* nir: Migrate nir_dce to instr worklistThomas Helland2018-03-211-35/+18
* nir: zero allocated memory where neededJuha-Pekka Heikkila2016-10-311-1/+1
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-2/+2
* nir/opt_dce: fixup for new foreach_block()Connor Abbott2016-04-281-20/+13
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-2/+2
* nir: Fix typo in commentIan Romanick2016-04-111-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+183