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
/
backend
/
glasm
/
reg_alloc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
glasm: Remove unnecessary value types
ReinUsesLisp
2021-07-23
1
-4
/
+4
*
glasm: Catch more register leaks
ReinUsesLisp
2021-07-23
1
-4
/
+24
*
glasm: Do not alias ConditionRef for now
ReinUsesLisp
2021-07-23
1
-1
/
+0
*
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-23
1
-0
/
+1
*
glasm: Fix aliased bitcasts ref counting
ReinUsesLisp
2021-07-23
1
-7
/
+32
*
glasm: Add Void type to GLASM values
ReinUsesLisp
2021-07-23
1
-0
/
+3
*
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
2021-07-23
1
-30
/
+41
*
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-23
1
-0
/
+4
*
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-23
1
-19
/
+47
*
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-23
1
-27
/
+35
*
glasm: Implement more logical ops
ameerj
2021-07-23
1
-1
/
+1
*
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2021-07-23
1
-5
/
+5
*
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
2021-07-23
1
-16
/
+21
*
glasm: Add GLASM backend infrastructure
ReinUsesLisp
2021-07-23
1
-0
/
+82