nir: Report progress properly in nir_lower_bool_to_*
[mesa.git] / src / compiler / nir / nir_opt_dead_cf.c
2020-06-11 Jason Ekstrandnir: Call nir_metadata_preserve on !progress
2019-10-11 Bas Nieuwenhuizennir/dead_cf: Remove dead control flow after infinite...
2019-09-06 Jason Ekstrandnir/dead_cf: Repair SSA if the pass makes progress
2019-05-31 Jason Ekstrandnir/dead_cf: Call instructions aren't dead
2019-02-20 Kenneth Graunkenir: Don't forget if-uses in new nir_opt_dead_cf livene...
2019-02-15 Timothy Arcerinir: remove simple dead if detection from nir_opt_dead_cf()
2019-02-15 Jason Ekstrandnir/dead_cf: Stop relying on liveness analysis
2019-02-15 Jason Ekstrandnir/dead_cf: Inline cf_node_has_side_effects
2019-01-10 Matt Turnernir: Unset metadata debug bit if no progress made
2018-10-22 Jason Ekstrandnir: Use nir_src_is_const and nir_src_as_* in core...
2018-08-27 Jason Ekstrandnir: Pull block_ends_in_jump into nir.h
2018-03-21 Caio Marcelo de... nir/dead_cf: also remove useless ifs
2018-03-21 Caio Marcelo de... nir/dead_cf: rephrase definition of a dead loop node
2016-10-06 Jason Ekstrandnir: Make nir_foo_first/last_cf_node return a block...
2016-09-02 Jason Ekstrandnir/dead_cf: Don't crash on unreachable after-loop...
2016-08-09 Timothy Arcerinir: make use of nir_cf_list_extract() helper
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: fix indentation
2016-04-30 Thomas Hindoe Paab... nir/opt_dead_cf: correction of side effect check
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_function
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_phi_src
2016-04-28 Jason Ekstrandnir: Switch the arguments to nir_foreach_instr
2016-04-28 Connor Abbottnir/opt_dead_cf: fixup for new foreach_block()
2016-04-20 Connor Abbottnir: rename nir_foreach_block*() to nir_foreach_block...
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-17 Iago Toral Quiroganir: rename nir_const_value fields to include bitsize...
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovnir: move to compiler/