summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir/nir_algebraic.py
Commit message (Expand)AuthorAgeFilesLines
* nir/algebraic: support for power-of-two optimizationsRob Clark2016-06-031-2/+6
* nir: Switch the arguments to nir_foreach_functionJason Ekstrand2016-04-281-1/+1
* nir: Switch the arguments to nir_foreach_instrJason Ekstrand2016-04-281-1/+1
* nir/algebraic: fixup for new foreach_block()Connor Abbott2016-04-281-20/+14
* nir/algebraic: Add a bit-size validatorJason Ekstrand2016-04-271-0/+270
* nir/algebraic: Add a mechanism for specifying the bit size of a valueJason Ekstrand2016-04-271-4/+25
* nir/algebraic: Use "uint" instead of "unsigned" for uint typesJason Ekstrand2016-04-271-2/+2
* nir/algebraic: Do better error reporting of bad expressionsJason Ekstrand2016-04-271-1/+16
* nir: rename nir_foreach_block*() to nir_foreach_block*_call()Connor Abbott2016-04-201-1/+1
* nir: Silence unused "options" warning in algebraic passes.Kenneth Graunke2016-04-111-0/+1
* nir/algebraic: Allow for flagging operations as being inexactJason Ekstrand2016-03-231-1/+8
* nir: propagate bitsize information in nir_searchConnor Abbott2016-03-171-3/+19
* nir: Handle large unsigned values in opt_algebraic.Matt Turner2016-02-081-4/+1
* nir: Do opt_algebraic in reverse order.Matt Turner2016-02-081-2/+2
* nir: move to compiler/Emil Velikov2016-01-261-0/+305