summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_gcm.c
Commit message (Expand)AuthorAgeFilesLines
* nir/gcm: Add global value numbering supportJason Ekstrand2016-09-081-5/+24
* nir/gcm: Call nir_metadata_preserveJason Ekstrand2016-09-081-0/+3
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-1/+1
* nir: Switch the arguments to nir_foreach_use and friendsJason Ekstrand2016-04-281-3/+3
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_phi_srcJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/opt_gcm: fixup for new foreach_block()Connor Abbott2016-04-281-4/+5
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: move to compiler/Emil Velikov2016-01-261-0/+494