nir: simplify the loop analysis trip count code a little
[mesa.git] / src / compiler / nir / nir_loop_analyze.c
2019-03-12 Timothy Arcerinir: simplify the loop analysis trip count code a little
2019-03-12 Timothy Arcerinir: calculate trip count for more loops
2019-03-12 Timothy Arcerinir: add guess trip count support to loop analysis
2019-03-06 Jason Ekstrandnir: Teach loop unrolling about 64-bit instruction...
2019-01-06 Timothy Arcerinir: avoid uninitialized variable warning
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
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