nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_opt_dce.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-07-16 Jason Ekstrandnir/worklist: Rework the foreach macro
2018-06-23 Jason Ekstrandnir: Add a deref instruction type
2018-03-21 Thomas Hellandnir: Migrate nir_dce to instr worklist
2016-10-31 Juha-Pekka Heikkilanir: zero allocated memory where needed
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/opt_dce: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Ian Romanicknir: Fix typo in comment
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/