nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_lower_idiv.c
2020-08-13 Tony Wasserkanir/lower_idiv: Port recent LLVM fixes to emit_udiv
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-07-26 Sagar Ghugenir: Optimize umod lowering
2019-07-24 Sagar Ghugenir: Add lowering for nir_op_irem and nir_op_imod
2018-12-16 Jason Ekstrandnir/lower_idiv: Use ilt instead of bit twiddling
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2017-03-14 Jason Ekstrandnir: Rework conversion opcodes
2016-11-17 Eric Anholtnir: Avoid an extra NIR op in integer divide lowering.
2016-05-15 Rob Clarknir: return progress from lower_idiv
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/lower_idiv: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/