Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Move nir_cursor to nir.h. | Kenneth Graunke | 2015-08-27 | 1 | -89/+0 |
* | nir/cf: reimplement nir_cf_node_remove() using the new API | Connor Abbott | 2015-08-24 | 1 | -2/+9 |
* | nir/cf: add new control modification API's | Connor Abbott | 2015-08-24 | 1 | -0/+75 |
* | nir/cf: use a cursor for inserting control flow | Connor Abbott | 2015-08-24 | 1 | -4/+23 |
* | nir/cf: add a cursor structure | Connor Abbott | 2015-08-24 | 1 | -0/+91 |
* | nir: move control flow modification to its own file | Connor Abbott | 2015-08-24 | 1 | -0/+59 |