aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_from_ssa.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Return progress from nir_convert_from_ssa().Matt Turner2017-03-231-7/+14
* nir: Fix syntax.Matt Turner2017-03-231-5/+5
* nir: Fix misspellings.Matt Turner2017-03-231-3/+3
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-5/+5
* nir: remove duplicated foreach loopThomas Hindoe Paaboel Andersen2017-01-091-1/+0
* nir/from_ssa: Use nir_builder for emit_copyJason Ekstrand2016-12-301-13/+13
* nir: Add a couple quick-and-dirty out-of-SSA helpersJason Ekstrand2016-12-231-12/+177
* 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