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-cslul
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-02
Don't use ref types for function references
Samuel Lidén Borell
14
-23
/
+49
2024-05-26
ir: Fix jump into wrong EBB after loopempty
Samuel Lidén Borell
2
-14
/
+6
2024-05-25
ir: Fix array index offset calculation with nested arrays
Samuel Lidén Borell
4
-31
/
+116
2024-05-24
Backend: Fix implicit return when last statement is not last EBB
Samuel Lidén Borell
1
-0
/
+1
2024-05-23
Parser: Fix under-allocation of temporaries
Samuel Lidén Borell
1
-10
/
+12
2024-05-22
aarch64: Use emit_load_imm so large immed's get handled correctly
Samuel Lidén Borell
1
-1
/
+1
2024-05-18
Improve error message for cyclic typedefs
Samuel Lidén Borell
3
-1
/
+3
2024-05-18
Detect cyclic types
Samuel Lidén Borell
5
-30
/
+146
2024-05-14
ir: Emit compile-time constant array/struct literals as datadefs
Samuel Lidén Borell
3
-11
/
+75
2024-05-13
exprchk: Add none-ness check in deref exprs
Samuel Lidén Borell
1
-1
/
+4
2024-05-12
Fix possibly incorrect none-ness check in nested types
Samuel Lidén Borell
2
-2
/
+2
2024-05-12
Check none-ness in implicit dereferencing
Samuel Lidén Borell
8
-28
/
+75
2024-05-12
Check return value of real_deref_tr in arrays
Samuel Lidén Borell
3
-4
/
+5
2024-05-12
Fix index operation on references to arrays
Samuel Lidén Borell
2
-3
/
+5
2024-05-12
Allow passing not-none values to non-optional refs
Samuel Lidén Borell
4
-24
/
+32
2024-05-11
Update copyright years
Samuel Lidén Borell
49
-49
/
+49
2024-05-11
exprchk: Fix potential null dereference
Samuel Lidén Borell
1
-1
/
+1
2024-05-11
Tracking of variable none-ness
Samuel Lidén Borell
7
-17
/
+180
2024-05-11
Tokenizer: Fix error on unindented variable definition
Samuel Lidén Borell
1
-0
/
+1
2024-05-10
Backend: Fix negative immediates
Samuel Lidén Borell
1
-1
/
+1
2024-05-10
Error handling fixes
Samuel Lidén Borell
2
-2
/
+4
2024-05-10
ir: Fix external datadef imports
Samuel Lidén Borell
2
-5
/
+5
2024-05-10
exprchk: Don't const-expr evaluate array/struct variables into literals
Samuel Lidén Borell
1
-4
/
+24
2024-05-09
testgen: Add happy-path test
Samuel Lidén Borell
4
-23
/
+271
2024-05-09
ir: Fix crash with int16 arrays
Samuel Lidén Borell
1
-1
/
+1
2024-05-09
testgen: Fix typo in format string
Samuel Lidén Borell
1
-1
/
+1
2024-05-09
Minor readme and TODO updates
Samuel Lidén Borell
1
-2
/
+3
2024-05-09
ir: Import/export of datadefs (untested). Skip datadef for constants
Samuel Lidén Borell
3
-17
/
+60
2024-05-09
exprchk: Fix clang warning
Samuel Lidén Borell
1
-0
/
+1
2024-05-08
Backend: Emit contents in .rodata section
Samuel Lidén Borell
1
-0
/
+3
2024-05-06
ir: Emit integer, array and struct values for datadefs
Samuel Lidén Borell
1
-11
/
+133
2024-05-05
Backend: Initial-values for datadefs + IR-gen of string literals
Samuel Lidén Borell
4
-19
/
+153
2024-05-05
Backend: Remove SLUL_STRING type, and use plain DPTR
Samuel Lidén Borell
1
-2
/
+1
2024-05-04
Backend: Merge ADDRSTATICELEM/ADDRDYNAMICELEM into ADDRELEM
Samuel Lidén Borell
1
-5
/
+5
2024-05-03
exprchk: Don't use T_INTERNAL when the target type is known
Samuel Lidén Borell
1
-0
/
+6
2024-05-02
exprchk: Constant evaluation of comparison operators
Samuel Lidén Borell
1
-2
/
+51
2024-04-28
Add/remove TODO's
Samuel Lidén Borell
1
-5
/
+0
2024-04-28
Parser: Split "too many }" error
Samuel Lidén Borell
4
-4
/
+19
2024-04-28
Parser: Split error_prevtok for more accurate column numbers
Samuel Lidén Borell
5
-25
/
+38
2024-04-27
Parser: Don't set is_called in array index expressions
Samuel Lidén Borell
1
-1
/
+2
2024-04-26
aarch64: Emit code for ir operation COMPAREJUMP
Samuel Lidén Borell
1
-7
/
+7
2024-04-26
aarch64: Emit code for ir operations LAND, LOR, LXOR
Samuel Lidén Borell
1
-0
/
+5
2024-04-24
ir: "deref x = y" shouldn't load from the pointer
Samuel Lidén Borell
1
-1
/
+6
2024-04-21
winlibc: Implicitly define NULL and size_t in certain headers
Samuel Lidén Borell
5
-24
/
+50
2024-04-21
winlibc: Don't implicitly include stddef.h
Samuel Lidén Borell
5
-20
/
+24
2024-04-21
winlibc: Header definition fixes
Samuel Lidén Borell
6
-8
/
+6
2024-04-21
winlibc: Support setjmp/longjmp on GCC/clang on x86/x86_64
Samuel Lidén Borell
3
-15
/
+41
2024-04-20
winlibc: Fix building with clang
Samuel Lidén Borell
4
-10
/
+52
2024-04-20
Tests: Fix corrupted union fields on 32-bit Windows
Samuel Lidén Borell
2
-2
/
+4
2024-04-20
winlibc: Fix definition of mainCRTStartup
Samuel Lidén Borell
1
-4
/
+25
[next]