Folkert
|
f40949c64e
|
pass correct argument to procs.get_specialized_procs_without_rc
|
2021-09-08 20:04:24 +02:00 |
|
Folkert
|
ae2b4b7c78
|
comment out wasm record tests
|
2021-09-08 20:01:35 +02:00 |
|
Folkert
|
5b2661e394
|
update mono tests
|
2021-09-08 19:59:30 +02:00 |
|
Folkert
|
fe83de39fb
|
don't do aliasing in join points any more
|
2021-09-08 19:55:30 +02:00 |
|
Folkert
|
4e5b677426
|
basic join point
|
2021-09-08 15:54:00 +02:00 |
|
Folkert
|
1da32f18e5
|
implement switch for the gen wasm backend
|
2021-09-08 00:00:36 +02:00 |
|
Folkert
|
c888baccff
|
rename layout -> return_layout
|
2021-09-07 20:55:05 +02:00 |
|
Anton-4
|
5e411bdda3
|
fix unable to find library -lxkbcommon
|
2021-09-07 20:05:47 +02:00 |
|
Folkert
|
4c8ac253e4
|
fix typo
|
2021-09-07 17:45:10 +02:00 |
|
Folkert
|
afd7553e7a
|
enable F64
|
2021-09-07 17:42:31 +02:00 |
|
Folkert
|
e316bfca72
|
make mut
|
2021-09-07 16:48:11 +02:00 |
|
Folkert
|
28c608e692
|
remove duplication of FromWasm32Memory
|
2021-09-07 16:47:10 +02:00 |
|
Folkert
|
f4379673b4
|
Merge remote-tracking branch 'origin/trunk' into gen_wasm
|
2021-09-07 16:45:57 +02:00 |
|
Brian Carroll
|
ba0826cbfd
|
First three tests passing with Wasm dev backend!
Only i64 values. Next step is generalising to all types.
|
2021-09-07 08:03:41 +01:00 |
|
Richard Feldman
|
2fae415b05
|
Merge pull request #1676 from rtfeldman/gen-dev/mem
Gen dev/mem
|
2021-09-06 23:46:00 -04:00 |
|
Brian Carroll
|
e90588d156
|
Notes on control flow, binaryen, and optimisation
|
2021-09-06 22:40:46 +01:00 |
|
Brian Carroll
|
ec9b60368f
|
Add plan and linking info to readme, and highlight control flow stuff
|
2021-09-06 08:55:09 +01: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 |
|
Brendan Hansknecht
|
05bea50730
|
Fix freeing of float registers
|
2021-09-05 21:18:32 -07: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 |
|
Brian Carroll
|
545fef307e
|
More Wasm info in README
|
2021-09-05 18:16:34 +01: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 |
|
Brian Carroll
|
1b8d87d3e0
|
Initial README for Wasm backend
|
2021-09-05 11:26:40 +01: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 |
|
Brian Carroll
|
b445cea964
|
Fix generation of params & locals
|
2021-09-04 21:35:23 +01: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
|
17ae804269
|
run i386 tests...
|
2021-09-04 15:59:26 +02:00 |
|
Folkert
|
8461166cd2
|
fix typo
|
2021-09-04 15:32:57 +02:00 |
|
Brian Carroll
|
bf7b1cdc63
|
Don't double-count args as locals
|
2021-09-04 13:34:04 +01:00 |
|
Folkert
|
cdc61817f2
|
fix cargo run invocation
|
2021-09-04 14:27:40 +02:00 |
|