nir: factor out some of the complex loop unroll code to a helper
[mesa.git] / src / compiler / nir / nir_opt_loop_unroll.c
2018-12-12 Timothy Arcerinir: factor out some of the complex loop unroll code...
2018-12-10 Timothy Arcerinir: make use of new nir_cf_list_clone_and_reinsert...
2018-12-10 Timothy Arcerinir: clarify some nit_loop_info member names
2018-09-19 Jason Ekstrandnir/loop_unroll: Re-materialize derefs in use blocks...
2018-09-14 Timothy Arcerinir: add loop unroll support for complex wrapper loops
2018-08-29 Timothy Arcerinir: add loop unroll support for wrapper loops
2018-08-29 Timothy Arcerinir/opt_loop_unroll: Remove unneeded phis if we make...
2018-08-17 Timothy Arcerinir: allow more nested loops to be unrolled
2018-06-30 Timothy Arcerinir: fix selection of loop terminator when two or more...
2018-06-19 Rob Clarknir: add comment for loop_unroll pass
2018-03-27 Timothy Arcerinir: fix crash in loop unroll corner case
2018-03-07 Timothy ArceriRevert "nir: bump loop unroll limit to 96."
2017-10-11 Dave Airlienir: bump loop unroll limit to 96.
2017-02-24 Elie TOURNIERnir: delete magic number
2017-01-24 Timothy Arcerinir: bump loop max unroll limit
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-22 Timothy Arcerinir: add a loop unrolling pass