Update more paths for the CraneStation/cranelift rename.

This commit is contained in:
Dan Gohman
2018-07-13 09:22:15 -07:00
parent f4dbd38a4c
commit 401c872c52
16 changed files with 26 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Binaries for testing the Cranelift libraries" description = "Binaries for testing the Cranelift libraries"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
publish = false publish = false
[[bin]] [[bin]]

View File

@@ -1,7 +1,7 @@
test regalloc test regalloc
target x86_64 haswell target x86_64 haswell
; Reported as https://github.com/cranelift/cranelift/issues/207 ; Reported as https://github.com/CraneStation/cranelift/issues/207
; ;
; The coalescer creates a virtual register with two interfering values. ; The coalescer creates a virtual register with two interfering values.
function %pr207(i64 vmctx, i32, i32) -> i32 system_v { function %pr207(i64 vmctx, i32, i32) -> i32 system_v {

View File

@@ -1,7 +1,7 @@
test regalloc test regalloc
target x86_64 haswell target x86_64 haswell
; Reported as https://github.com/cranelift/cranelift/issues/216 from the Binaryen fuzzer. ; Reported as https://github.com/CraneStation/cranelift/issues/216 from the Binaryen fuzzer.
; ;
; The (old) coalescer creates a virtual register with two identical values. ; The (old) coalescer creates a virtual register with two identical values.
function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] system_v { function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] system_v {

View File

@@ -3,7 +3,7 @@ target x86_64 haswell
; regex: V=v\d+ ; regex: V=v\d+
; Filed as https://github.com/cranelift/cranelift/issues/208 ; Filed as https://github.com/CraneStation/cranelift/issues/208
; ;
; The verifier complains about a branch argument that is not in the same virtual register as the ; The verifier complains about a branch argument that is not in the same virtual register as the
; corresponding EBB argument. ; corresponding EBB argument.

View File

@@ -31,4 +31,4 @@ for crate in entity codegen frontend native reader wasm module simplejit faerie
echo cargo publish --manifest-path "lib/$crate/Cargo.toml" echo cargo publish --manifest-path "lib/$crate/Cargo.toml"
done done
echo echo
echo Then, go to https://github.com/cranelift/cranelift/releases/ and define a new release. echo Then, go to https://github.com/CraneStation/cranelift/releases/ and define a new release.

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Low-level code generator library" description = "Low-level code generator library"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
readme = "README.md" readme = "README.md"
keywords = ["compile", "compiler", "jit"] keywords = ["compile", "compiler", "jit"]
build = "build.rs" build = "build.rs"
@@ -31,4 +31,4 @@ core = ["hashmap_core"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Data structures using entity references as mapping keys" description = "Data structures using entity references as mapping keys"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
readme = "README.md" readme = "README.md"
keywords = ["entity", "set", "map"] keywords = ["entity", "set", "map"]
@@ -15,4 +15,4 @@ std = []
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -3,7 +3,7 @@ name = "cranelift-faerie"
version = "0.13.0" version = "0.13.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "Emit Cranelift output to native object files with Faerie" description = "Emit Cranelift output to native object files with Faerie"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md" readme = "README.md"
@@ -18,4 +18,4 @@ target-lexicon = "0.0.2"
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Test driver and implementations of the filetest commands" description = "Test driver and implementations of the filetest commands"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/en/latest/testing.html#file-tests" documentation = "https://cranelift.readthedocs.io/en/latest/testing.html#file-tests"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
publish = false publish = false
[dependencies] [dependencies]

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Cranelift IR builder helper" description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
@@ -18,4 +18,4 @@ core = ["cranelift-codegen/core"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -3,7 +3,7 @@ name = "cranelift-module"
version = "0.13.0" version = "0.13.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "Support for linking functions and data with Cranelift" description = "Support for linking functions and data with Cranelift"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md" readme = "README.md"
@@ -21,4 +21,4 @@ core = ["hashmap_core", "cranelift-codegen/core"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -3,7 +3,7 @@ name = "cranelift-native"
version = "0.13.0" version = "0.13.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "Support for targeting the host with Cranelift" description = "Support for targeting the host with Cranelift"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md" readme = "README.md"
@@ -24,4 +24,4 @@ core = ["cranelift-codegen/core", "raw-cpuid/nightly"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Cranelift textual IR reader" description = "Cranelift textual IR reader"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
readme = "README.md" readme = "README.md"
[dependencies] [dependencies]
@@ -14,4 +14,4 @@ target-lexicon = "0.0.2"
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -3,7 +3,7 @@ name = "cranelift-simplejit"
version = "0.13.0" version = "0.13.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "A simple JIT library backed by Cranelift" description = "A simple JIT library backed by Cranelift"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md" readme = "README.md"
@@ -27,4 +27,4 @@ core = ["cranelift-codegen/core", "cranelift-module/core", "cranelift-native/cor
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -5,7 +5,7 @@ version = "0.13.0"
description = "Umbrella for commonly-used cranelift crates" description = "Umbrella for commonly-used cranelift crates"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/" documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
readme = "README.md" readme = "README.md"
keywords = ["compile", "compiler", "jit"] keywords = ["compile", "compiler", "jit"]
@@ -20,4 +20,4 @@ core = ["cranelift-codegen/core", "cranelift-frontend/core"]
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }

View File

@@ -3,7 +3,7 @@ name = "cranelift-wasm"
version = "0.13.0" version = "0.13.0"
authors = ["The Cranelift Project Developers"] authors = ["The Cranelift Project Developers"]
description = "Translator from WebAssembly to Cranelift IR" description = "Translator from WebAssembly to Cranelift IR"
repository = "https://github.com/cranelift/cranelift" repository = "https://github.com/CraneStation/cranelift"
license = "Apache-2.0 WITH LLVM-exception" license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md" readme = "README.md"
keywords = ["webassembly", "wasm"] keywords = ["webassembly", "wasm"]
@@ -27,4 +27,4 @@ core = ["hashmap_core", "cranelift-codegen/core", "cranelift-frontend/core", "wa
[badges] [badges]
maintenance = { status = "experimental" } maintenance = { status = "experimental" }
travis-ci = { repository = "cranelift/cranelift" } travis-ci = { repository = "CraneStation/cranelift" }