aco: Fix integer overflows when emitting parallel copies during RA
[mesa.git] / src / amd / compiler / aco_opt_value_numbering.cpp
2020-08-04 Rhys Perryaco: implement subgroup shader_clock on GFX10.3
2020-07-28 Rhys Perryaco: enable value numbering of s_buffer_load_*
2020-07-28 Rhys Perryaco: rework barriers and replace can_reorder
2020-07-21 Rhys Perryaco: add NUW flag
2020-07-21 Rhys Perryaco: allow overflow for some SMEM instructions
2020-06-15 Rhys Perryaco: add and set precise flag
2020-05-28 Rhys Perryaco: consider SDWA during value numbering
2020-04-09 Daniel Schürmannaco: improve hashing for value numbering
2020-01-28 Rhys Perryaco: value-number MUBUF instructions
2020-01-10 Daniel Schürmannaco: compact various Instruction classes
2019-11-29 Daniel Schürmannaco: fix a couple of value numbering issues
2019-11-26 Daniel Schürmannaco: don't value-number instructions from within a...
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-14 Daniel Schürmannaco: value number instructions using the execution...
2019-10-22 Rhys Perryaco: add a few missing checks in value numbering
2019-10-22 Daniel Schürmannaco: refactor value numbering
2019-09-26 Rhys Perryaco: CSE readlane/readfirstlane/permute/reduce with...
2019-09-26 Rhys Perryaco: don't CSE v_readlane_b32/v_readfirstlane_b32
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler