summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_dead_cf.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-3/+2
* nir/dead_cf: Don't crash on unreachable after-loop blocksJason Ekstrand2016-09-021-1/+2
* nir: make use of nir_cf_list_extract() helperTimothy Arceri2016-08-091-2/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* nir/opt_dead_cf: fix indentationThomas Hindoe Paaboel Andersen2016-04-301-4/+4
* nir/opt_dead_cf: correction of side effect checkThomas Hindoe Paaboel Andersen2016-04-301-2/+2
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-3/+3
* nir/opt_dead_cf: fixup for new foreach_block()Connor Abbott2016-04-281-22/+21
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: rename nir_const_value fields to include bitsize informationIago Toral Quiroga2016-03-171-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+358