Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/blob: add 8-bit and 16-bit reads and writes | Marek Olšák | 2019-11-23 | 1 | -0/+42 |
| | | | | Reviewed-by: Connor Abbott <[email protected]> | ||||
* | util: add blob_finish_get_buffer | Marek Olšák | 2019-11-08 | 1 | -0/+3 |
| | | | | Reviewed-by: Timothy Arceri <[email protected]> | ||||
* | Move blob from compiler/ to util/ | Jason Ekstrand | 2019-09-19 | 1 | -0/+358 |
There's nothing whatsoever compiler-specific about it other than that's currently where it's used. Reviewed-by: Kristian H. Kristensen <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> |