nir: properly find the entry to keep in copy_prop_vars
[mesa.git] / src / compiler / nir / nir_opt_copy_prop_vars.c
2018-12-19 Caio Marcelo de... nir: properly find the entry to keep in copy_prop_vars
2018-12-19 Caio Marcelo de... nir: properly clear the entry sources in copy_prop_vars
2018-12-18 Jason Ekstrandnir/copy_prop_vars: Get modes directly from derefs
2018-11-13 Timothy Arcerinir: add support for removing redundant stores to copy...
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-16 Caio Marcelo de... nir: Copy propagation between blocks
2018-10-16 Caio Marcelo de... nir: Take call instruction into account in copy_prop_vars
2018-10-16 Caio Marcelo de... nir: Remove handling of dead writes from copy_prop_vars
2018-08-22 Caio Marcelo de... nir: Export deref comparison functions
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-06-23 Jason Ekstrandnir: Remove old-school deref chain support
2018-06-23 Jason Ekstrandnir: Rework opt_copy_prop_vars to use deref instructions
2018-06-23 Jason Ekstrandnir/copy_prop_vars: Re-order some logic in compare_derefs
2018-06-23 Rob Clarknir: add deref lowering sanity checking
2018-03-31 Jason Ekstrandnir: Return a cursor from nir_instr_remove
2017-07-19 Timothy Arcerinir: fix nir_opt_copy_prop_vars() for arrays of arrays
2017-01-10 Vinson Leenir: Fix anonymous union initialization with older...
2017-01-07 Jason Ekstrandnir: Add a local variable-based copy propagation pass