Richard Feldman
|
76fd347801
|
Explicitly set calling convention
|
2020-03-27 00:18:12 -04:00 |
|
Richard Feldman
|
7bb2a4e3b8
|
Use usize for pointer size in tests
|
2020-03-26 23:07:42 -04:00 |
|
Folkert
|
ad23fc7e4b
|
Merge remote-tracking branch 'origin/trunk' into tail-calls
|
2020-03-26 14:57:28 +01:00 |
|
Folkert
|
fc905b505c
|
codegen for letrec
|
2020-03-26 14:53:38 +01:00 |
|
Folkert
|
08403b0a1f
|
enable tail-call elimination in llvm
|
2020-03-26 14:02:53 +01:00 |
|
Richard Feldman
|
a561f343b2
|
Remove Cranelift for now.
|
2020-03-25 20:19:58 -04:00 |
|
Richard Feldman
|
a07acd875f
|
Fix test compilation error
|
2020-03-25 20:07:10 -04:00 |
|
Richard Feldman
|
8390bd966a
|
Revert "Try using special struct return values"
This reverts commit 0628c104513d1cae44859c1d804177c4a1e33c95.
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
fcd917c9fe
|
Re-disable cranelift test_gen tests for now
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
2491b2e43b
|
Restore some more things to how they were before
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
0951f8048e
|
Try using special struct return values
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
aae69e8b55
|
Try having main return multiple values
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
72742f3e4c
|
Restore some things to how they were before
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
8b881d90d9
|
Enable cranelift on all test_gen tests
|
2020-03-25 19:47:28 -04:00 |
|
Richard Feldman
|
41b39c0629
|
Add more llvm verification
|
2020-03-25 19:46:11 -04:00 |
|
Folkert
|
579d0d9eff
|
fix booleans in crane
|
2020-03-24 15:59:11 +01:00 |
|
Folkert
|
baeb8ad96a
|
test unit type patterns
|
2020-03-23 17:55:02 +01:00 |
|
Folkert
|
b9613fcdc5
|
clean up tag pattern match conversion
|
2020-03-23 17:55:02 +01:00 |
|
Richard Feldman
|
ee12e56d1c
|
Fix set_shared_list_oob test
|
2020-03-22 11:34:36 -04:00 |
|
Richard Feldman
|
db502fe2e7
|
Revise some tests
|
2020-03-21 22:51:11 -04:00 |
|
Richard Feldman
|
39249f3905
|
Add test for List.set bounds checking
|
2020-03-21 22:14:02 -04:00 |
|
Richard Feldman
|
63a8daa4c7
|
Reproduce no bounds checking on List.set in LLVM
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
d0a1adfef9
|
Fix set_shared_int_list for LLVM
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
8a26cac3f2
|
Add a test of just List.set by itself
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
facdc1e2f4
|
Revise some tests a bit
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
cc8683d241
|
Fix use of GEP (was using byte offset, not index)
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
4182e51877
|
Fix set_shared_int_list test
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
e6704d1fcb
|
Streamline empty list LLVM code gen
|
2020-03-21 21:19:18 -04:00 |
|
Richard Feldman
|
fc036453d9
|
Have List.set in LLVM clone before mutating
|
2020-03-21 21:19:18 -04:00 |
|
Folkert
|
9a0234e5dd
|
make bound variables available in guards
|
2020-03-22 01:11:19 +01:00 |
|
Folkert
|
1f3b8f7d68
|
guard exhaustiveness
|
2020-03-21 23:33:37 +01:00 |
|
Folkert
|
a16d48a6a9
|
code gen for simple guards
Guards cannot use variables bound in the pattern yet
|
2020-03-21 22:27:36 +01:00 |
|
Folkert
|
655dc32098
|
support nested pattern matches on tag unions
|
2020-03-20 22:14:38 +01:00 |
|
Folkert
|
0f22cbbf7d
|
fix incorrect layout for Switch
|
2020-03-20 19:56:50 +01:00 |
|
Folkert
|
d0da300042
|
fix equality/hash issue
lead to tests not being merged/shared
|
2020-03-20 16:23:56 +01:00 |
|
Folkert
|
e062404a63
|
support more complex nested patterns
|
2020-03-20 14:27:07 +01:00 |
|
Richard Feldman
|
b33af811d0
|
Merge branch 'trunk' into unit-types
|
2020-03-19 22:05:22 -04:00 |
|
Folkert
|
14979ceb41
|
Merge remote-tracking branch 'origin/trunk' into unit-types
|
2020-03-20 01:02:13 +01:00 |
|
Folkert
|
f44fea42bb
|
Boolean and/or in cranelift
|
2020-03-20 00:59:26 +01:00 |
|
Folkert
|
82655556ab
|
exhaustiveness for record guards
|
2020-03-19 22:34:08 +01:00 |
|
Folkert
|
5fc96c09ee
|
Add record patterns
|
2020-03-19 17:08:29 +01:00 |
|
Folkert
|
9745d86efb
|
add tests
|
2020-03-19 14:59:05 +01:00 |
|
Folkert
|
0593a39e0f
|
uncomment test
|
2020-03-19 12:35:11 +01:00 |
|
Folkert
|
20dc928bfe
|
fix test on maybe
used elm syntax instead of roc
|
2020-03-19 12:32:48 +01:00 |
|
Folkert
|
c31116af87
|
preparation for recursive tag unions
|
2020-03-19 12:20:12 +01:00 |
|
Folkert
|
9d1e2a0ef1
|
support zero-sized values (empty record, unit type)
They now use no stack space
|
2020-03-19 11:31:06 +01:00 |
|
Dan Bruder
|
59bcda21f5
|
tests pass for crane f64
|
2020-03-19 05:46:11 -04:00 |
|
Richard Feldman
|
43c4fadd6e
|
Use usize length, no capacity for llvm List
|
2020-03-18 21:31:01 -04:00 |
|
Richard Feldman
|
59368caa0c
|
Revert various attempts to use target_data
|
2020-03-18 21:26:51 -04:00 |
|
Richard Feldman
|
c425490317
|
Another failed attempt to use target_data
|
2020-03-18 21:26:51 -04:00 |
|