summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/microinstruction.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Add support for forward declarationsReinUsesLisp1-1/+1
2021-07-23shader: Misc fixesReinUsesLisp1-7/+9
2021-07-23shader: Initial implementation of an ASTReinUsesLisp1-2/+2
2021-07-23shader: Properly store phi on InstReinUsesLisp1-28/+74
2021-07-23shader: Constant propagation and global memory to storage bufferReinUsesLisp1-11/+15
2021-07-23shader: SSA and dominanceReinUsesLisp1-0/+22
2021-07-23shader: Initial recompiler workReinUsesLisp1-0/+189