summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_control_flow.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-04nir: keep the phi order when splitting blocksCaio Marcelo de Oliveira Filho1-3/+2
2018-10-25util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom1-1/+0
2018-10-02nir/cf: Remove phi sources if needed in nir_handle_add_jumpJason Ekstrand1-17/+21
2018-08-27nir: Pull block_ends_in_jump into nir.hJason Ekstrand1-12/+5
2017-03-23nir: Stop using apostrophes to pluralize.Matt Turner1-1/+1
2016-10-06nir: Remove some no longer needed assertsJason Ekstrand1-6/+0
2016-10-06nir: Make nir_foo_first/last_cf_node return a block insteadJason Ekstrand1-33/+10
2016-09-03nir: remove unused variableTimothy Arceri1-2/+0
2016-09-02nir: Remove fake edges in the CF handling codeJason Ekstrand1-57/+2
2016-04-28nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand1-2/+2
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-6/+6
2016-04-11nir: add bit_size info to nir_ssa_undef_instr_create()Samuel Iglesias Gonsálvez1-2/+4
2016-03-24nir/cf: Make extracting or re-inserting nothing a no-opJason Ekstrand1-0/+9
2016-03-24nir/cf: Handle relinking top-level blocksJason Ekstrand1-2/+5
2016-01-26nir: move to compiler/Emil Velikov1-0/+808