aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/init.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-09Backend: Reserve space for library references and symbolsSamuel Lidén Borell1-0/+29
2024-04-26Backend: Add CSBE_TRAP_ON_ERROR defineSamuel Lidén Borell1-3/+3
2023-07-28Backend: Add flag to specify main functionSamuel Lidén Borell1-0/+1
2023-07-25Move ld.so selection into backendSamuel Lidén Borell1-3/+1
2023-07-22elf: Add .interp for executablesSamuel Lidén Borell1-1/+3
2023-07-22elf: Add DT_NEEDEDSamuel Lidén Borell1-1/+4
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-07-13aarch64: Initial support for internal calls (arg-less void calls only)Samuel Lidén Borell1-0/+11
2023-07-07Backend: Fix named typesSamuel Lidén Borell1-0/+3
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-0/+4
2023-05-20Fix memory errors in the backendSamuel Lidén Borell1-0/+1
2023-05-07Fix various warnings found by clang-analyze and cppcheckSamuel Lidén Borell1-2/+2
2023-04-02Backend: Generate ELF .symtab entriesSamuel Lidén Borell1-0/+5
2023-03-31Backend: Fix crash when allocator function is set to NULLSamuel Lidén Borell1-1/+3
2023-03-31Backend: Fix reversed arch_id'sSamuel Lidén Borell1-7/+10
2022-12-18Backend: Add IDs of definitions. Pass typedefs to backendSamuel Lidén Borell1-3/+6
2022-11-30Backend: Generation of basic x86 and aarch64 function prologues/epiloguesSamuel Lidén Borell1-1/+1
2022-11-20Backend: Refactor and add documentation comments. Add "regsets"Samuel Lidén Borell1-1/+8
2022-11-13Fix errors and warnings found with Valgrind and cppcheckSamuel Lidén Borell1-3/+2
2022-10-01Backend: Initialization of the code generatorSamuel Lidén Borell1-8/+97
2022-09-11Backend: More work on interface and data structuresSamuel Lidén Borell1-5/+30
2022-09-06Add some unit tests for backend data structuresSamuel Lidén Borell1-0/+1
2022-09-04Use common makefile for backend + basic structure unit testsSamuel Lidén Borell1-0/+17
2022-08-28Basic structure of the backendSamuel Lidén Borell1-0/+124