index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
frontend
/
maxwell
/
control_flow.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: fix compile for Apple Clang
Liam
2022-11-23
1
-0
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
control_flow: Fix duplicate switch case in OpcodeToken
Lioncash
2021-07-26
1
-1
/
+1
*
shader: Avoid usage of C++20 ranges to build in clang
ReinUsesLisp
2021-07-23
1
-7
/
+6
*
shader: Address feedback
FernandoS27
2021-07-23
1
-5
/
+5
*
shader: Implement delegation of Exit to dispatcher on CFG
FernandoS27
2021-07-23
1
-2
/
+39
*
shader: Address feedback + clang format
lat9nq
2021-07-23
1
-2
/
+2
*
shader_recompiler,video_core: Cleanup some GCC and Clang errors
lat9nq
2021-07-23
1
-81
/
+59
*
shader: Fix dangling labels
ReinUsesLisp
2021-07-23
1
-0
/
+5
*
shader: Fix BRX tracking
FernandoS27
2021-07-23
1
-3
/
+3
*
shader: Fix splits on blocks using indirect branches
ReinUsesLisp
2021-07-23
1
-5
/
+30
*
shader: Fix branches to visited virtual blocks
ReinUsesLisp
2021-07-23
1
-0
/
+10
*
shader: Fix indirect branches to scheduler instructions
ReinUsesLisp
2021-07-23
1
-3
/
+6
*
shader: Implement BRX
FernandoS27
2021-07-23
1
-9
/
+49
*
shader: Add partial rasterizer integration
ReinUsesLisp
2021-07-23
1
-8
/
+23
*
shader: Implement CAL inlining function calls
ReinUsesLisp
2021-07-23
1
-40
/
+38
*
shader: Fix conditional execution of exit instructions
ReinUsesLisp
2021-07-23
1
-4
/
+5
*
shader: Fix control flow
ReinUsesLisp
2021-07-23
1
-1
/
+1
*
shader: Initial implementation of an AST
ReinUsesLisp
2021-07-23
1
-272
/
+154
*
shader: SSA and dominance
ReinUsesLisp
2021-07-23
1
-6
/
+124
*
shader: Initial recompiler work
ReinUsesLisp
2021-07-23
1
-0
/
+531