nir/algebraic: Make algebraic_parser_test.sh executable.
[mesa.git] / src / compiler / nir / nir_opt_if.c
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-02 Timothy Arcerinir: fix condition propagation when src has a swizzle
2018-11-02 Timothy Arcerinir: allow propagation of if evaluation for bcsel
2018-10-31 Timothy Arcerinir: fix if condition propagation for alu use
2018-10-26 Brian Paulnir: Fix array initializer
2018-10-26 Jason Ekstrandnir/opt_if: Rework condition propagation
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop set_foreach...
2018-09-19 Jason Ekstrandnir/opt_if: Re-materialize derefs in use blocks before...
2018-09-14 Timothy Arcerinir: propagates if condition evaluation down some alu...
2018-09-14 Timothy Arcerinir: evaluate if condition uses inside the if branches
2018-08-18 Kai Wasserbächnir: mark *prev_block as MAYBE_UNUSED in opt_peel_loop_...
2018-07-20 Bas Nieuwenhuizennir: Fix end of function without return warning/error.
2018-07-20 Bas Nieuwenhuizennir: Do not use continue block after removing it.
2018-07-12 Caio Marcelo de... nir: delete not needed for reinserted nir_cf_list
2018-06-26 Jason Ekstrandnir/opt_if: Remove unneeded phis if we make progress
2018-06-07 Timothy Arcerinir: add opt_if_loop_terminator()
2018-06-04 Samuel Pitoisetnir: implement the GLSL equivalent of if simplication...
2016-12-30 Jason Ekstrandnir: Rename convert_to_ssa lower_regs_to_ssa
2016-12-29 Timothy Arcerinir: stop gcc warning about uninitialised variables
2016-12-23 Jason Ekstrandnir: Add a pass for moving SPIR-V continue blocks to...