summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_opt_algebraic.py
Commit message (Expand)AuthorAgeFilesLines
* nir: Recognize open-coded bitfield_reverse.Matt Turner2016-02-081-0/+13
* nir: Recognize product of open-coded pow()s.Matt Turner2016-02-081-0/+2
* nir: Add opt_algebraic rules for xor with zero.Matt Turner2016-02-081-0/+2
* nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-011-0/+28
* nir: Add lowering support for packing opcodes.Matt Turner2016-02-011-0/+20
* nir: Add opcodes to extract bytes or words.Matt Turner2016-02-011-0/+16
* nir: move to compiler/Emil Velikov2016-01-261-0/+285