summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_control_flow.c
Commit message (Expand)AuthorAgeFilesLines
* nir: Remove some no longer needed assertsJason Ekstrand2016-10-061-6/+0
* nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand2016-10-061-33/+10
* nir: remove unused variableTimothy Arceri2016-09-031-2/+0
* nir: Remove fake edges in the CF handling codeJason Ekstrand2016-09-021-57/+2
* 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-6/+6
* nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez2016-04-111-2/+4
* nir/cf: Make extracting or re-inserting nothing a no-opJason Ekstrand2016-03-241-0/+9
* nir/cf: Handle relinking top-level blocksJason Ekstrand2016-03-241-2/+5
* nir: move to compiler/Emil Velikov2016-01-261-0/+808