Commit graph

10698 commits

Author SHA1 Message Date
Folkert
9256bdf4ab rename wasm -> wasm32 2021-09-04 13:53:10 +02:00
Folkert
3adfbf3459 fix bug in realloc on 32-bit platforms 2021-09-04 13:46:30 +02:00
Folkert
aaed62dad3 always pick musl as libc 2021-09-04 13:26:42 +02:00
Folkert
f8c3351c08 better debug messages from bench host 2021-09-04 13:26:31 +02:00
Folkert
23dc591c5a add i386 cli tests 2021-09-04 13:25:49 +02:00
Brendan Hansknecht
3ba5055acb Change package versions back to default 2021-09-03 20:00:48 -07:00
Brendan Hansknecht
56dc278fae Merge branch 'trunk' into linker 2021-09-03 19:57:32 -07:00
Richard Feldman
d323869e7f
Merge pull request #1659 from rtfeldman/gen-dev/cleanup
Refactor dev backend to deal with layouts within specific backends.
2021-09-03 22:22:58 -04:00
Richard Feldman
5603e143ad
Merge pull request #1661 from rtfeldman/linux-32-bit
32-bit linux
2021-09-03 22:10:28 -04:00
Richard Feldman
6b2ece4094
Merge pull request #1660 from rtfeldman/tag-alignment-fix
Tag alignment fix
2021-09-03 21:52:57 -04:00
Folkert
b72726b367 clippy 2021-09-04 01:39:59 +02:00
Folkert
0ba91f885c make benchmark host.o more 32-bit compatible 2021-09-04 01:38:35 +02:00
Folkert
3fbdc743ec link 32-bit x86 on linux 2021-09-04 01:32:12 +02:00
Folkert
a7eeae05ca support i386 (no linking yet) 2021-09-04 01:31:33 +02:00
Folkert
2954b582a7 layout add allocation_alignment_bytes 2021-09-04 00:21:14 +02:00
Folkert de Vries
d365724294
Merge pull request #1656 from rtfeldman/unused-warnings
Revise errors and warnings
2021-09-04 00:20:12 +02:00
Folkert
97577c92cf layout add allocation_alignment_bytes 2021-09-04 00:03:10 +02:00
Folkert
63c488acd8 check whether a pointer actually stores the tag id in the bits 2021-09-03 23:58:41 +02:00
Folkert
0ae2c5fe19 check whether a pointer actually stores the tag id in the bits 2021-09-03 23:47:05 +02:00
Brian Carroll
13a969a238 Bugfixes: generate valid wasm for gen_add_i64
Still need to create test_wrapper
2021-09-03 21:54:57 +01:00
Folkert
2931427870 Merge remote-tracking branch 'origin/trunk' into linux-32-bit 2021-09-03 21:10:51 +02:00
Anton-4
f5b30b71da progress adding new tld at correct position in mark_node_ids 2021-09-03 20:12:49 +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
Anton-4
864e76be10 typos + format 2021-09-03 14:50:12 +02:00
Anton-4
3397d780b8 Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-09-03 14:44:21 +02:00
Anton-4
4dbd9a075a fmt 2021-09-03 14:29:21 +02:00
Anton-4
c43a0a1357 updated tests 2021-09-03 14:20:45 +02:00
Richard Feldman
3364ea00e0 Only print warnings if there are no errors 2021-09-02 22:24:48 -04:00
Richard Feldman
69bafb4e17 clippy 2021-09-02 22:08:09 -04:00
Richard Feldman
5d77aca738 Fix reporting tests 2021-09-02 21:59:13 -04:00
Richard Feldman
828c5191cf Print a horizontal rule after the last error 2021-09-02 21:59:13 -04:00
Richard Feldman
1360b04227 Add severity to file loading reports 2021-09-02 21:59:13 -04:00
Richard Feldman
a1e7610709 Add severity to mono reports 2021-09-02 21:59:13 -04:00
Richard Feldman
70939f1d6a Add severity to parse problem reports 2021-09-02 21:59:13 -04:00
Richard Feldman
ee6c246b07 Add severity to type problem reports 2021-09-02 21:59:13 -04:00
Richard Feldman
c711f0bbc7 Report severity and custom titles in can::Problem 2021-09-02 21:59:13 -04:00
Richard Feldman
71af5c5a1a Add severity to Report 2021-09-02 21:59:13 -04:00
Richard Feldman
56d6720d37
Merge pull request #1651 from rtfeldman/enable-wasm-tests
32-bit fixes
2021-09-02 21:59:03 -04:00
Folkert
cde8f5cbd4 optimize RC 2021-09-02 21:29:24 +02:00
Anton-4
b8c9b899cc updated tests 2021-09-02 20:33:38 +02:00
Anton-4
32e0a8966a test updates, bug fixes, added README to editor test folder 2021-09-02 18:12:09 +02:00
Brendan Hansknecht
b61ca970a6 Add explicit read only data and executable data segment 2021-09-01 16:55:36 -07:00
Folkert
4e39543054 simplify/optimize decref logic 2021-09-01 23:07:56 +02:00
Folkert
7aac6b6750 cleanup 2021-09-01 22:52:39 +02:00
Folkert
08e242967a function must end with an End instruction 2021-09-01 22:36:34 +02:00
Folkert
ff29b19338 add wasm tests 2021-09-01 22:35:14 +02:00
Folkert
98c672bbde pipe target information through 2021-09-01 21:50:59 +02:00
Brian Carroll
0770bb242e Reset after each procedure, and reserve space in vecs 2021-09-01 20:12:01 +01:00
Brian Carroll
9ba7076d8e Cleanups after self-review
- Fix clippy warnings
- Improve a comment
- Delete commented-out lines in Cargo.toml
- Checkin Cargo.lock
2021-09-01 19:37:15 +01:00