Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/metadata: Rename metadata_dirty to metadata_preserve | Jason Ekstrand | 2015-01-15 | 1 | -1/+1 |
| | | | | | | | | | nir_metadata_dirty was a terrible name because the parameter it takes is the metadata to be preserved. This is really confusing because it looks like it's doing the opposite of what it is actually doing. Now it's named sensibly. Reviewed-by: Connor Abbott <[email protected]> | ||||
* | nir: Add an SSA-based liveness analysis pass. | Jason Ekstrand | 2015-01-15 | 1 | -0/+2 |
| | | | | Reviewed-by: Connor Abbott <[email protected]> | ||||
* | nir: Add a basic metadata management system | Jason Ekstrand | 2015-01-15 | 1 | -0/+52 |
Reviewed-by: Connor Abbott <[email protected]> |