summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_control_flow.c
Commit message (Expand)AuthorAgeFilesLines
* nir: keep the phi order when splitting blocksCaio Marcelo de Oliveira Filho2019-02-041-3/+2
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-1/+0
* nir/cf: Remove phi sources if needed in nir_handle_add_jumpJason Ekstrand2018-10-021-17/+21
* nir: Pull block_ends_in_jump into nir.hJason Ekstrand2018-08-271-12/+5
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-231-1/+1
* 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