aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/codegen/unittest/test_x86.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-27Tests: Re-use buffer instead of allocating for each IEMIT_CHK lineSamuel Lidén Borell1-0/+2
2023-07-28x86: Add 64-bit start codeSamuel Lidén Borell1-0/+7
2023-07-28x86: Add 32-bit start codeSamuel Lidén Borell1-5/+17
2023-07-26Backend: Add support for helper functions + add __x86.get_pc_thunk.bxSamuel Lidén Borell1-0/+6
2022-11-30Backend: Generation of basic x86 and aarch64 function prologues/epiloguesSamuel Lidén Borell1-1/+11
2022-10-01Backend: Initialization of the code generatorSamuel Lidén Borell1-0/+36