Folkert
|
97c10e1211
|
setup for mono reports
|
2020-04-12 01:56:57 +02:00 |
|
Folkert
|
604dbf7215
|
Merge remote-tracking branch 'origin/trunk' into precedence-error
|
2020-04-02 23:29:15 +02:00 |
|
Folkert
|
106a3646bf
|
add category to Eq constraint
|
2020-04-01 20:09:10 +02:00 |
|
Folkert
|
14ad793bd7
|
hook up TypeError
|
2020-04-01 16:28:10 +02:00 |
|
Richard Feldman
|
cda6a21fa4
|
Implement Num.toFloat
|
2020-03-31 23:51:17 -04:00 |
|
Richard Feldman
|
37492f4aa6
|
Load builtins on startup
|
2020-03-31 23:50:55 -04:00 |
|
Richard Feldman
|
1609c058f6
|
Fix tests
|
2020-03-30 22:31:20 -04:00 |
|
Richard Feldman
|
5f817d8019
|
Add a basic CLI
|
2020-03-30 21:27:37 -04:00 |
|
Richard Feldman
|
47f35dde01
|
First pass at test_emit
|
2020-03-30 21:27:02 -04:00 |
|
Richard Feldman
|
0a0a736153
|
Move pass managers into llvm::build
|
2020-03-30 21:27:02 -04:00 |
|
Richard Feldman
|
23eafd3a75
|
Reorganize gen tests
|
2020-03-27 00:18:12 -04:00 |
|
Richard Feldman
|
40be7a582d
|
Extract eval test helpers
|
2020-03-27 00:18:12 -04:00 |
|
Richard Feldman
|
8bcc23a9c7
|
Add some record tests
|
2020-03-27 00:18:12 -04:00 |
|
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 |
|