Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Add a nir_foreach_phi_src helper macro | Jason Ekstrand | 2015-01-20 | 1 | -1/+1 |
* | nir/live_variables: Use a worklist | Jason Ekstrand | 2015-01-15 | 1 | -55/+75 |
* | nir: Rename nir_block_following_if to nir_block_get_following_if | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
* | nir/live_variables: Use the new ssa_def iterator | Jason Ekstrand | 2015-01-15 | 1 | -19/+13 |
* | nir: Add an SSA-based liveness analysis pass. | Jason Ekstrand | 2015-01-15 | 1 | -0/+282 |