Folkert
|
6ed899d8be
|
indirec inc/dec generation in mono helpers
|
2023-05-05 15:02:21 +02:00 |
|
Richard Feldman
|
df0ab01128
|
Merge pull request #5348 from basile-henry/basile/num-is-nan
Implement builtins for Num.isNan, Num.isInfinite, and Num.isFinite
|
2023-05-05 06:15:18 -04:00 |
|
Folkert
|
04081ae8b3
|
centralize list argument passing and dec fn pointer generation
|
2023-05-03 18:23:16 +02:00 |
|
Folkert
|
3c6c5a3e53
|
add windows cc implementation of new register picker
|
2023-05-03 17:57:54 +02:00 |
|
Ayaz
|
ba1f8ffe5f
|
Merge pull request #5272 from extemporalgenome/markdown-typos-20230410
markdown typo fixes
|
2023-05-03 10:24:52 -05:00 |
|
Folkert
|
e12a7f4f81
|
refactor nasty loops into recursive functions
|
2023-05-03 14:43:31 +02:00 |
|
Basile Henry
|
9a2afbb09b
|
gen_dev: Implement builtins Num.isNan, Num.isFinite, Num.isInfinite
|
2023-05-03 11:12:01 +01:00 |
|
Basile Henry
|
d8b658da5d
|
gen_dev: Add is_nan_freg_reg64
|
2023-05-03 11:12:01 +01:00 |
|
Basile Henry
|
1391920d0e
|
gen_dev: Add MOVQ/MOVD to x86 backend
|
2023-05-03 11:12:01 +01:00 |
|
Folkert
|
d6885ec17a
|
implement List.dropAt
|
2023-05-02 23:30:06 +02:00 |
|
Folkert
|
a48618e34a
|
List.releaseExcessCapacity
|
2023-05-02 23:00:07 +02:00 |
|
Folkert
|
fb123b8990
|
lambda set unwrapping
|
2023-05-02 22:31:57 +02:00 |
|
Folkert
|
0fa85fe91d
|
don't copy zero-sized types to the stack
|
2023-05-02 22:31:57 +02:00 |
|
Folkert
|
35c507a33f
|
array literal arg loading was moved
|
2023-05-02 22:31:56 +02:00 |
|
Folkert
|
4ec99764cb
|
an implementation of sublist that segfaults (sometimes)
|
2023-05-02 22:31:56 +02:00 |
|
Folkert
|
f383ff14f8
|
helper for generating dec functions
|
2023-05-02 22:31:56 +02:00 |
|
Folkert
|
13e52844c7
|
implement ForeignCall function calls
|
2023-05-02 22:31:55 +02:00 |
|
Folkert
|
ac64e4ab87
|
fix for re-used DEV_TMP symbol
|
2023-05-02 22:31:55 +02:00 |
|
Folkert
|
ce36069d57
|
thread layout_ids through for future inc/dec function codegen
|
2023-05-02 22:31:55 +02:00 |
|
Folkert
|
9e8854614a
|
fix reading float from a pointer
|
2023-05-02 22:31:54 +02:00 |
|
Folkert
|
e4b0d77f2e
|
pass floats independently of general registers
|
2023-05-02 22:31:54 +02:00 |
|
Folkert
|
cd8c865a66
|
List.reverse
|
2023-05-02 22:31:54 +02:00 |
|
Folkert
|
1b5d88b002
|
literal helpers
|
2023-05-02 22:31:53 +02:00 |
|
Folkert
|
668e3e3151
|
add List.subList
|
2023-05-02 22:31:52 +02:00 |
|
Folkert
|
29bc9a2e85
|
short-circuit loading field from size 0 struct
|
2023-05-02 22:31:52 +02:00 |
|
Folkert
|
6594fc0a90
|
fully implement our crude memcpy
|
2023-05-01 18:41:51 +02:00 |
|
Folkert
|
fa5b18685a
|
re-use proc's symbol
|
2023-05-01 18:41:50 +02:00 |
|
Folkert
|
9f8077c3a3
|
allow no_data return value
|
2023-05-01 18:41:50 +02:00 |
|
Folkert
|
2e7f53fe4a
|
copy of boxed
|
2023-05-01 18:41:50 +02:00 |
|
Folkert
|
5a08acba44
|
clippy
|
2023-05-01 18:41:49 +02:00 |
|
Folkert
|
560b48a9cb
|
never use the module name in exposed strings
|
2023-05-01 18:41:49 +02:00 |
|
Folkert
|
66be08d073
|
allow configure of whether roc_alloc is generated
|
2023-05-01 18:41:47 +02:00 |
|
Folkert
|
f921bfc1a7
|
fully implement exposed functions in dev backend
|
2023-05-01 18:39:11 +02:00 |
|
Folkert
|
f9f4d5eb49
|
infra for exposed_generic in the dev backend
|
2023-05-01 18:39:10 +02:00 |
|
Brendan Hansknecht
|
2769f3dc60
|
add missing symbols to dev object files on unix
|
2023-05-01 08:38:23 -07:00 |
|
Brendan Hansknecht
|
6ea3340442
|
specify dev roc objects do not require an exec stack (required by ld)
|
2023-05-01 07:07:48 -07:00 |
|
Anton-4
|
b0d10a134a
|
clippy fix
|
2023-05-01 13:17:39 +02:00 |
|
Folkert de Vries
|
a5a91d428f
|
Merge pull request #5336 from roc-lang/dev-backend-list-map
dev backend: many more builtins
|
2023-05-01 10:20:15 +02:00 |
|
J.Teeuwissen
|
b8a2ea1bf2
|
Merge branch 'main' into drop_specialization
|
2023-04-29 18:31:12 +02:00 |
|
Anton-4
|
ff6ec21a09
|
Merge pull request #5324 from roc-lang/rust_version_upgrade
WIP Rust version upgrade
|
2023-04-29 18:01:04 +02:00 |
|
Folkert
|
23cc8046b1
|
fix build_ptr_cast (it was completely wrong)
|
2023-04-28 21:53:51 +02:00 |
|
Folkert
|
b9cc3b7823
|
don't check a non-recursive tag union for uniqueness
|
2023-04-28 18:46:07 +02:00 |
|
Folkert
|
cf54304cf4
|
add lowlevel to inc/dec a data pointer
|
2023-04-28 15:30:23 +02:00 |
|
Folkert
|
5363b95c5f
|
move with sign extension
|
2023-04-27 19:40:57 +02:00 |
|
Folkert
|
0bf3eefbf2
|
dev backend: Num.isMultipleOf
|
2023-04-27 13:50:27 +02:00 |
|
Folkert
|
10a497fdde
|
sign extension WIP
|
2023-04-27 12:24:25 +02:00 |
|
Folkert
|
d10ae2412a
|
num conversion
|
2023-04-27 11:36:56 +02:00 |
|
Folkert
|
1dd4b470dd
|
more casts, u128 literals
|
2023-04-27 11:18:11 +02:00 |
|
Folkert
|
2aca07d889
|
asserted restrictions have been lifted
|
2023-04-27 00:43:59 +02:00 |
|
Folkert
|
fc391b1ab2
|
clippy
|
2023-04-27 00:39:30 +02:00 |
|