summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_from_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_parallel_copy_entryJason Ekstrand2016-04-281-3/+3
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-2/+2
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-5/+5
* nir/from_ssa: fixup for new foreach_block()Connor Abbott2016-04-281-27/+30
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-6/+6
* nir/from_ssa: adapt to different bit sizesConnor Abbott2016-04-111-0/+2
* nir: add a bit_size parameter to nir_ssa_dest_initConnor Abbott2016-03-171-2/+4
* nir: move to compiler/Emil Velikov2016-01-261-0/+805