Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/repair_ssa: Replace the unreachable check with the phi builder | Jason Ekstrand | 2019-09-23 | 1 | -35/+44 |
* | nir/repair_ssa: Insert deref casts when needed | Jason Ekstrand | 2019-09-06 | 1 | -2/+29 |
* | nir/repair_ssa: Repair dominance for unreachable blocks | Jason Ekstrand | 2019-09-06 | 1 | -4/+8 |
* | nir: Take if_uses into account when repairing SSA | Caio Marcelo de Oliveira Filho | 2019-04-05 | 1 | -0/+18 |
* | nir: Switch the arguments to nir_foreach_use and friends | Jason Ekstrand | 2016-04-28 | 1 | -2/+2 |
* | nir: Switch the arguments to nir_foreach_function | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir: Switch the arguments to nir_foreach_instr | Jason Ekstrand | 2016-04-28 | 1 | -1/+1 |
* | nir/repair_ssa: fixup for new foreach_block() | Connor Abbott | 2016-04-28 | 1 | -11/+5 |
* | nir: rename nir_foreach_block*() to nir_foreach_block*_call() | Connor Abbott | 2016-04-20 | 1 | -1/+1 |
* | nir: Add a pass to repair SSA form | Jason Ekstrand | 2016-03-24 | 1 | -0/+158 |