Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: calculate dominance information | Connor Abbott | 2015-01-15 | 1 | -1/+11 |
| | |||||
* | nir: keep track of the number of input, output, and uniform slots | Connor Abbott | 2015-01-15 | 1 | -0/+4 |
| | |||||
* | SQUASH: Fix comments from eric | Jason Ekstrand | 2015-01-15 | 1 | -0/+3 |
| | | | | Reviewed-by: Eric Anholt <eric@anholt.net> | ||||
* | SQUASH: Add an assert | Jason Ekstrand | 2015-01-15 | 1 | -0/+1 |
| | |||||
* | nir: add core helper functions | Connor Abbott | 2015-01-15 | 1 | -0/+1715 |
These include functions for adding and removing various bits of IR and helpers for iterating over all the sources and destinations of an instruction. This is similar to ir.cpp. v2: Jason Ekstrand <jason.ekstrand@intel.com>: whitespace and automake fixes |