Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Use helper macros for dealing with VLAs. | Jose Fonseca | 2015-03-04 | 1 | -2/+2 |
* | nir: Use alloca instead of variable length arrays. | Jose Fonseca | 2015-02-27 | 1 | -2/+3 |
* | 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 |