Commit Graph

9671 Commits

Author SHA1 Message Date
Folkert
3fb6736f7c clarify comment 2021-09-06 22:23:23 +02:00
Folkert
889abaa3b4 cargo lock 2021-09-06 22:23:14 +02:00
Folkert
0865826364 Merge remote-tracking branch 'origin/trunk' into wasm-base64 2021-09-06 22:17:52 +02:00
Richard Feldman
fd7c267ddb
Merge pull request #1675 from rtfeldman/list-literals
List literals in globals
2021-09-05 23:02:31 -04:00
Richard Feldman
ebd47a4113
Merge pull request #1674 from rtfeldman/from-wasm32-memory
From wasm32 memory
2021-09-05 22:19:20 -04:00
Richard Feldman
8d5e733c59
Merge pull request #1662 from rtfeldman/linux-32-cli-tests
Linux 32-bit cli tests
2021-09-05 22:17:01 -04:00
Folkert
05f56a34c7 cleanup 2021-09-05 21:23:08 +02:00
Folkert
6201ac5e6b if all constants, store list + refcount in constants section 2021-09-05 21:23:08 +02:00
Folkert
da966ed506 store integer lists in the constants section 2021-09-05 21:23:08 +02:00
Folkert
12bc34f451 clippy 2021-09-05 21:23:08 +02:00
Folkert
b97c2d5d84 store literals in lists directly 2021-09-05 21:23:08 +02:00
Folkert
8e7aef314a add ListLiteralElement 2021-09-05 21:23:08 +02:00
Anton-4
f3d261dc6c Merge branch 'trunk' of github.com:rtfeldman/roc into linux-32-cli-tests 2021-09-05 14:56:52 +02:00
Anton-4
068452ef95 reenable i386 tests 2021-09-05 14:56:42 +02:00
Anton-4
82924d70e9
Merge pull request #1664 from rtfeldman/upgrade-llvm-sys-122-2
upgrade llvm-sys to most recent version, update earthfile docker image to debian bullseye
2021-09-05 14:51:24 +02:00
Folkert
dbee9dd0ce cleanup 2021-09-05 14:19:21 +02:00
Folkert
71ce267f59 debug_assert 2021-09-05 14:10:13 +02:00
Folkert
b3b2e7de11 remove faulty instance 2021-09-05 14:09:15 +02:00
Folkert
f8809a3eef rename wasm -> wasm32 2021-09-05 14:08:14 +02:00
Anton-4
bac58ce465
bump inkwell 2021-09-05 13:33:02 +02:00
Anton-4
792b6cb6cb
update earthfile to use debian bullseye, don't install valgrind from source 2021-09-05 13:31:58 +02:00
Anton-4
418723fa3c
use inkwell release with typo 2021-09-05 11:51:15 +02:00
Folkert
024491d110 bump to llvm-sys master 2021-09-05 11:41:17 +02:00
Folkert
71b6b56f8c for i386, disable valgrind for cli_run tests 2021-09-04 22:07:33 +02:00
Folkert
f616bd802f upgrade llvm-sys to 120.2 2021-09-04 21:59:55 +02:00
Folkert
2e6bf95fda enable wasm TestBase64 2021-09-04 20:01:06 +02:00
Folkert
93817a38e2 convert zig struct to roc record 2021-09-04 16:41:29 +02:00
Folkert
9713645806 only round up to 2*usize on 32-bit platforms 2021-09-04 16:00:22 +02:00
Folkert
17ae804269 run i386 tests... 2021-09-04 15:59:26 +02:00
Folkert
8461166cd2 fix typo 2021-09-04 15:32:57 +02:00
Folkert
1d17a21d1f higher alignment requirement on rocstr/roclist 2021-09-04 15:18:37 +02:00
Folkert
cdc61817f2 fix cargo run invocation 2021-09-04 14:27:40 +02:00
Folkert
6beff62ece add i386 tests to earthfile 2021-09-04 13:55:22 +02:00
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
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