diff --git a/README.rst b/README.rst index 31e674350b..05ddeb6b70 100644 --- a/README.rst +++ b/README.rst @@ -12,8 +12,8 @@ machine code. :target: https://cretonne.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -.. image:: https://travis-ci.org/stoklund/cretonne.svg?branch=master - :target: https://travis-ci.org/stoklund/cretonne +.. image:: https://travis-ci.org/Cretonne/cretonne.svg?branch=master + :target: https://travis-ci.org/Cretonne/cretonne :alt: Build Status For more information, see `the documentation diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index fa275ca153..91fe8ed6d9 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" description = "Binaries for testing the Cretonne library" license = "Apache-2.0" documentation = "https://cretonne.readthedocs.io/" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" publish = false [[bin]] diff --git a/cranelift/filetests/regalloc/coalescing-207.cton b/cranelift/filetests/regalloc/coalescing-207.cton index 9485c89f36..8641c87354 100644 --- a/cranelift/filetests/regalloc/coalescing-207.cton +++ b/cranelift/filetests/regalloc/coalescing-207.cton @@ -2,7 +2,7 @@ test regalloc set is_64bit isa intel haswell -; Reported as https://github.com/stoklund/cretonne/issues/207 +; Reported as https://github.com/Cretonne/cretonne/issues/207 ; ; The coalescer creates a virtual register with two interfering values. function %pr207(i64 vmctx, i32, i32) -> i32 native { diff --git a/cranelift/filetests/regalloc/coalescing-216.cton b/cranelift/filetests/regalloc/coalescing-216.cton index 83dda0e56a..de44d53d5b 100644 --- a/cranelift/filetests/regalloc/coalescing-216.cton +++ b/cranelift/filetests/regalloc/coalescing-216.cton @@ -2,7 +2,7 @@ test regalloc set is_64bit isa intel haswell -; Reported as https://github.com/stoklund/cretonne/issues/216 from the Binaryen fuzzer. +; Reported as https://github.com/Cretonne/cretonne/issues/216 from the Binaryen fuzzer. ; ; The (old) coalescer creates a virtual register with two identical values. function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] native { diff --git a/cranelift/filetests/regalloc/reload-208.cton b/cranelift/filetests/regalloc/reload-208.cton index 1bf8120d57..1897a03c5d 100644 --- a/cranelift/filetests/regalloc/reload-208.cton +++ b/cranelift/filetests/regalloc/reload-208.cton @@ -4,7 +4,7 @@ isa intel haswell ; regex: V=v\d+ -; Filed as https://github.com/stoklund/cretonne/issues/208 +; Filed as https://github.com/Cretonne/cretonne/issues/208 ; ; The verifier complains about a branch argument that is not in the same virtual register as the ; corresponding EBB argument. diff --git a/lib/cretonne/Cargo.toml b/lib/cretonne/Cargo.toml index 042d372efc..88ae712c07 100644 --- a/lib/cretonne/Cargo.toml +++ b/lib/cretonne/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" description = "Low-level code generator library" license = "Apache-2.0" documentation = "https://cretonne.readthedocs.io/" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" readme = "README.md" build = "build.rs" diff --git a/lib/filecheck/Cargo.toml b/lib/filecheck/Cargo.toml index c539213d29..aec22b0f51 100644 --- a/lib/filecheck/Cargo.toml +++ b/lib/filecheck/Cargo.toml @@ -4,7 +4,7 @@ name = "filecheck" version = "0.1.0" description = "Library for matching test outputs against filecheck directives" license = "Apache-2.0" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" documentation = "https://docs.rs/filecheck" [lib] diff --git a/lib/frontend/Cargo.toml b/lib/frontend/Cargo.toml index 6f8e46b67c..eea524ef1c 100644 --- a/lib/frontend/Cargo.toml +++ b/lib/frontend/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" description = "Cretonne IL builder helper" license = "Apache-2.0" documentation = "https://cretonne.readthedocs.io/" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" readme = "README.md" [lib] diff --git a/lib/native/Cargo.toml b/lib/native/Cargo.toml index 32230306b1..13556b0eb0 100644 --- a/lib/native/Cargo.toml +++ b/lib/native/Cargo.toml @@ -3,7 +3,7 @@ name = "cretonne-native" version = "0.1.0" authors = ["The Cretonne Project Developers"] description = "Support for targeting the host with Cretonne" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" license = "Apache-2.0" readme = "README.md" diff --git a/lib/reader/Cargo.toml b/lib/reader/Cargo.toml index 47b2eb98b7..636f6b40e0 100644 --- a/lib/reader/Cargo.toml +++ b/lib/reader/Cargo.toml @@ -5,7 +5,7 @@ version = "0.1.0" description = "Cretonne textual IL reader" license = "Apache-2.0" documentation = "https://cretonne.readthedocs.io/" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" readme = "README.md" [lib] diff --git a/lib/wasm/Cargo.toml b/lib/wasm/Cargo.toml index fd1fe693ae..2bad5f8d2a 100644 --- a/lib/wasm/Cargo.toml +++ b/lib/wasm/Cargo.toml @@ -3,7 +3,7 @@ name = "cretonne-wasm" version = "0.1.0" authors = ["The Cretonne Project Developers"] description = "Translator from WebAssembly to Cretonne IL" -repository = "https://github.com/stoklund/cretonne" +repository = "https://github.com/Cretonne/cretonne" license = "Apache-2.0" readme = "README.md"