summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt (follow)
Commit message (Expand)AuthorAgeFilesLines
* shader: Add pools and rename filesReinUsesLisp2021-07-231-14/+14
* shader: Make typed IRReinUsesLisp2021-07-232-10/+31
* shader: Remove illegal character in SSA passReinUsesLisp2021-07-231-1/+1
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-236-36/+573
* shader: Initial instruction supportReinUsesLisp2021-07-232-88/+0
* shader: SSA and dominanceReinUsesLisp2021-07-233-1/+164
* shader: Initial recompiler workReinUsesLisp2021-07-235-0/+213