nir/from_ssa: adapt to different bit sizes
[mesa.git] / src / compiler / nir / nir_search.c
2016-04-04 Kenneth Graunkenir: Use PRIi64 and PRIu64 instead of %ld and %lu.
2016-04-04 Jason Ekstrandnir/search: Don't match inexact expressions with exact...
2016-03-24 Rob Clarknir: fix dangling ssadef->name ptrs
2016-03-23 Jason Ekstrandnir/algebraic: Allow for flagging operations as being...
2016-03-23 Jason Ekstrandnir/search: Propagate exactness into newly created...
2016-03-17 Connor Abbottnir: propagate bitsize information in nir_search
2016-03-17 Connor Abbottnir: add a bit_size parameter to nir_ssa_dest_init
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-01-26 Emil Velikovnir: move to compiler/