nir/algebraic: mark some optimizations with fsat(NaN) as inexact
[mesa.git] / src / compiler / nir / nir_search.h
2019-11-26 Eric Anholtnir: Make algebraic backtrack and reprocess after a...
2019-11-26 Connor Abbottnir: Maintain the algebraic automaton's state as we...
2019-11-04 Ian Romanicknir/algebraic: Add the ability to mark a replacement...
2019-10-04 Eric Anholtnir: Fix some wonky whitespace in nir_search.h.
2019-10-04 Eric Anholtnir: Factor out most of the algebraic passes C code...
2019-10-04 Eric Anholtnir: Keep the range analysis HT around intra-pass until...
2019-07-24 Jonathan Mareknir/algebraic: allow swizzle in nir_algebraic replace...
2019-05-02 Connor Abbottnir/search: Add automaton-based pre-searching
2019-04-08 Jason Ekstrandnir/search: Search for all combinations of commutative ops
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-12-05 Jason Ekstrandnir/algebraic: Add support for unsized conversion opcodes
2018-12-05 Connor Abbottnir/algebraic: Rewrite bit-size inference
2018-10-26 Jason Ekstrandnir/search: Use the nir_imm_* helpers from nir_builder
2017-01-11 Timothy Arcerinir/algebraic: add support for conditional helper funct...
2016-10-06 Jason Ekstrandnir: Add asserts to the casting functions
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations
2016-05-09 Rob Clarknir/search: fix typo
2016-04-27 Jason Ekstrandnir/algebraic: Add a mechanism for specifying the bit...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-23 Jason Ekstrandnir/algebraic: Allow for flagging operations as being...
2016-03-17 Connor Abbottnir: propagate bitsize information in nir_search
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/