summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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