Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync rustc_codegen_cranelift #87816

Merged
merged 60 commits into from
Aug 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
135edbf
Move LinkerInfo into CrateInfo
bjorn3 Jul 6, 2021
4cfa1fc
Don't pass local_crate_name to link_binary separately
bjorn3 Jul 6, 2021
fb92375
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_…
bjorn3 Jul 7, 2021
7167f4c
Sync from rust 0deb536ff987d7200f5ea35634781e9df9d5b666
bjorn3 Jul 8, 2021
ab4da11
Rustup to rustc 1.55.0-nightly (d2b04f075 2021-07-07)
bjorn3 Jul 8, 2021
ea8d9ae
Implement the raw_eq intrinsic in codegen_cranelift
scottmcm May 31, 2021
7a0574d
PR Feedback: Don't put SSA-only types in `CValue`s
scottmcm May 31, 2021
e3091d7
Use cranelift's `Type::int` instead of doing the match myself
scottmcm Jun 1, 2021
e7a4323
Remove explicit branch="main" form Cargo.toml
bjorn3 Jul 13, 2021
e643b8b
fix cranelift
RalfJung Jul 12, 2021
b47198a
Consider all fields when comparing DllImports, to remove nondetermini…
ricobbe Jul 12, 2021
17eaf43
Update Cranelift
bjorn3 Jul 17, 2021
f7cfb9d
Remove shl/shr special handling for 128bit ints
bjorn3 Jul 5, 2021
6dc386e
Don't truncate the shift amount
bjorn3 Jul 5, 2021
ede41d1
[CI] Update package list before installing packages
bjorn3 Jul 17, 2021
60340d4
Don't panic when the target is not supported by Cranelift
bjorn3 Jul 17, 2021
80b9e36
Put all cg_clif specific options behind -Zunstable-features
bjorn3 Jul 17, 2021
c2a9839
Disable jit and inline-asm when building as part of rustc
bjorn3 Jul 17, 2021
bd2f72f
Merge pull request #1187 from bjorn3/feature_gating
bjorn3 Jul 17, 2021
d7c3c45
Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, …
JohnTitor Jul 18, 2021
c151bb4
Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
bjorn3 Jul 19, 2021
0ebb483
Rustup to rustc 1.55.0-nightly (59216858a 2021-07-18)
bjorn3 Jul 19, 2021
3563608
Avoid call to pointer_ty
bjorn3 Jul 19, 2021
c42be79
Support repr(simd) on ADTs containing a single array field
bjorn3 Jul 23, 2021
a7b06e8
Fix two type mismatch bugs
bjorn3 Jul 23, 2021
344cbac
Fix simd_reduce_* intrinsics
bjorn3 Jul 24, 2021
90e4493
Implement more simd intrinsics
bjorn3 Jul 24, 2021
6d2221d
Fix simd_round implementation
bjorn3 Jul 25, 2021
a0fb0fa
Run stdsimd test suite
bjorn3 Jul 25, 2021
581e38b
Add fixme
bjorn3 Jul 25, 2021
1f70802
Merge pull request #1189 from bjorn3/stdsimd_fixes
bjorn3 Jul 26, 2021
424a8c3
Implement "default_alloc_error_handler" feature
bjorn3 Jul 26, 2021
02db151
Add stdsimd to .gitignore and clean_all.sh
bjorn3 Jul 26, 2021
050b417
Introduce the CallTarget enum
bjorn3 Jul 26, 2021
83da1e0
Simplify logic around first_arg
bjorn3 Jul 26, 2021
3361e34
Don't return anything from codegen_with_call_return_arg
bjorn3 Jul 26, 2021
405642b
Handle the extra argument for #[track_caller] earlier
bjorn3 Jul 26, 2021
2abc12d
Fix y.rs build --sysroot llvm
bjorn3 Jul 26, 2021
e387ec9
Fix ABI for Indirect arguments
bjorn3 Jul 26, 2021
472f9f9
Update compiler_builtins version in setup_rust_fork.sh
bjorn3 Jul 26, 2021
641e13e
Replace pointer_ty() with fx.pointer_type where possible
bjorn3 Jul 26, 2021
a2b17e4
Enable a working libcore test
bjorn3 Jul 26, 2021
c2464eb
Update Cranelift, gimli and object
bjorn3 Jul 27, 2021
bcf532c
Update dependencies
bjorn3 Jul 27, 2021
f4ba61e
Rustup to rustc 1.56.0-nightly (08095fc1f 2021-07-26)
bjorn3 Jul 27, 2021
8a6ff90
Use __muloti4 instead of __rust_i128_mulo
bjorn3 Jul 28, 2021
2e62516
Remove workarounds for things unimplemented in Cranelift
bjorn3 Jul 28, 2021
bab224d
Remove outdated FIXME
bjorn3 Jul 28, 2021
8704a66
Allow returning PassMode::Cast directly to an ssa var
bjorn3 Jul 28, 2021
b7881bb
Remove CPlace::no_place
bjorn3 Jul 28, 2021
e0b9f3b
Support storing return values in register places for all pass modes
bjorn3 Jul 28, 2021
c6564f8
Fix float min and max operations in presence of NaN
bjorn3 Jul 29, 2021
84961ef
Re-enable a fixed rustc tests
bjorn3 Jul 29, 2021
966e54e
rfc3052: Remove authors field from Cargo manifests
lf- Jul 27, 2021
6f68223
Implement pointer casting.
crlf0710 Jul 31, 2021
0f83ac1
Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3
bors Aug 3, 2021
f9c5bbb
change instructions for manually compiling y.rs (#1191)
gheoan Aug 4, 2021
2049137
Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
bjorn3 Aug 5, 2021
05677b6
Rustup to rustc 1.56.0-nightly (25b764849 2021-08-04)
bjorn3 Aug 5, 2021
279f486
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_…
bjorn3 Aug 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions compiler/rustc_codegen_cranelift/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ jobs:
- name: Install MinGW toolchain and wine
if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
run: |
sudo apt-get update
sudo apt-get install -y gcc-mingw-w64-x86-64 wine-stable
rustup target add x86_64-pc-windows-gnu

- name: Install AArch64 toolchain and qemu
if: matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'aarch64-unknown-linux-gnu'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu qemu-user

- name: Prepare dependencies
Expand Down
1 change: 1 addition & 0 deletions compiler/rustc_codegen_cranelift/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ perf.data.old
/rand
/regex
/simple-raytracer
/stdsimd
48 changes: 24 additions & 24 deletions compiler/rustc_codegen_cranelift/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ version = 3

[[package]]
name = "anyhow"
version = "1.0.38"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486"

[[package]]
name = "ar"
Expand Down Expand Up @@ -34,15 +34,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cranelift-bforest"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"cranelift-entity",
]

[[package]]
name = "cranelift-codegen"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"cranelift-bforest",
"cranelift-codegen-meta",
Expand All @@ -58,7 +58,7 @@ dependencies = [
[[package]]
name = "cranelift-codegen-meta"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"cranelift-codegen-shared",
"cranelift-entity",
Expand All @@ -67,17 +67,17 @@ dependencies = [
[[package]]
name = "cranelift-codegen-shared"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"

[[package]]
name = "cranelift-entity"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"

[[package]]
name = "cranelift-frontend"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"cranelift-codegen",
"log",
Expand All @@ -88,7 +88,7 @@ dependencies = [
[[package]]
name = "cranelift-jit"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"anyhow",
"cranelift-codegen",
Expand All @@ -105,7 +105,7 @@ dependencies = [
[[package]]
name = "cranelift-module"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"anyhow",
"cranelift-codegen",
Expand All @@ -116,7 +116,7 @@ dependencies = [
[[package]]
name = "cranelift-native"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"cranelift-codegen",
"libc",
Expand All @@ -126,7 +126,7 @@ dependencies = [
[[package]]
name = "cranelift-object"
version = "0.75.0"
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#c71ad9490e7f3e19bbcae7e28bbe50f8a0b4a5d8"
source = "git+https://github.com/bytecodealliance/wasmtime.git#5deda279775dca5e37449c829cda1f6276d6542b"
dependencies = [
"anyhow",
"cranelift-codegen",
Expand All @@ -147,34 +147,34 @@ dependencies = [

[[package]]
name = "gimli"
version = "0.24.0"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
dependencies = [
"indexmap",
]

[[package]]
name = "hashbrown"
version = "0.9.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"

[[package]]
name = "indexmap"
version = "1.6.1"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
]

[[package]]
name = "libc"
version = "0.2.97"
version = "0.2.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"

[[package]]
name = "libloading"
Expand Down Expand Up @@ -212,9 +212,9 @@ checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"

[[package]]
name = "object"
version = "0.25.3"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a38f2be3697a57b4060074ff41b44c16870d916ad7877c17696e063257482bc7"
checksum = "c55827317fb4c08822499848a14237d2874d6f139828893017237e7ab93eb386"
dependencies = [
"crc32fast",
"indexmap",
Expand Down Expand Up @@ -277,9 +277,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"

[[package]]
name = "target-lexicon"
version = "0.12.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"
checksum = "b0652da4c4121005e9ed22b79f6c5f2d9e2752906b53a33e9490489ba421a6fb"

[[package]]
name = "winapi"
Expand Down
19 changes: 10 additions & 9 deletions compiler/rustc_codegen_cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ crate-type = ["dylib"]

[dependencies]
# These have to be in sync with each other
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", features = ["unwind", "all-arch"] }
cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", optional = true }
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main" }
cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", features = ["unwind", "all-arch"] }
cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git" }
cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git" }
cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git" }
cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", optional = true }
cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git" }
target-lexicon = "0.12.0"
gimli = { version = "0.24.0", default-features = false, features = ["write"]}
object = { version = "0.25.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
gimli = { version = "0.25.0", default-features = false, features = ["write"]}
object = { version = "0.26.0", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }

ar = { git = "https://github.com/bjorn3/rust-ar.git", branch = "do_not_remove_cg_clif_ranlib" }
indexmap = "1.0.2"
Expand All @@ -36,7 +36,8 @@ smallvec = "1.6.1"
#gimli = { path = "../" }

[features]
default = ["jit", "inline_asm"]
# Enable features not ready to be enabled when compiling as part of rustc
unstable-features = ["jit", "inline_asm"]
jit = ["cranelift-jit", "libloading"]
inline_asm = []

Expand Down
17 changes: 4 additions & 13 deletions compiler/rustc_codegen_cranelift/build_sysroot/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "cc"
version = "1.0.68"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"

[[package]]
name = "cfg-if"
Expand Down Expand Up @@ -132,9 +132,9 @@ dependencies = [

[[package]]
name = "libc"
version = "0.2.97"
version = "0.2.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6"
checksum = "320cfe77175da3a483efed4bc0adc1968ca050b098ce4f2f1c13a56626128790"
dependencies = [
"rustc-std-workspace-core",
]
Expand Down Expand Up @@ -270,14 +270,6 @@ dependencies = [
"test",
]

[[package]]
name = "term"
version = "0.0.0"
dependencies = [
"core",
"std",
]

[[package]]
name = "test"
version = "0.0.0"
Expand All @@ -290,7 +282,6 @@ dependencies = [
"panic_unwind",
"proc_macro",
"std",
"term",
]

[[package]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::process::Command;

pub(crate) fn build_backend(channel: &str, host_triple: &str) -> PathBuf {
let mut cmd = Command::new("cargo");
cmd.arg("build").arg("--target").arg(host_triple);
cmd.arg("build").arg("--target").arg(host_triple).arg("--features").arg("unstable-features");

match channel {
"debug" => {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ pub(crate) fn build_sysroot(
{
let file = file.unwrap().path();
let file_name_str = file.file_name().unwrap().to_str().unwrap();
if file_name_str.contains("rustc_")
if (file_name_str.contains("rustc_")
&& !file_name_str.contains("rustc_std_workspace_")
&& !file_name_str.contains("rustc_demangle"))
|| file_name_str.contains("chalk")
|| file_name_str.contains("tracing")
|| file_name_str.contains("regex")
Expand Down
13 changes: 8 additions & 5 deletions compiler/rustc_codegen_cranelift/build_system/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ pub(crate) fn prepare() {
"341f207c1071f7290e3f228c710817c280c8dca1",
);

clone_repo(
"stdsimd",
"https://github.com/rust-lang/stdsimd",
"be96995d8ddec03fac9a0caf4d4c51c7fbc33507",
);
apply_patches("stdsimd", Path::new("stdsimd"));

clone_repo(
"simple-raytracer",
"https://github.com/ebobby/simple-raytracer",
Expand Down Expand Up @@ -60,11 +67,7 @@ fn prepare_sysroot() {
copy_dir_recursively(&sysroot_src_orig.join("library"), &sysroot_src.join("library"));

let rustc_version = get_rustc_version();
fs::write(
Path::new("build_sysroot").join("rustc_version"),
&rustc_version,
)
.unwrap();
fs::write(Path::new("build_sysroot").join("rustc_version"), &rustc_version).unwrap();

eprintln!("[GIT] init");
let mut git_init_cmd = Command::new("git");
Expand Down
2 changes: 1 addition & 1 deletion compiler/rustc_codegen_cranelift/clean_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
rm -rf target/ build/ perf.data{,.old}
rm -rf rand/ regex/ simple-raytracer/
rm -rf rand/ regex/ simple-raytracer/ stdsimd/
4 changes: 2 additions & 2 deletions compiler/rustc_codegen_cranelift/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $ $cg_clif_dir/build/cargo jit
or

```bash
$ $cg_clif_dir/build/bin/cg_clif -Cllvm-args=mode=jit -Cprefer-dynamic my_crate.rs
$ $cg_clif_dir/build/bin/cg_clif -Zunstable-features -Cllvm-args=mode=jit -Cprefer-dynamic my_crate.rs
```

There is also an experimental lazy jit mode. In this mode functions are only compiled once they are
Expand All @@ -52,7 +52,7 @@ These are a few functions that allow you to easily run rust code from the shell

```bash
function jit_naked() {
echo "$@" | $cg_clif_dir/build/bin/cg_clif - -Cllvm-args=mode=jit -Cprefer-dynamic
echo "$@" | $cg_clif_dir/build/bin/cg_clif - -Zunstable-features -Cllvm-args=mode=jit -Cprefer-dynamic
}

function jit() {
Expand Down
Loading