summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/reg_alloc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* glasm: Make GLASM aware of typesGravatar ReinUsesLisp2021-07-221-27/+35
* glasm: Implement more logical opsGravatar ameerj2021-07-221-1/+1
* glasm: Use BitField instead of C bitfieldsGravatar ReinUsesLisp2021-07-221-5/+5
* glasm: Changes to GLASM register allocator and emit contextGravatar ReinUsesLisp2021-07-221-16/+21
* glasm: Add GLASM backend infrastructureGravatar ReinUsesLisp2021-07-221-0/+82