Update URLs.

This commit is contained in:
Dan Gohman
2018-02-23 16:16:44 -08:00
parent ec746c3359
commit 2a26b70854
11 changed files with 12 additions and 12 deletions

View File

@@ -12,8 +12,8 @@ machine code.
:target: https://cretonne.readthedocs.io/en/latest/?badge=latest :target: https://cretonne.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status :alt: Documentation Status
.. image:: https://travis-ci.org/stoklund/cretonne.svg?branch=master .. image:: https://travis-ci.org/Cretonne/cretonne.svg?branch=master
:target: https://travis-ci.org/stoklund/cretonne :target: https://travis-ci.org/Cretonne/cretonne
:alt: Build Status :alt: Build Status
For more information, see `the documentation For more information, see `the documentation

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Binaries for testing the Cretonne library" description = "Binaries for testing the Cretonne library"
license = "Apache-2.0" license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
publish = false publish = false
[[bin]] [[bin]]

View File

@@ -2,7 +2,7 @@ test regalloc
set is_64bit set is_64bit
isa intel haswell 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. ; The coalescer creates a virtual register with two interfering values.
function %pr207(i64 vmctx, i32, i32) -> i32 native { function %pr207(i64 vmctx, i32, i32) -> i32 native {

View File

@@ -2,7 +2,7 @@ test regalloc
set is_64bit set is_64bit
isa intel haswell 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. ; The (old) coalescer creates a virtual register with two identical values.
function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] native { function %pr216(i32 [%rdi], i64 vmctx [%rsi]) -> i64 [%rax] native {

View File

@@ -4,7 +4,7 @@ isa intel haswell
; regex: V=v\d+ ; 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 ; 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

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Low-level code generator library" description = "Low-level code generator library"
license = "Apache-2.0" license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
readme = "README.md" readme = "README.md"
build = "build.rs" build = "build.rs"

View File

@@ -4,7 +4,7 @@ name = "filecheck"
version = "0.1.0" version = "0.1.0"
description = "Library for matching test outputs against filecheck directives" description = "Library for matching test outputs against filecheck directives"
license = "Apache-2.0" license = "Apache-2.0"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
documentation = "https://docs.rs/filecheck" documentation = "https://docs.rs/filecheck"
[lib] [lib]

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Cretonne IL builder helper" description = "Cretonne IL builder helper"
license = "Apache-2.0" license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
readme = "README.md" readme = "README.md"
[lib] [lib]

View File

@@ -3,7 +3,7 @@ name = "cretonne-native"
version = "0.1.0" version = "0.1.0"
authors = ["The Cretonne Project Developers"] authors = ["The Cretonne Project Developers"]
description = "Support for targeting the host with Cretonne" description = "Support for targeting the host with Cretonne"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"

View File

@@ -5,7 +5,7 @@ version = "0.1.0"
description = "Cretonne textual IL reader" description = "Cretonne textual IL reader"
license = "Apache-2.0" license = "Apache-2.0"
documentation = "https://cretonne.readthedocs.io/" documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
readme = "README.md" readme = "README.md"
[lib] [lib]

View File

@@ -3,7 +3,7 @@ name = "cretonne-wasm"
version = "0.1.0" version = "0.1.0"
authors = ["The Cretonne Project Developers"] authors = ["The Cretonne Project Developers"]
description = "Translator from WebAssembly to Cretonne IL" description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/stoklund/cretonne" repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"