nir: remove unused variable
[mesa.git] / src / compiler / nir / nir_loop_analyze.c
2018-12-13 Alejandro Piñeironir: remove unused variable
2018-12-12 Timothy Arcerinir: detect more induction variables
2018-12-12 Timothy Arcerinir: reword code comment
2018-12-12 Timothy Arcerinir: in loop analysis track actual control flow type
2018-12-12 Timothy Arcerinir: rework force_unroll_array_access()
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
2018-12-10 Timothy Arcerinir: small tidy ups for nir_loop_analyze()
2018-08-29 Timothy Arcerinir: add complex_loop bool to loop info
2018-08-29 Timothy Arcerinir: always attempt to find loop terminators
2018-06-30 Timothy Arcerinir: fix selection of loop terminator when two or more...
2018-06-23 Jason Ekstrandnir: Remove deref chain support from analyze_loops
2018-06-23 Jason Ekstrandnir: Support deref instructions in loop_analyze
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-06-07 Timothy Arcerinir: move ends_in_break() helper to nir_loop_analyze.h
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-02-27 Elie TOURNIERnir: Delete unused arg in get_iteration
2017-01-04 Timothy Arcerinir: fix loop iteration count calculation for floats
2016-12-22 Thomas Hellandnir: Add a loop analysis pass