summaryrefslogtreecommitdiff
path: root/src/amd/compiler/aco_opt_value_numbering.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-04aco: implement subgroup shader_clock on GFX10.3Rhys Perry1-0/+2
2020-07-28aco: enable value numbering of s_buffer_load_*Rhys Perry1-2/+0
2020-07-28aco: rework barriers and replace can_reorderRhys Perry1-9/+14
2020-07-21aco: add NUW flagRhys Perry1-0/+6
2020-07-21aco: allow overflow for some SMEM instructionsRhys Perry1-1/+4
2020-06-15aco: add and set precise flagRhys Perry1-0/+2
2020-05-28aco: consider SDWA during value numberingRhys Perry1-0/+17
2020-04-09aco: improve hashing for value numberingDaniel Schürmann1-28/+79
2020-01-28aco: value-number MUBUF instructionsRhys Perry1-2/+16
2020-01-10aco: compact various Instruction classesDaniel Schürmann1-3/+3
2019-11-29aco: fix a couple of value numbering issuesDaniel Schürmann1-11/+18
2019-11-26aco: don't value-number instructions from within a loop with ones after the l...Daniel Schürmann1-1/+6
2019-11-15aco: implement VK_KHR_shader_float_controlsRhys Perry1-1/+2
2019-11-14aco: value number instructions using the execution maskDaniel Schürmann1-28/+51
2019-10-22aco: add a few missing checks in value numberingRhys Perry1-1/+4
2019-10-22aco: refactor value numberingDaniel Schürmann1-55/+53
2019-09-26aco: CSE readlane/readfirstlane/permute/reduce with the same exec maskRhys Perry1-9/+36
2019-09-26aco: don't CSE v_readlane_b32/v_readfirstlane_b32Rhys Perry1-0/+4
2019-09-19aco: Initial commit of independent AMD compilerDaniel Schürmann1-0/+327