aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/bwrapper.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-05Don't cast function pointers. Use wrapper functions insteadSamuel Lidén Borell1-3/+15
2024-02-03Don't report bogus error when an empty output file is generatedSamuel Lidén Borell1-2/+4
2023-07-25Move ld.so selection into backendSamuel Lidén Borell1-40/+13
2023-07-22elf: Add .interp for executablesSamuel Lidén Borell1-2/+40
2023-07-16elf: Generate Program Header, .dynsym, .dynstr and .dynamicSamuel Lidén Borell1-1/+1
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-3/+6
2023-05-07Split backend.c into ir.c (IR generation) and bwrapper.c (backend init/output)Samuel Lidén Borell1-0/+174