nir: Relax opt_if logic to prevent re-merging 64bit phis for loop headers
[mesa.git] / src / compiler / nir / nir_opt_if.c
2020-08-27 Jesse Natalienir: Relax opt_if logic to prevent re-merging 64bit...
2020-08-21 Karol Herbstnir: rename nir_op_fne to nir_op_fneu
2020-07-22 Danylo Piliaievnir/opt_if: Fix opt_if_simplification when else branch...
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2020-05-23 Eric Engestromtree-wide: fix deprecated GitLab URLs
2020-05-19 Rhys Perrynir/opt_if: use nir_src_as_bool in opt_peel_loop_initia...
2020-05-19 Rhys Perrynir/opt_if: run opt_peel_loop_initial_if after all...
2020-04-08 Timothy Arcerinir: make opt_if_loop_terminator() less strict
2020-03-31 Jason Ekstrandnir: Handle vec8/16 in opt_split_alu_of_phi
2019-09-18 Connor Abbottnir/opt_if: Fix undef handling in opt_split_alu_of_phi()
2019-07-15 Jason Ekstrandnir/opt_if: Clean up single-src phis in opt_if_loop_ter...
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-11 Timothy Arcerinir: initialise some variables in opt_if_loop_last_cont...
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-03 Timothy ArceriRevert "nir: propagate known constant values into the...
2019-04-02 Timothy Arcerinir: propagate known constant values into the if-then...
2019-03-21 Timothy Arcerinir: fix opt_if_loop_last_continue()
2019-02-15 Juan A. Suarez Romeronir: remove jump from two merging jump-ending blocks
2019-02-15 Juan A. Suarez Romeronir: move ALU instruction before the jump instruction
2019-02-13 Caio Marcelo de... nir: fix example in opt_peel_loop_initial_if description
2019-02-12 Karol Herbstnir/opt_if: don't mark progress if nothing changes
2019-02-08 Ian Romanicknir: Convert a bcsel with only phi node sources to...
2019-02-08 Ian Romanicknir: Split ALU instructions in loops that read phis
2019-02-08 Ian Romanicknir: Select phi nodes using prev_block instead of conti...
2019-02-08 Ian Romanicknir: Refactor code that checks phi nodes in opt_peel_lo...
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2019-01-03 Timothy Arcerinir: merge some basic consecutive ifs
2019-01-03 Timothy Arcerinir: add rewrite_phi_predecessor_blocks() helper
2018-12-16 Jason Ekstrandnir: Switch to using 1-bit Booleans for almost everything
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-14 Timothy Arcerinir: fix opt_if_loop_last_continue()
2018-12-12 Danylo Piliaievnir: add if opt opt_if_loop_last_continue()
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...