bjorn3
|
92f765fce9
|
Remove support for x86 oldBE
|
2021-02-18 18:07:25 +01:00 |
|
bjorn3
|
c5dff34ae9
|
Revert "Update libc and libloading"
This reverts commit bfcf97bd83 .
It causes a "can't resolve symbol" crash on macOS
|
2021-02-09 13:19:19 +01:00 |
|
bjorn3
|
bfcf97bd83
|
Update libc and libloading
|
2021-02-09 12:40:43 +01:00 |
|
bjorn3
|
0f861e1035
|
Update Cranelift
|
2021-02-03 11:53:23 +01:00 |
|
bjorn3
|
d263447878
|
Replace EmptySinglePair with SmallVec
|
2021-01-27 10:24:31 +01:00 |
|
bjorn3
|
ae6daf77ba
|
Default to Cranelift newBE
|
2021-01-22 12:28:32 +01:00 |
|
bjorn3
|
173ec34e3d
|
Add a feature flag to switch between oldbe and newbe
|
2021-01-21 19:33:29 +01:00 |
|
bjorn3
|
f8e22bfb1b
|
Update Cranelift
|
2020-12-12 10:37:10 +01:00 |
|
bjorn3
|
1a32c542ff
|
Update Cranelift
|
2020-11-09 18:16:08 +01:00 |
|
bjorn3
|
0a5968dfd2
|
Use the new cranelift-module interface
This updates Cranelift to include bytecodealliance/wasmtime#2249
|
2020-10-08 19:00:21 +02:00 |
|
bjorn3
|
bcb0862703
|
Enable incr comp for release mode in Cargo.toml
|
2020-09-29 13:17:01 +02:00 |
|
bjorn3
|
1add4323cf
|
Update Cranelift
|
2020-09-21 19:23:39 +02:00 |
|
bjorn3
|
a18a1948e0
|
Remove wasmparser dependency through object
|
2020-09-16 17:17:57 +02:00 |
|
bjorn3
|
b8bbbe38d1
|
Remove cfg-if dependency
|
2020-09-16 16:57:52 +02:00 |
|
bjorn3
|
55d4afd2ba
|
Remove byteorder dependency
|
2020-09-16 16:54:58 +02:00 |
|
bjorn3
|
044470a726
|
Remove hashbrown usage
drain_filter is now supported on nightly
|
2020-09-15 21:00:04 +02:00 |
|
bjorn3
|
4bb25c3e4a
|
Fix dylib metadata writing
Rustc switched from flate2 to snappy
|
2020-09-05 11:00:34 +02:00 |
|
bjorn3
|
217b3818b7
|
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
|
2020-09-05 10:38:49 +02:00 |
|
Matt Brubeck
|
bd2313fc11
|
Update to hashbrown 0.9
|
2020-09-03 15:38:57 -07:00 |
|
CohenArthur
|
cb386896ee
|
stack2reg: Switch to hashbrown::HashSet
|
2020-08-23 21:44:00 +02:00 |
|
bjorn3
|
02b7cdc316
|
Update Cranelift and object
|
2020-08-20 15:21:26 +02:00 |
|
bjorn3
|
847cc7ab2a
|
Disable the inline asm support using a feature flag
|
2020-08-15 14:19:23 +02:00 |
|
bjorn3
|
748d516e0d
|
Use builtin ranlib instead of running external ranlib
This makes it possible to create rlibs for any target without installing
a toolchain for the target
Fixes #763
|
2020-07-15 16:28:21 +02:00 |
|
bjorn3
|
8dfb1daea7
|
Update dependencies
|
2020-07-13 19:41:52 +02:00 |
|
bjorn3
|
ac77371852
|
Add a feature flag for the JIT
|
2020-07-09 14:23:00 +02:00 |
|
bjorn3
|
bc966492c2
|
Update Cranelift
|
2020-07-02 21:58:11 +02:00 |
|
bjorn3
|
5262fec06d
|
Update Cranelift
|
2020-06-30 18:48:26 +02:00 |
|
bjorn3
|
d471c1b521
|
Update Cranelift
|
2020-06-16 10:38:12 +02:00 |
|
bjorn3
|
bc555764bd
|
Update Cranelift
|
2020-06-05 12:40:33 +02:00 |
|
bjorn3
|
020bcb31db
|
Register frame table in JIT mode
|
2020-05-01 20:58:27 +02:00 |
|
bjorn3
|
e7661d49c3
|
Implement .eh_frame writing
|
2020-04-25 18:23:31 +02:00 |
|
dependabot-preview[bot]
|
8de9fbb752
|
Bump libloading from 0.5.2 to 0.6.0 (#957)
Bumps [libloading](https://github.com/nagisa/rust_libloading) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/nagisa/rust_libloading/releases)
- [Commits](https://github.com/nagisa/rust_libloading/compare/0.5.2...0.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-04-06 11:09:01 +02:00 |
|
bjorn3
|
5c9b9305b7
|
Update Cranelift and object
|
2020-03-24 13:17:03 +01:00 |
|
bjorn3
|
63f22397ae
|
Fix Cranelift patch paths
|
2020-03-08 12:25:11 +01:00 |
|
bjorn3
|
dc1165300d
|
Update for the merge of Cranelift into Wasmtime
|
2020-02-29 14:24:29 +01:00 |
|
bjorn3
|
24fd604540
|
Update Cranelift
As basic blocks now work, they are enabled.
|
2020-01-22 18:04:11 +01:00 |
|
bjorn3
|
4fbb45c3f3
|
Update gimli to 0.20.0
|
2020-01-14 14:19:43 +01:00 |
|
bjorn3
|
3311c1f7fe
|
Remove some depencencies
|
2020-01-14 14:16:06 +01:00 |
|
bjorn3
|
9dad9cf88d
|
Improve build time for build scripts in release mode
|
2020-01-10 14:21:45 +01:00 |
|
bjorn3
|
d65ba25ba7
|
Remove faerie support
|
2020-01-10 13:30:21 +01:00 |
|
bjorn3
|
2bd7dcd2c0
|
Update Cranelift
|
2020-01-10 13:28:31 +01:00 |
|
bjorn3
|
72729e2211
|
Disable read feature of gimli
|
2020-01-09 17:59:59 +01:00 |
|
bjorn3
|
399cada762
|
Directly depend on cranelift_{codegen,frontend}
Fixes #838
|
2019-12-24 12:43:20 +01:00 |
|
bjorn3
|
0cbcccf4c1
|
Update Cranelift
|
2019-12-08 11:51:18 +01:00 |
|
bjorn3
|
c6086a8fd7
|
Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
|
2019-12-05 21:00:57 +01:00 |
|
bjorn3
|
7a27ded57f
|
Enable object backend by default
|
2019-11-23 15:06:23 +01:00 |
|
bjorn3
|
1f8a646592
|
Update cranelift and update git url for move to bytecodealliance
Fixes #796
|
2019-11-14 21:32:18 +01:00 |
|
bjorn3
|
ff7507e014
|
Update Cranelift and faerie
|
2019-11-11 20:39:47 +01:00 |
|
bjorn3
|
bef2d8836f
|
Fix backend_object build
|
2019-11-09 15:50:48 +01:00 |
|
bjorn3
|
74ea53f1fb
|
Update cranelift
|
2019-11-06 20:48:29 +01:00 |
|