nir: Add a lowering pass to split 64bit phis
[mesa.git] / src / compiler / nir / nir_search_helpers.h
2020-01-29 Rhys Perrynir/algebraic: add patterns for a >> #b << #b
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-18 Rob Clarknir/search: fix the PoT helpers
2019-10-17 Ian Romanicknir/search: Fix possible NULL dereference in is_fsign
2019-10-04 Eric Anholtnir: Keep the range analysis HT around intra-pass until...
2019-08-06 Ian Romanicknir/range-analysis: Rudimentary value range analysis...
2019-07-11 Ian Romanicknir/algebraic: Reassociate fadd into fmul in DPH-like...
2019-06-26 Caio Marcelo de... nir/algebraic: Add helpers and a rule involving wrapping
2019-06-07 Eduardo Lima Mitevnir_algebraic: Add basic optimizations for umul_low...
2019-05-14 Ian Romanicknir/algebraic: Commute 1-fsat(a) to fsat(1-a) for all...
2019-05-14 Ian Romanicknir/algebraic: Eliminate useless fsat() on operand...
2019-05-14 Ian RomanickRevert "nir: add late opt to turn inot/b2f combos back...
2019-05-14 Ian Romanicknir/algebraic: Push unary operations into source operan...
2019-03-28 Ian Romanicknir: Add partial redundancy elimination for compares
2019-03-01 Ian Romanicknir/algebraic: Replace i2b used by bcsel or if-statemen...
2018-10-22 Jason Ekstrandnir/search_helpers: Use nir_src_is_const and friends
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-26 Ian Romanicknir: Don't condition 'a-b < 0' -> 'a < b' on is_not_use...
2018-01-10 Ian Romanicknir: Silence unused parameter warnings
2017-04-24 Timothy Arcerinir: shuffle constants to the top
2017-04-24 Timothy Arcerinir: add flt comparision simplification
2017-03-23 Matt Turnernir: Stop using apostrophes to pluralize.
2017-01-14 Timothy Arcerinir: optimise min/max fadd combos
2017-01-11 Timothy Arcerinir: don't turn ieq/ine into inot if used by an if
2017-01-11 Timothy Arcerinir: add late opt to turn inot/b2f combos back to bcsel
2016-12-12 Matt Turnernir: Move fsat outside of fmin/fmax if second arg is...
2016-06-03 Rob Clarknir/algebraic: support for power-of-two optimizations