nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / compiler / nir / nir_search.c
2019-12-21 Rob Clarknir+vtn: vec8+vec16 support
2019-11-26 Eric Anholtnir: Make algebraic backtrack and reprocess after a...
2019-11-26 Eric Anholtnir: Refactor algebraic's block walk
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: Factor out most of the algebraic passes C code...
2019-10-04 Eric Anholtnir: Keep the range analysis HT around intra-pass until...
2019-10-04 Eric Anholtnir: Skip emitting no-op movs from the builder.
2019-10-04 Eric Anholtnir: Make nir_search's dumping go to stderr.
2019-07-31 Eric Engestromcompiler: replace MAYBE_UNUSED with UNUSED
2019-07-24 Jonathan Mareknir/algebraic: allow swizzle in nir_algebraic replace...
2019-06-29 Ian Romanicknir/serach: Increase maximum commutative expressions...
2019-06-29 Ian Romanicknir/search: Log Boolean constants instead of asserting
2019-06-29 Ian Romanicknir/algebraic: Fail build when too many commutative...
2019-05-24 Jason Ekstrandnir/builder: Merge nir_[if]mov_alu into one nir_mov_alu...
2019-05-14 Ian Romanicknir/search: Don't compare 8-bit or 1-bit constants...
2019-05-14 Ian Romanicknir: Add support for 2src_commutative ops that have...
2019-05-02 Connor Abbottnir/search: Add debugging code to dump the pattern...
2019-05-02 Connor Abbottnir/search: Add automaton-based pre-searching
2019-04-08 Jason Ekstrandnir/search: Search for all combinations of commutative ops
2019-02-13 Timothy Arcerinir: turn an ssa check in nir_search into an assert
2018-12-16 Jason Ekstrandnir: Add 1-bit Boolean opcodes
2018-12-16 Jason Ekstrandnir: Add support for 1-bit data types
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
2018-10-22 Jason Ekstrandnir/algebraic: Use bool internally instead of bool32
2018-10-22 Jason Ekstrandnir/search: Use nir_src_is_const and friends
2018-07-17 Karol Herbstnir: prepare for bumping up max components to 16
2018-03-01 Jose Maria Casanov... nir/search: Include 8 and 16-bit support in construct_value
2018-03-01 Jason Ekstrandnir/search: Support 8 and 16-bit constants in match_value
2017-01-21 Jason Ekstrandnir/search: Use the correct bit size for integer compar...
2017-01-11 Timothy Arcerinir/algebraic: add support for conditional helper funct...
2017-01-11 Jason Ekstrandnir/search: Only allow matching SSA values
2016-10-31 Juha-Pekka Heikkilanir: zero allocated memory where needed
2016-08-18 Kenneth Graunkenir/search: Extend 'a@bool' to handle a couple of syste...
2016-08-18 Kenneth Graunkenir/search: Fold src_is_bool()/alu_instr_is_bool()...
2016-08-18 Kenneth Graunkenir/search: Introduce a src_is_type() helper for 'a...
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations
2016-04-27 Jason Ekstrandnir/search: Respect the bit_size parameter on nir_searc...
2016-04-26 Juha-Pekka Heikkilanir: Add missing break into switch in construct_value()
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-11 Samuel Iglesias... nir: add bit_size info to nir_load_const_instr_create()
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
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-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-28 Jason Ekstrandnir/search: Don't match inexact expressions with exact...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
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-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/