Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir/find_array_copies: Reject copies with mismatched lengths | Andrii Simiklit | 2019-08-14 | 1 | -4/+8 |
* | nir/find_array_copies: Reject copies with mismatched type | Connor Abbott | 2019-08-02 | 1 | -2/+5 |
* | nir/find_array_copies: Use correct parent array length | Connor Abbott | 2019-07-30 | 1 | -2/+3 |
* | nir/find_array_copies: Handle wildcards and overlapping copies | Connor Abbott | 2019-07-29 | 1 | -185/+390 |
* | nir: Add a nir_src_as_intrinsic() helper | Jason Ekstrand | 2019-04-18 | 1 | -8/+2 |
* | nir: rename nir_var_function to nir_var_function_temp | Karol Herbst | 2019-01-19 | 1 | -2/+2 |
* | nir: rename global/local to private/function memory | Karol Herbst | 2019-01-08 | 1 | -2/+2 |
* | nir: Use nir_src_is_const and nir_src_as_* in core code | Jason Ekstrand | 2018-10-22 | 1 | -6/+7 |
* | nir: Add an array copy optimization | Jason Ekstrand | 2018-08-23 | 1 | -0/+411 |