aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/codegen/unittest/test_codegen_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-25Backend: Fix incorrect addresses of stack variablesSamuel Lidén Borell1-4/+4
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-24Backend: Auto-detect addressed variablesSamuel Lidén Borell1-1/+1
2024-03-17Backend: Use callee-saved registersSamuel Lidén Borell1-27/+34
2024-03-14Backend: Allocate stack space for possibly spilled variablesSamuel Lidén Borell1-0/+130
2023-07-20Backend: Factor out code chunks to a separate structSamuel Lidén Borell1-24/+24
2022-12-10Backend: Add chunked storage of emitted instructionsSamuel Lidén Borell1-0/+57
2022-11-30Backend: Generation of basic x86 and aarch64 function prologues/epiloguesSamuel Lidén Borell1-0/+56