aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-backend/outformat/outformat_common.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-08Backend: Emit contents in .rodata sectionSamuel Lidén Borell1-1/+3
2023-08-11Use namespace prefix in include guardsSamuel Lidén Borell1-2/+2
2023-07-29aarch64: Add start codeSamuel Lidén Borell1-0/+1
2023-07-27Backend: Emit call to __libc_start_mainSamuel Lidén Borell1-0/+2
2023-07-22elf: Add .interp for executablesSamuel Lidén Borell1-0/+1
2023-07-21elf: Generate .rel.dyn contentsSamuel Lidén Borell1-7/+8
2023-07-21elf: Process relocations of calls to .plt.gotSamuel Lidén Borell1-0/+1
2023-07-20elf: Generate .plt.got contentsSamuel Lidén Borell1-0/+1
2023-07-20Backend: Factor out code chunks to a separate structSamuel Lidén Borell1-0/+1
2023-07-19elf: Fix .gnu.hash end-of-chain bitSamuel Lidén Borell1-1/+0
2023-07-18elf: Implement .gnu.hashSamuel Lidén Borell1-2/+6
2023-07-16elf: Generate Program Header, .dynsym, .dynstr and .dynamicSamuel Lidén Borell1-1/+3
2023-07-13elf/aarch64: Emit basic relocations (call26 only)Samuel Lidén Borell1-0/+1
2023-06-18Backend: Possiblity to dump IR in text formSamuel Lidén Borell1-0/+5
2023-06-18Misc cleanup + add TODOsSamuel Lidén Borell1-7/+0
2023-05-20Backend: Support for global non-exported symbolsSamuel Lidén Borell1-3/+4
2023-04-02Backend: Generate ELF .symtab entriesSamuel Lidén Borell1-0/+16
2023-04-01Backend: Generate ELF section headersSamuel Lidén Borell1-1/+26
2023-03-31Backend: Implement output of ELF File Header and machine codeSamuel Lidén Borell1-0/+75