summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_repair_ssa.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-28nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand1-2/+2
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/repair_ssa: fixup for new foreach_block()Connor Abbott1-11/+5
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-03-24nir: Add a pass to repair SSA formJason Ekstrand1-0/+158