index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
backend
/
glasm
/
reg_alloc.cpp
Age
Commit message (
Expand
)
Author
2025-02-16
build: upgrade fmt and SDL2
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-20
shader_recompiler: Reduce unused includes
ameerj
2021-12-05
shader_recompiler: Adjust emit_context includes
ameerj
2021-07-22
glasm: Remove unnecessary value types
ReinUsesLisp
2021-07-22
glasm: Catch more register leaks
ReinUsesLisp
2021-07-22
glasm: Do not alias ConditionRef for now
ReinUsesLisp
2021-07-22
shader: Read branch conditions from an instruction
ReinUsesLisp
2021-07-22
glasm: Fix aliased bitcasts ref counting
ReinUsesLisp
2021-07-22
glasm: Add Void type to GLASM values
ReinUsesLisp
2021-07-22
glasm: Fix register allocation when moving immediate on GLASM
ReinUsesLisp
2021-07-22
glasm: Add conversion instructions to GLASM
ReinUsesLisp
2021-07-22
glasm: Initial GLASM fp64 support
ReinUsesLisp
2021-07-22
glasm: Make GLASM aware of types
ReinUsesLisp
2021-07-22
glasm: Implement more logical ops
ameerj
2021-07-22
glasm: Use BitField instead of C bitfields
ReinUsesLisp
2021-07-22
glasm: Changes to GLASM register allocator and emit context
ReinUsesLisp
2021-07-22
glasm: Add GLASM backend infrastructure
ReinUsesLisp