Commit graph

222 commits

Author SHA1 Message Date
bjorn3
3a8dd34831 Update Cranelift 2019-09-10 20:37:16 +02:00
bjorn3
ce0be229d7 Use upstream cranelift 2019-09-08 19:18:17 +02:00
bjorn3
cd0e862282 Update ar
Fixes #672
2019-09-01 11:17:01 +02:00
bjorn3
b3311ed4d5 Update Cargo.lock 2019-08-30 11:46:07 +02:00
bjorn3
f1b6bd9480 Update my fork of cranelift for an isplit fix 2019-08-29 11:24:08 +02:00
bjorn3
02b68aa747 Update dependencies
The faerie update fixes macOS build (m4b/faerie#90)
2019-08-22 12:37:24 +02:00
bjorn3
6bf47ad0d4 Include load/store.i128 fix from my cranelift branch 2019-08-15 13:37:38 +02:00
bjorn3
5459b157ca Update Cargo.lock 2019-08-13 11:52:09 +02:00
bjorn3
3000a3f63d [WIP] Implement dylib loading for the JIT 2019-08-10 16:50:23 +02:00
bjorn3
bbcffc23ca Update Cargo.lock 2019-08-10 14:33:59 +02:00
bjorn3
bc914cd43b Update Cargo.lock 2019-08-01 10:54:37 +02:00
bjorn3
a24a956aa6 Update dependencies 2019-07-28 09:24:27 +02:00
bjorn3
770c12ac97 Use own branch of clif instead of local checkout 2019-07-26 12:02:51 +02:00
bjorn3
de32ddad23 [WIP] Basic i128 support 2019-07-26 11:28:04 +02:00
bjorn3
853234006e Update Cargo.lock 2019-07-20 15:48:18 +02:00
bjorn3
4f54314440 Update cranelift 2019-07-20 15:42:26 +02:00
bjorn3
2c9139d51e Update Cargo.lock 2019-07-13 13:36:13 +02:00
bjorn3
521b06a712 Update cranelift 2019-07-13 13:31:30 +02:00
dependabot-preview[bot]
55b99230d6 Bump cranelift-module from 1ba2b65 to 4125d47 (#636)
Bumps [cranelift-module](https://github.com/CraneStation/cranelift) from `1ba2b65` to `4125d47`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](1ba2b6536c...4125d47d69)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10 09:42:03 +02:00
dependabot-preview[bot]
624d6849ba
Bump cranelift from 00ac8be to 1ba2b65
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `00ac8be` to `1ba2b65`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](00ac8be2fe...1ba2b6536c)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-08 04:52:42 +00:00
bjorn3
69591844bb Update Cargo.lock 2019-07-04 18:02:47 +02:00
dependabot-preview[bot]
058dc13829
Bump cranelift-faerie from 3317fc6 to 312516a
Bumps [cranelift-faerie](https://github.com/CraneStation/cranelift) from `3317fc6` to `312516a`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](3317fc623c...312516a69d)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-03 15:38:07 +00:00
bjorn3
159c6585fe Update Cargo.lock 2019-06-24 21:01:38 +02:00
dependabot-preview[bot]
83b2b0fa8b
Bump cranelift from f3f7cad to 1eb92b1
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `f3f7cad` to `1eb92b1`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](f3f7cadd01...1eb92b193d)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-24 04:58:50 +00:00
bjorn3
5b70fd6430 Update dependencies 2019-06-16 14:39:23 +02:00
dependabot-preview[bot]
ec05bcee29 Bump region from 2.1.0 to 2.1.1 (#606)
Bumps [region](https://github.com/darfink/region-rs) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/darfink/region-rs/releases)
- [Commits](https://github.com/darfink/region-rs/compare/2.1.0...2.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 17:06:15 +02:00
dependabot-preview[bot]
87113588c7 Bump miniz-sys from 0.1.11 to 0.1.12 (#607)
Bumps [miniz-sys](https://github.com/alexcrichton/flate2-rs) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/alexcrichton/flate2-rs/releases)
- [Commits](https://github.com/alexcrichton/flate2-rs/compare/miniz-sys-0.1.11...miniz-sys-0.1.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-12 17:05:50 +02:00
bjorn3
07bb89a02d Fix it 2019-06-11 16:57:59 +02:00
bjorn3
aa48c1482a [WIP] 2019-06-11 16:46:36 +02:00
bjorn3
4ade746333 [WIP] Add section symbol for mach-O 2019-06-11 16:45:15 +02:00
bjorn3
8dae241368 [WIP] Use correct segment for metadata section 2019-06-11 16:45:14 +02:00
bjorn3
e8c50cf2c2 Read and write dylib metadata 2019-06-11 16:45:14 +02:00
bjorn3
18b78d116a Update dependencies 2019-06-11 15:21:05 +02:00
bjorn3
e8767b04ac Update Cargo.lock 2019-06-09 15:34:44 +02:00
bjorn3
165314bac9 Update cranelift 2019-06-09 15:27:37 +02:00
dependabot-preview[bot]
a91625bdbb
Bump bitflags from 1.0.4 to 1.1.0
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.0.4 to 1.1.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.0.4...1.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-08 07:43:58 +00:00
bjorn3
37708ada2c Update dependencies 2019-06-02 12:05:48 +02:00
bjorn3
5db3fcd169 Update Cargo.lock 2019-05-25 13:56:28 +02:00
dependabot-preview[bot]
b408885f70
Bump cranelift from dcce879 to be02e94
Bumps [cranelift](https://github.com/CraneStation/cranelift) from `dcce879` to `be02e94`.
- [Release notes](https://github.com/CraneStation/cranelift/releases)
- [Commits](dcce8792b1...be02e94561)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-25 10:32:31 +00:00
bjorn3
8ff6febdbf Update cranelift 2019-05-22 15:21:05 +02:00
bjorn3
0046ce4c85 Partial support for wasm32-unknown-wasi as host triple
This needs a rustc compiled for wasi (see rust-lang/miri#722)
It also needs CraneStation/target-lexicon#14
2019-05-11 12:23:40 +02:00
dependabot[bot]
e998997f98 Bump proc-macro2 from 0.4.29 to 0.4.30 (#527)
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.29 to 0.4.30.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.29...0.4.30)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-09 11:29:05 +02:00
dependabot[bot]
031d728448
Merge pull request #525 from bjorn3/dependabot/cargo/serde-1.0.91 2019-05-08 19:17:58 +00:00
dependabot[bot]
6663c9f185
Bump serde from 1.0.90 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 18:07:19 +00:00
dependabot[bot]
82d113cad4
Bump syn from 0.15.33 to 0.15.34
Bumps [syn](https://github.com/dtolnay/syn) from 0.15.33 to 0.15.34.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/0.15.33...0.15.34)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 18:07:11 +00:00
bjorn3
97747aa91a Update Cargo.lock 2019-05-04 16:25:19 +02:00
bjorn3
80fc7b569c Use crates.io version of ar again 2019-05-04 16:23:53 +02:00
bjorn3
7bf9b8e6e1 Update gimli 2019-05-04 16:20:43 +02:00
bjorn3
98dae86d21 Update cranelift 2019-05-04 16:15:20 +02:00
dependabot[bot]
bbd83ebf9d Bump proc-macro2 from 0.4.27 to 0.4.29 (#507)
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 0.4.27 to 0.4.29.
- [Release notes](https://github.com/alexcrichton/proc-macro2/releases)
- [Commits](https://github.com/alexcrichton/proc-macro2/compare/0.4.27...0.4.29)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-01 13:13:46 +02:00