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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
1
-3
/
+0
2021-12-06
shader_recompiler: Adjust emit_context includes
ameerj
1
-1
/
+1
2021-07-23
glasm: Remove unnecessary value types
ReinUsesLisp
1
-4
/
+4
2021-07-23
glasm: Catch more register leaks
ReinUsesLisp
1
-4
/
+24
2021-07-23
glasm: Do not alias ConditionRef for now
ReinUsesLisp
1
-1
/
+0
2021-07-23
shader: Read branch conditions from an instruction
ReinUsesLisp
1
-0
/
+1
2021-07-23
glasm: Fix aliased bitcasts ref counting
ReinUsesLisp
1
-7
/
+32
2021-07-23
glasm: Add Void type to GLASM values
ReinUsesLisp
1
-0
/
+3
2021-07-23
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
1
-30
/
+41
2021-07-23
glasm: Add conversion instructions to GLASM
ReinUsesLisp
1
-0
/
+4
2021-07-23
glasm: Initial GLASM fp64 support
ReinUsesLisp
1
-19
/
+47
2021-07-23
glasm: Make GLASM aware of types
ReinUsesLisp
1
-27
/
+35
2021-07-23
glasm: Implement more logical ops
ameerj
1
-1
/
+1
2021-07-23
glasm: Use BitField instead of C bitfields
ReinUsesLisp
1
-5
/
+5
2021-07-23
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
1
-16
/
+21
2021-07-23
glasm: Add GLASM backend infrastructure
ReinUsesLisp
1
-0
/
+82