aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/codegen/unittest/codegen_testcommon.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-05Backend: Remove SLUL_STRING type, and use plain DPTRSamuel Lidén Borell1-6/+2
2024-03-17Backend: Use callee-saved registersSamuel Lidén Borell1-6/+7
2024-03-14Backend: Allocate stack space for possibly spilled variablesSamuel Lidén Borell1-2/+70
2023-07-20Backend: Factor out code chunks to a separate structSamuel Lidén Borell1-10/+10
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-07-14Backend: Actually save/restore link registerSamuel Lidén Borell1-2/+0
2023-05-20aarch64: Handle incoming function arguments in x0-x7Samuel Lidén Borell1-0/+24
2023-03-29aarch64: Basic structure of code generatorSamuel Lidén Borell1-4/+8
2023-03-29Backend: Fix crash when adding function prologueSamuel Lidén Borell1-1/+1
2022-12-10Backend: Add chunked storage of emitted instructionsSamuel Lidén Borell1-0/+15
2022-11-30Backend: Generation of basic x86 and aarch64 function prologues/epiloguesSamuel Lidén Borell1-0/+65