summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_liveness.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22nir: Remove a bunch of large stack arraysJason Ekstrand1-1/+6
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-1/+0
2016-04-28nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-4/+4
2016-04-28nir/liveness: fixup for new foreach_block()Connor Abbott1-14/+10
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-2/+2
2016-01-26nir: move to compiler/Emil Velikov1-0/+297