summaryrefslogtreecommitdiff
path: root/src/compiler/nir/nir_lower_idiv.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21nir/lower_idiv: add new llvm-based pathRhys Perry1-10/+117
2019-07-26nir: Optimize umod loweringSagar Ghuge1-25/+23
2019-07-24nir: Add lowering for nir_op_irem and nir_op_imodSagar Ghuge1-2/+16
2018-12-16nir/lower_idiv: Use ilt instead of bit twiddlingJason Ekstrand1-1/+1
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-1/+1
2017-03-14nir: Rework conversion opcodesJason Ekstrand1-8/+8
2016-11-16nir: Avoid an extra NIR op in integer divide lowering.Eric Anholt1-2/+1
2016-05-15nir: return progress from lower_idivRob Clark1-6/+15
2016-04-28nir: Switch the arguments to nir_foreach_functionJason Ekstrand1-1/+1
2016-04-28nir: Switch the arguments to nir_foreach_instrJason Ekstrand1-1/+1
2016-04-28nir/lower_idiv: fixup for new foreach_block()Connor Abbott1-14/+7
2016-04-20nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott1-1/+1
2016-01-26nir: move to compiler/Emil Velikov1-0/+151