index
:
slul
main
no-refs
parser-simplification-rewrite
wip-sigils
SLUL Programming Language
samuel@kodafritt.se
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src-backend
/
outformat
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-11
Update copyright years
Samuel Lidén Borell
3
-3
/
+3
2024-05-10
Backend: Implement relocations of references to .rodata
Samuel Lidén Borell
1
-5
/
+20
2024-05-09
elf: Fix .symtab and .dynsym entries of datadefs
Samuel Lidén Borell
1
-79
/
+93
2024-05-09
elf: Fix .rodata section address on aarch64
Samuel Lidén Borell
1
-1
/
+1
2024-05-09
Minor readme and TODO updates
Samuel Lidén Borell
1
-2
/
+2
2024-05-09
Backend: Fix memcpy with NULL and length = 0
Samuel Lidén Borell
1
-1
/
+5
2024-05-08
Backend: Emit contents in .rodata section
Samuel Lidén Borell
3
-32
/
+188
2024-03-05
Fix GCC and Valgrind warnings when building with -O2
Samuel Lidén Borell
1
-3
/
+10
2024-03-03
Add assert()'s to silence some gcc -fanalyzer warnings
Samuel Lidén Borell
1
-0
/
+1
2024-02-24
Backend: Support unity builds
Samuel Lidén Borell
1
-5
/
+5
2024-01-21
elf: Minimize alignment for .plt.got
Samuel Lidén Borell
1
-5
/
+6
2024-01-21
elf: Import __libc_start_main as a function (instead of as an object)
Samuel Lidén Borell
1
-1
/
+1
2024-01-01
Fix bugs and warnings from clang --analyze
Samuel Lidén Borell
1
-7
/
+20
2023-12-27
codegen: Don't rely on unsigned/size_t being 32 bits
Samuel Lidén Borell
1
-24
/
+24
2023-12-25
Tests: Fix compilation error on 32 bit platforms
Samuel Lidén Borell
1
-1
/
+4
2023-08-11
Use namespace prefix in include guards
Samuel Lidén Borell
1
-2
/
+2
2023-08-05
elf: Use default visibility instead of protected
Samuel Lidén Borell
1
-1
/
+13
2023-07-29
aarch64: Add start code
Samuel Lidén Borell
2
-0
/
+22
2023-07-28
Cosmetic fixes: Avoid shadowed identifier name + fix long lines
Samuel Lidén Borell
2
-8
/
+8
2023-07-28
x86: Add 32-bit start code
Samuel Lidén Borell
1
-11
/
+15
2023-07-27
Backend: Emit call to __libc_start_main
Samuel Lidén Borell
3
-3
/
+63
2023-07-27
elf: Fix elflint error for libraries with no code
Samuel Lidén Borell
1
-22
/
+35
2023-07-27
x86: Computation/relocation of GOT address via pc thunk
Samuel Lidén Borell
1
-17
/
+27
2023-07-26
ir: Fix off-by-one error of identifier length
Samuel Lidén Borell
1
-0
/
+1
2023-07-26
elf: Skip section header for GNU_STACK in executables
Samuel Lidén Borell
1
-1
/
+1
2023-07-26
elf: Add symbols: _DYANMIC, _GLOBAL_OFFSET_TABLE_ and _text_end
Samuel Lidén Borell
1
-2
/
+25
2023-07-26
elf: Exclude padding in length of .text section
Samuel Lidén Borell
1
-3
/
+4
2023-07-25
elf: Generate .symtab entry and stub for startup code
Samuel Lidén Borell
1
-2
/
+11
2023-07-25
Move ld.so selection into backend
Samuel Lidén Borell
1
-5
/
+52
2023-07-22
elf: Set DF_1_PIE flag on executables
Samuel Lidén Borell
1
-1
/
+3
2023-07-22
elf: Add .interp for executables
Samuel Lidén Borell
2
-18
/
+40
2023-07-22
elf: Add DT_NEEDED
Samuel Lidén Borell
1
-7
/
+45
2023-07-21
elf: Generate .rel.dyn contents
Samuel Lidén Borell
2
-47
/
+69
2023-07-21
elf: Process relocations of calls to .plt.got
Samuel Lidén Borell
2
-7
/
+9
2023-07-20
elf: Generate .plt.got contents
Samuel Lidén Borell
2
-6
/
+43
2023-07-20
elf: Skip .plt section and use only .plt.got
Samuel Lidén Borell
1
-21
/
+8
2023-07-20
Backend: Factor out code chunks to a separate struct
Samuel Lidén Borell
4
-9
/
+11
2023-07-20
elf: Add (empty) section entries for GOT/PLT
Samuel Lidén Borell
1
-49
/
+154
2023-07-19
elf: Add GNU_RELRO
Samuel Lidén Borell
1
-2
/
+5
2023-07-19
elf: Fix comments. Add test of bloom filter
Samuel Lidén Borell
2
-4
/
+22
2023-07-19
elf: Fix .gnu.hash end-of-chain bit
Samuel Lidén Borell
2
-8
/
+18
2023-07-18
elf: Fix incorrect alignment/start address of .dynamic etc.
Samuel Lidén Borell
1
-17
/
+21
2023-07-18
elf: Implement .gnu.hash
Samuel Lidén Borell
3
-30
/
+165
2023-07-16
elf: Generate Program Header, .dynsym, .dynstr and .dynamic
Samuel Lidén Borell
2
-57
/
+252
2023-07-14
elf: Clean up old TODOs
Samuel Lidén Borell
1
-28
/
+6
2023-07-14
Backend: Use relocation addends (RELA) on platforms that use them
Samuel Lidén Borell
1
-8
/
+7
2023-07-13
elf/aarch64: Emit basic relocations (call26 only)
Samuel Lidén Borell
2
-1
/
+40
2023-07-07
Fix some cppcheck warnings and improve comments
Samuel Lidén Borell
1
-1
/
+1
2023-06-18
Backend: Possiblity to dump IR in text form
Samuel Lidén Borell
5
-0
/
+85
2023-06-18
Misc cleanup + add TODOs
Samuel Lidén Borell
2
-12
/
+5
[next]