aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/ir_opt/ssa_rewrite_pass.cpp
AgeCommit message (Expand)Author
2021-07-22shader: Fix loop safety to SSA passReinUsesLisp
2021-07-22shader: Add shader loop safety check settingslat9nq
2021-07-22glasm: Initial implementation of phi nodes on GLASMReinUsesLisp
2021-07-22glasm: Rework control flow introducing a syntax listReinUsesLisp
2021-07-22shader: Fix forward referencing identity instructions when inserting phiReinUsesLisp
2021-07-22shader: Intrusively store in a block if it's sealed or notReinUsesLisp
2021-07-22shader: Move microinstruction header to the value headerReinUsesLisp
2021-07-22shader: Intrusively store register values in block for SSA passReinUsesLisp
2021-07-22shader: Fix Phi node typesReinUsesLisp
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-22shader: Move recursive SSA rewrite to the heapReinUsesLisp
2021-07-22shader: Address feedbackFernandoS27
2021-07-22shader: Address FeedbackFernandoS27
2021-07-22shader: Improve VOTE.VTG stubFernandoS27
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Reorder phi nodes when redefined as undefined opcodesReinUsesLisp
2021-07-22shader: Implement CAL inlining function callsReinUsesLisp
2021-07-22shader: Implement SELameerj
2021-07-22shader: Support SSA loops on IRReinUsesLisp
2021-07-22shader: Misc fixesReinUsesLisp
2021-07-22shader: Initial implementation of an ASTReinUsesLisp
2021-07-22shader: Properly store phi on InstReinUsesLisp
2021-07-22shader: Add pools and rename filesReinUsesLisp
2021-07-22shader: Remove illegal character in SSA passReinUsesLisp
2021-07-22shader: Constant propagation and global memory to storage bufferReinUsesLisp
2021-07-22shader: SSA and dominanceReinUsesLisp