index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
ir_opt
/
dead_code_elimination_pass.cpp
Age
Commit message (
Collapse
)
Author
2022-10-25
Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"
Feng Chen
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-03-23
dead_code_elimination_pass: Remove unreachable Phi arguments
ameerj
2022-03-22
shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass
ameerj
This adds a pass to eliminate if(false) branches within the shader code
2021-07-22
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-22
shader: Remove invalidated blocks in dead code elimination pass
ReinUsesLisp
2021-07-22
shader: Move microinstruction header to the value header
ReinUsesLisp
2021-07-22
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-22
shader: Support SSA loops on IR
ReinUsesLisp
2021-07-22
shader: Initial recompiler work
ReinUsesLisp