Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -54/+0 |
| | | | | | | Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]> Acked-by: Jose Fonseca <[email protected]> | ||||
* | nir: Use helper macros for dealing with VLAs. | Jose Fonseca | 2015-03-04 | 1 | -0/+54 |
v2: - Single statement, by using memset return value as suggested by Ian Romanick. - No internal declaration, as suggested by Jason Ekstrand. - Move macros to a header. Reviewed-by: Jason Ekstrand <[email protected]> |