summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_peephole_select.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-061-1/+0
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-7/+4
* nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.Eric Anholt2016-09-221-28/+54
* nir: Allow opt_peephole_select to work on empty blocks.Eric Anholt2016-08-031-7/+0
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-1/+1
* 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-4/+4
* nir/opt_peephole_select: fixup for new foreach_block()Connor Abbott2016-04-281-23/+14
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-1/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+256