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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
Backend: Fix implicit return when last statement is not last EBB
Samuel Lidén Borell
1
-0
/
+10
2024-05-11
Update copyright years
Samuel Lidén Borell
2
-2
/
+2
2024-05-10
Backend: Allow datadefs after defs_done (for inline literals)
Samuel Lidén Borell
1
-2
/
+6
2024-05-08
Backend: Emit contents in .rodata section
Samuel Lidén Borell
1
-4
/
+13
2024-05-06
ir: Emit integer, array and struct values for datadefs
Samuel Lidén Borell
1
-5
/
+5
2024-05-05
Backend: Initial-values for datadefs + IR-gen of string literals
Samuel Lidén Borell
1
-7
/
+29
2024-05-05
Backend: Remove SLUL_STRING type, and use plain DPTR
Samuel Lidén Borell
1
-5
/
+2
2024-05-04
Backend: Merge ADDRSTATICELEM/ADDRDYNAMICELEM into ADDRELEM
Samuel Lidén Borell
1
-4
/
+2
2024-05-01
Backend: Add macro for inverting IR-level condition codes
Samuel Lidén Borell
1
-2
/
+2
2024-04-28
Add/remove TODO's
Samuel Lidén Borell
1
-1
/
+1
2024-04-26
Backend: Move CSBEO_CONDJUMP optimization to arch-independent code
Samuel Lidén Borell
1
-0
/
+1
2024-04-24
Backend: Auto-detect addressed variables
Samuel Lidén Borell
1
-7
/
+3
2024-04-07
Backend: Implement type operands (e.g. for ADDRSTATICELEM)
Samuel Lidén Borell
2
-9
/
+20
2024-03-22
aarch64: Emit code for ir operation ADDRLOCAL
Samuel Lidén Borell
1
-1
/
+0
2024-03-17
Backend: Use callee-saved registers
Samuel Lidén Borell
1
-5
/
+7
2024-02-24
Backend: Support unity builds
Samuel Lidén Borell
1
-0
/
+13
2024-01-01
Fix bugs and warnings from clang --analyze
Samuel Lidén Borell
1
-0
/
+8
2023-07-28
Backend: Add flag to specify main function
Samuel Lidén Borell
1
-0
/
+22
2023-07-25
Move ld.so selection into backend
Samuel Lidén Borell
1
-12
/
+13
2023-07-22
elf: Add .interp for executables
Samuel Lidén Borell
1
-9
/
+9
2023-07-16
elf: Generate Program Header, .dynsym, .dynstr and .dynamic
Samuel Lidén Borell
1
-2
/
+2
2023-07-10
Backend: Replace *PTR ops with ADDR* LOAD* ops. Fix lvalue access to locals
Samuel Lidén Borell
2
-15
/
+18
2023-07-07
Backend: Fix named types
Samuel Lidén Borell
1
-5
/
+2
2023-07-01
Backend: Fix order of MOVETOPTR operands in irdump
Samuel Lidén Borell
1
-2
/
+2
2023-07-01
Backend: Add jump when EBB's are non-sequential
Samuel Lidén Borell
1
-1
/
+5
2023-06-29
IR generation of assignment operations
Samuel Lidén Borell
1
-0
/
+1
2023-06-21
Divert last operation in declarations to the correct variable
Samuel Lidén Borell
1
-0
/
+15
2023-06-18
Backend: Possiblity to dump IR in text form
Samuel Lidén Borell
1
-0
/
+6
2023-06-18
Misc cleanup + add TODOs
Samuel Lidén Borell
1
-1
/
+2
2023-06-16
Backend: Use explicit variable IDs + related bug fixes
Samuel Lidén Borell
1
-2
/
+4
2023-05-20
Backend: Support for global non-exported symbols
Samuel Lidén Borell
1
-1
/
+2
2023-05-20
aarch64: Handle incoming function arguments in x0-x7
Samuel Lidén Borell
1
-1
/
+2
2023-05-07
Fix various warnings found by clang-analyze and cppcheck
Samuel Lidén Borell
1
-1
/
+1
2023-04-15
Add pointer operators: deref, refto, ref_is, ref_is_not
Samuel Lidén Borell
1
-0
/
+1
2023-04-02
Backend: Generate ELF .symtab entries
Samuel Lidén Borell
1
-11
/
+40
2023-03-30
Backend: Simplify the output generation interface
Samuel Lidén Borell
1
-19
/
+18
2023-03-30
Backend: Add code generation loop
Samuel Lidén Borell
1
-10
/
+12
2023-03-29
Backend: Codegen functions for IR iteration etc.
Samuel Lidén Borell
1
-1
/
+5
2023-03-29
Comment updates and minor cleanups
Samuel Lidén Borell
2
-0
/
+10
2023-03-29
Add trapping variant of NEG operation
Samuel Lidén Borell
1
-0
/
+1
2023-02-26
Backend: Redesign IR for function calls. Avoid internal types in IR operands
Samuel Lidén Borell
2
-45
/
+58
2023-02-26
Backend: Add missing IR operand type: index
Samuel Lidén Borell
1
-0
/
+4
2023-02-26
Backend: Add combined compare-and-branch operation. Improve checks
Samuel Lidén Borell
1
-0
/
+1
2023-02-19
Backend: Fix handling of immediate values and temporaries
Samuel Lidén Borell
1
-4
/
+4
2023-02-19
Cleanup and comment updates in the backend
Samuel Lidén Borell
1
-4
/
+2
2023-02-12
Update copyright years
Samuel Lidén Borell
2
-2
/
+2
2023-02-12
IR generation for assert and unreachable
Samuel Lidén Borell
1
-1
/
+3
2023-02-04
Beginning of IR generation for expressions
Samuel Lidén Borell
2
-2
/
+2
2022-12-26
Backend: Add declaration for negation operation
Samuel Lidén Borell
1
-0
/
+1
2022-12-26
Backend: Put result operand last
Samuel Lidén Borell
1
-10
/
+10
[next]