nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / nir_from_ssa.c
2020-05-19 Jason Ekstrandnir: Add a store_reg helper and use the builder in...
2020-04-02 Jason Ekstrandnir/from_ssa: Only chain movs when a src is also a...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-09-06 Jason Ekstrandnir: Don't infinitely recurse in lower_ssa_defs_to_regs...
2019-05-29 Caio Marcelo de... nir: Allow derefs to be used as phi sources
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-16 Caio Marcelo de... nir: Only convert SSA values to regs when needed
2019-01-14 Caio Marcelo de... src/compiler: use new hash table and set creation helpers
2018-11-21 Iago Toral Quiroganir/from_ssa: fix bit-size of temporary register
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-10-02 Jason Ekstrandnir/from_ssa: Don't rewrite derefs destinations to...
2018-09-19 Jason Ekstrandnir: Add some asserts that we don't put derefs in phis
2017-03-23 Matt Turnernir: Return progress from nir_convert_from_ssa().
2017-03-23 Matt Turnernir: Fix syntax.
2017-03-23 Matt Turnernir: Fix misspellings.
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-01-10 Thomas Hindoe Paab... nir: remove duplicated foreach loop
2016-12-30 Jason Ekstrandnir/from_ssa: Use nir_builder for emit_copy
2016-12-22 Jason Ekstrandnir: Add a couple quick-and-dirty out-of-SSA helpers
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_parallel_copy_...
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/from_ssa: 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-11 Connor Abbottnir/from_ssa: adapt to different bit sizes
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/