summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/identity_removal_pass.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-1/+0
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+1
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-1/+2
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-2/+2
* spirv: Initial SPIR-V supportReinUsesLisp2021-07-231-1/+1
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-13/+15
* shader: SSA and dominanceReinUsesLisp2021-07-231-1/+0
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+37