Dan Gohman
80d11e3f8d
Bump version to 0.56.0 ( #1356 )
2020-01-17 14:33:52 -08:00
Dan Gohman
b00a181824
Bump version to 0.55.0 ( #1345 )
2020-01-14 13:04:11 -08:00
Dan Gohman
8bec6fe869
Update to wasmparser 0.47. ( #1331 )
...
Co-authored-by: Yury Delendik <ydelendik@mozilla.com >
2020-01-10 15:31:37 -08:00
Alex Crichton
3a13f79b66
Try to reduce CI times with a Rust *.wat parser ( #1332 )
...
This commit moves the cranelift tests and tools from the `wabt` crate on
crates.io (which compiles the wabt C++ codebase) to the `wat` crate on
crates.io which is a Rust parser for the `*.wat` format. This was
motivated by me noticing that release builds on Windows are ~5 minutes
longer than Linux builds, and local timing graphs showed that `wabt-sys`
was by far the longest build step in the build process.
This commit changes the `clif-util` binary where the `--enable-simd`
flag is no longer respected with the text format as input, since the
`wat` crate has no feature gating. This was already sort of not
respected, though, since `--enable-simd` wasn't consulted for binary
inputs which `clif-util` supports as well. If this isn't ok though then
it should be ok to close this PR!
2020-01-10 14:32:16 -08:00
Dan Gohman
582e7942f8
Bump version to 0.54.0 ( #1333 )
2020-01-10 14:08:07 -08:00
Philip Craig
43f1e05156
Update target-lexicon to 0.10
2020-01-10 11:30:12 +01:00
Benjamin Bouvier
ac8a952a6b
Bump version to 0.52.0
2019-12-18 12:37:08 +01:00
Andrew Brown
887f897c9a
Update wasmparser to 0.45.0 ( #1295 )
...
Adds many new operators and a few API changes.
2019-12-17 14:07:11 -06:00
Dan Gohman
b4528beaf5
Bump version to 0.51.0 ( #1250 )
2019-11-20 22:40:55 -08:00
Benjamin Bouvier
9080a02e10
Replace CraneStation by bytecodealliance everywhere; ( #1221 )
2019-11-12 10:09:31 -08:00
Dan Gohman
cf82863ea9
Bump version to 0.49.0 ( #1208 )
2019-11-06 14:38:46 -08:00
m4b
d5fb482524
build: update everything to target-lexicon 0.9;
2019-11-06 12:50:14 +01:00
Dan Gohman
45fb377457
Bump version to 0.48.0 ( #1202 )
...
* Bump version to 0.48.0
* Re-enable `byteorder`'s default features.
The code uses `WriteBytesExt` which depends on the `std` feature being
enabled. So for now, just enable `std`.
2019-11-05 13:59:19 -08:00
Dan Gohman
a9868de3d8
Bump version to 0.47.0
2019-11-04 15:43:27 -08:00
Josh Triplett
7e725cf880
Migrate from failure to thiserror
...
The failure crate invents its own traits that don't use
std::error::Error (because failure predates certain features added to
Error); this prevents using ? on an error from failure in a function
using Error. The thiserror crate integrates with the standard Error
trait instead.
2019-10-30 17:15:09 -07:00
Nicolas B. Pierron
69d2f40c10
Fix #796 : Enable basic-blocks by default.
2019-10-17 14:00:40 +02:00
Dan Gohman
50b7d2827d
Bump version to 0.46.1
2019-10-15 11:11:48 -07:00
Dan Gohman
ac4e93f971
Bump version to 0.46.0
2019-10-15 09:43:28 -07:00
Dan Gohman
ece9450a2f
Bump version to 0.45.0
2019-10-09 06:20:30 -07:00
Nick Fitzgerald
a6af107257
deps: bump wasmparser dependency to 0.39.2 ( #1112 )
...
This has a bug fix for Wasm multi-value blocks that is necessary to getting the
spec tests passing.
2019-10-03 12:41:53 -07:00
bjorn3
a114423d0a
Remove std feature from cranelift-entity
2019-10-02 11:50:44 -07:00
Joshua Nelson
a1f6457e8a
Allow building without std ( #1069 )
...
Closes https://github.com/CraneStation/cranelift/issues/1067
2019-09-26 18:00:03 +02:00
Dan Gohman
dfdd504edc
Bump version to 0.44.0
2019-09-24 16:28:17 -07:00
Pat Hickey
4052bc04ee
cranelift-wasm: upgrade to wasmparser 0.39.1 ( #1068 )
...
Uses new SectionContent api, which is simpler than matching on
SectionCode and then getting the right reader, & avoids possible panics
2019-09-23 16:47:13 -07:00
Dan Gohman
411545ed9a
Bump version to 0.43.1
2019-09-20 14:11:15 -07:00
Dan Gohman
5c5eabb8d0
Bump version to 0.43.0
2019-09-19 12:23:51 -07:00
stefson
bafd79330d
upgrade to latest target-lexicon 0.8.1
...
this fixes the compile for arm and aarch64
reported via https://github.com/CraneStation/cranelift/issues/977
2019-09-06 15:20:04 +02:00
Dan Gohman
d858ebb4aa
Bump version to 0.42.0
2019-09-05 17:36:04 -07:00
Pat Hickey
89d741f8ae
upgrade to target-lexicon 0.8.0
...
* the target-lexicon crate no longer has or needs the std feature
in cargo, so we can delete all default-features=false, any mentions
of its std feature, and the nostd configs in many lib.rs files
* the representation of arm architectures has changed, so some case
statements needed refactoring
2019-09-04 15:12:17 -07:00
Dan Gohman
8becc9a64c
Bump version to 0.41.0
2019-08-30 23:22:48 -07:00
Yaron Wittenstein
18ecf60ad5
cranelift-wasm: bump wasmparser version to 0.37.0
2019-08-23 11:38:25 +02:00
Dan Gohman
13f83d8291
Bump version to 0.40.0
2019-08-20 15:32:19 -07:00
Dan Gohman
0d54517d35
Bump version to 0.39.0
2019-08-20 14:26:16 -07:00
Dan Gohman
0c2c597852
Update to latest versions of term, capstone, wabt, goblin, wasmparser.
2019-08-20 14:18:14 -07:00
Yury Delendik
00b8d019c9
Bump version to 0.38.0 ( #894 )
2019-08-06 14:41:13 -05:00
Dan Gohman
16e16c49a7
Bump version to 0.37.0
2019-07-27 04:50:19 -07:00
Sean Stangl
5d1deecbb4
Give cranelift-wasm a "basic-blocks" feature.
2019-07-23 07:58:57 -06:00
Dan Gohman
4641fdd302
Bump version to 0.36.0
2019-07-19 16:28:40 -07:00
Dan Gohman
67dd0b5015
Bump version to 0.35.0
2019-07-12 15:48:19 -07:00
Artur Jamro
9e884b4433
Add support for some serde serialization ( #847 )
...
* Add support for some serde serialization
2019-07-12 15:30:50 -07:00
Dan Gohman
59f6c81e4f
Bump version to 0.34.0
2019-07-09 12:31:58 -07:00
Dan Gohman
a3e459269e
Bump version to 0.33.0
2019-07-03 10:40:58 -07:00
Dan Gohman
b35227b417
Bump version to 0.32.0
2019-07-02 12:27:39 -07:00
Dan Gohman
f163050c9a
Update to wasmparser 0.32.1.
2019-07-02 11:59:06 -07:00
Dan Gohman
4b924d34b6
Bump version to 0.31.0
2019-06-28 11:37:39 -07:00
Dan Gohman
ccd77c1d0b
Update to wasmparser 0.31.0 and goblin 0.0.22.
2019-06-28 15:23:54 +02:00
Dan Gohman
da1baf7481
Use try_from instead of the cast crate.
...
Now that `try_from` is in stable Rust, we can use it here.
2019-06-03 12:40:58 +02:00
Benjamin Bouvier
a0ddbf403c
[wasm] Have the WasmError::User member be a String;
2019-05-14 18:34:16 +02:00
Benjamin Bouvier
3ce5d2057d
[wasm] Add the ability to provide a user-defined error;
2019-04-30 13:58:18 +02:00
Benjamin Bouvier
e6249b541d
Update target-lexicon to 0.4.0;
2019-04-05 08:23:42 -07:00