summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/structured_control_flow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: fix compile for Apple ClangLiam2022-11-231-0/+1
* Shader Decompiler: Fix dangerous behavior of invalid iterator insertion.Fernando Sahmkow2022-10-061-3/+3
* structured_control_flow: Remove constexpr Flow::Blocklat9nq2022-06-141-6/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Reduce unused includesameerj2022-03-201-2/+0
* structured_control_flow: Skip reordering nested demote branches.ameerj2021-08-301-0/+11
* structured_control_flow: Conditionally invoke demote reorder passameerj2021-08-301-4/+6
* structured_control_flow: Add DemoteCombinationPassameerj2021-08-281-1/+107
* shader: Avoid usage of C++20 ranges to build in clangReinUsesLisp2021-07-231-4/+4
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-7/+2
* shader: GCC fmt 8.0.0 fixeslat9nq2021-07-231-1/+1
* shader: Move loop safety tests to code emissionReinUsesLisp2021-07-231-33/+4
* shader: Calibrate loop safety thresholdReinUsesLisp2021-07-231-1/+1
* shader: Fix loop safety to SSA passReinUsesLisp2021-07-231-1/+3
* shader: Add shader loop safety check settingslat9nq2021-07-231-4/+38
* shader: Always initialize up reference in structure control flowReinUsesLisp2021-07-231-31/+36
* shader: Read branch conditions from an instructionReinUsesLisp2021-07-231-6/+3
* shader_recompiler: GCC fixeslat9nq2021-07-231-24/+24
* glasm: Initial implementation of phi nodes on GLASMReinUsesLisp2021-07-231-3/+3
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-99/+136
* shader: Fix gcc warningsReinUsesLisp2021-07-231-1/+1
* shader: Improve goto removal algorithm complexityReinUsesLisp2021-07-231-49/+28
* shader: Move siblings check to a separate function and comment them outReinUsesLisp2021-07-231-16/+21
* shader: Mark blocks with no end branch as unreachableReinUsesLisp2021-07-231-2/+7
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-2/+1
* shader: Fix indirect branches to scheduler instructionsReinUsesLisp2021-07-231-3/+3
* shader: Implement BRXFernandoS272021-07-231-0/+57
* shader: Fix structured control flow on KIL instructionsReinUsesLisp2021-07-231-3/+6
* shader: Properly insert Prologue instructionReinUsesLisp2021-07-231-1/+2
* shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp2021-07-231-1/+6
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+18
* shader: Implement CAL inlining function callsReinUsesLisp2021-07-231-0/+770