aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp
AgeCommit message (Expand)Author
2022-11-22general: fix compile for Apple ClangLiam
2022-10-06Shader Decompiler: Fix dangerous behavior of invalid iterator insertion.Fernando Sahmkow
2022-06-13structured_control_flow: Remove constexpr Flow::Blocklat9nq
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-20shader_recompiler: Reduce unused includesameerj
2021-08-30structured_control_flow: Skip reordering nested demote branches.ameerj
2021-08-30structured_control_flow: Conditionally invoke demote reorder passameerj
2021-08-28structured_control_flow: Add DemoteCombinationPassameerj
2021-07-22shader: Avoid usage of C++20 ranges to build in clangReinUsesLisp
2021-07-22shader_recompiler, video_core: Resolve clang errorslat9nq
2021-07-22shader: GCC fmt 8.0.0 fixeslat9nq
2021-07-22shader: Move loop safety tests to code emissionReinUsesLisp
2021-07-22shader: Calibrate loop safety thresholdReinUsesLisp
2021-07-22shader: Fix loop safety to SSA passReinUsesLisp
2021-07-22shader: Add shader loop safety check settingslat9nq
2021-07-22shader: Always initialize up reference in structure control flowReinUsesLisp
2021-07-22shader: Read branch conditions from an instructionReinUsesLisp
2021-07-22shader_recompiler: GCC fixeslat9nq
2021-07-22glasm: Initial implementation of phi nodes on GLASMReinUsesLisp
2021-07-22glasm: Rework control flow introducing a syntax listReinUsesLisp
2021-07-22shader: Fix gcc warningsReinUsesLisp
2021-07-22shader: Improve goto removal algorithm complexityReinUsesLisp
2021-07-22shader: Move siblings check to a separate function and comment them outReinUsesLisp
2021-07-22shader: Mark blocks with no end branch as unreachableReinUsesLisp
2021-07-22shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq
2021-07-22shader: Fix indirect branches to scheduler instructionsReinUsesLisp
2021-07-22shader: Implement BRXFernandoS27
2021-07-22shader: Fix structured control flow on KIL instructionsReinUsesLisp
2021-07-22shader: Properly insert Prologue instructionReinUsesLisp
2021-07-22shader: Implement NDC [-1, 1], attribute types and default varying initializa...ReinUsesLisp
2021-07-22shader: Add partial rasterizer integrationReinUsesLisp
2021-07-22shader: Implement CAL inlining function callsReinUsesLisp