Brendan Hansknecht
|
a63dd1eb61
|
use unimplemented! and internal_error! instead of result in dev backend
|
2021-11-27 12:38:29 -08:00 |
|
satotake
|
7429b09af3
|
free symbol
rename function
|
2021-11-24 10:58:51 +00:00 |
|
satotake
|
fa2ebe3d81
|
remove unused codes
|
2021-11-23 10:12:34 +00:00 |
|
satotake
|
4376db6c17
|
use load_literal
|
2021-11-23 10:09:53 +00:00 |
|
satotake
|
0085272cb8
|
Merge branch 'trunk' into dev-backend-num-is-zero
|
2021-11-22 15:25:48 +00:00 |
|
satotake
|
6f42ea3260
|
inline Num.IsZero of gen-dev
|
2021-11-22 15:08:12 +00:00 |
|
Folkert
|
f90f5a4bdd
|
fix merge conflict
|
2021-11-21 20:34:16 +01:00 |
|
Folkert
|
64869ffb8b
|
Merge remote-tracking branch 'origin/trunk' into layout-builtin-numbers-refactor
|
2021-11-21 19:22:32 +01:00 |
|
satotake
|
c9ec095741
|
remove num_is_zero in assembly
use high level
|
2021-11-21 12:55:58 +00:00 |
|
satotake
|
eec8ad7112
|
add x86_64 Int is zero support for gen_dev
|
2021-11-21 10:29:55 +00:00 |
|
Folkert
|
c4ec9aa898
|
working mono
|
2021-11-20 23:25:30 +01:00 |
|
satotake
|
3a890f46d3
|
Add x86_64 Int lt support for gen_dev
Close #2033
|
2021-11-20 06:17:22 +00:00 |
|
satotake
|
e064deca76
|
add x86_64 Int neq support for gen_dev
|
2021-11-19 16:50:41 +00:00 |
|
satotake
|
71bef85984
|
add x86_64 Int Num.neg support for gen_dev
|
2021-11-16 15:22:32 +00:00 |
|
Richard Feldman
|
28273b67da
|
Merge pull request #1970 from rtfeldman/shrink-call-type
Shrink call type
|
2021-11-15 19:56:21 -08:00 |
|
Brian Carroll
|
46636ef331
|
Ensure lowlevel inlining does not skip bounds checks
|
2021-11-15 12:56:34 +00:00 |
|
Brian Carroll
|
e200e6c346
|
Clippy + fmt
|
2021-11-15 09:52:16 +00:00 |
|
Brian Carroll
|
79bd9ccf71
|
Symbol-to-lowlevel mapping for both dev backends
|
2021-11-15 00:27:04 +00:00 |
|
Folkert
|
e2f7606f25
|
shrink higher order with indirection
|
2021-11-13 15:42:47 +01:00 |
|
Kevin Sjöberg
|
f6d055dc62
|
Correct minor spelling mistakes
|
2021-11-06 15:29:08 +01:00 |
|
Folkert
|
a072d8d1b1
|
fix things
|
2021-10-20 16:56:04 +02:00 |
|
Folkert
|
63b1aaad4e
|
hook up polymorphic zig builtins
|
2021-10-20 16:43:39 +02:00 |
|
Folkert
|
78c49d3095
|
support intrinsics/builtins for more integer types
|
2021-10-19 21:41:38 +02:00 |
|
Folkert
|
6cc8f8624c
|
a way forward
|
2021-10-18 11:09:38 +02:00 |
|
Brendan Hansknecht
|
d1021d652d
|
Add StrCat support and update hello-zig to support dev backend
|
2021-09-24 08:31:31 -07:00 |
|
Brendan Hansknecht
|
1a6ca4be59
|
Convert layout map to store Layouts in order to avoid unsafe mangling
|
2021-09-21 15:27:21 -07:00 |
|
Brendan Hansknecht
|
1fb0c8043f
|
Optimize away unnecessary jump right before return
|
2021-09-21 00:14:13 -07:00 |
|
Brendan Hansknecht
|
16d098da5e
|
Add join points and tail call optimization to the dev backend.
|
2021-09-20 23:13:30 -07:00 |
|
Brendan Hansknecht
|
4487e1a3bf
|
Fix merge tabbing bug and make clippy happy
|
2021-09-05 21:41:09 -07:00 |
|
Brendan Hansknecht
|
08aa3d31d4
|
Merge branch 'trunk' into gen-dev/mem
|
2021-09-05 21:31:05 -07:00 |
|
Brendan Hansknecht
|
0696044a5c
|
Update dev backend to allow reusing stack space and using less memory
|
2021-09-05 21:21:44 -07:00 |
|
Folkert
|
12bc34f451
|
clippy
|
2021-09-05 21:23:08 +02:00 |
|
Folkert
|
8e7aef314a
|
add ListLiteralElement
|
2021-09-05 21:23:08 +02:00 |
|
Brendan Hansknecht
|
ad974dd473
|
Add extra commentabout unsafe usage
|
2021-09-03 11:00:27 -07:00 |
|
Brendan Hansknecht
|
d9d0d0c0af
|
Refactor dev backend to deal with layouts within specific backends. Just check constraints at high level
|
2021-09-03 10:54:51 -07:00 |
|
Brendan Hansknecht
|
0f9e735e60
|
Fix missed clippy warning from newer compiler
|
2021-08-24 19:32:24 -07:00 |
|
Brendan Hansknecht
|
1b401f2eca
|
Disable failing test
|
2021-08-23 22:04:11 -07:00 |
|
Brendan Hansknecht
|
03bc61cbf8
|
Merge branch 'trunk' into gen-dev/records-base
|
2021-08-23 22:01:53 -07:00 |
|
Folkert
|
194918fe4b
|
remove Invoke
|
2021-08-20 19:32:55 +02:00 |
|
Joshua Hoeflich
|
34def25b55
|
Cargo fmt
|
2021-08-15 18:14:43 -05:00 |
|
Joshua Hoeflich
|
1c6ac84f2f
|
Add Num.round to dev backend
|
2021-08-15 17:50:07 -05:00 |
|
Brendan Hansknecht
|
cc1b7df06a
|
Merge branch 'trunk' into gen-dev/records-base
|
2021-08-14 21:21:31 -07:00 |
|
Folkert
|
899cbeabd7
|
fix extra ampersands
|
2021-07-29 17:32:08 +02:00 |
|
Folkert
|
98b4930054
|
rename
|
2021-06-21 23:14:05 +02:00 |
|
Folkert
|
205b168f16
|
rename
|
2021-06-21 23:02:49 +02:00 |
|
Folkert
|
e1af2eb7d0
|
add CoerceToTagId
|
2021-06-20 21:23:50 +02:00 |
|
Eric Correia
|
342d1f34c2
|
set up GetTagId
|
2021-06-20 10:54:53 -04:00 |
|
Folkert
|
b622202d97
|
rename joinpoint field
|
2021-06-14 21:12:24 +02:00 |
|
Anton-4
|
314503cf7f
|
fixed typos, added typos checking to CI
|
2021-06-05 20:02:54 +02:00 |
|
Folkert
|
03cc96f4ed
|
rename Rethrow -> Resume
|
2021-05-30 14:44:46 +02:00 |
|