Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nir: Remove deref chain support from analyze_loops | Jason Ekstrand | 2018-06-22 | 1 | -56/+0 |
* | nir: Support deref instructions in loop_analyze | Jason Ekstrand | 2018-06-22 | 1 | -4/+47 |
* | nir: add deref lowering sanity checking | Rob Clark | 2018-06-22 | 1 | -0/+1 |
* | nir: move ends_in_break() helper to nir_loop_analyze.h | Timothy Arceri | 2018-06-07 | 1 | -13/+2 |
* | nir: Stop using apostrophes to pluralize. | Matt Turner | 2017-03-23 | 1 | -2/+2 |
* | nir: Delete unused arg in get_iteration | Elie TOURNIER | 2017-02-27 | 1 | -2/+2 |
* | nir: fix loop iteration count calculation for floats | Timothy Arceri | 2017-01-04 | 1 | -2/+2 |
* | nir: Add a loop analysis pass | Thomas Helland | 2016-12-23 | 1 | -0/+844 |