go/test/bench/shootout
Russ Cox cf932cd897 all: retire architecture letter in file names, public API
This CL removes the remaining visible uses of the "architecture letter" concept.
(They are no longer in tool names nor in source directory names.)

Because the architecture letter concept is now gone, delete GOCHAR
from "go env" output, and change go/build.ArchChar to return an
error always.

The architecture letter is still used in the compiler and linker sources
as a clumsy architecture enumeration, but that use is not visible to
Go users and can be cleaned up separately.

Change-Id: I4d97a38f372003fb610c9c5241bea440d9dbeb8d
Reviewed-on: https://go-review.googlesource.com/10289
Reviewed-by: Rob Pike <r@golang.org>
2015-05-21 17:32:17 +00:00
..
binary-tree-freelist.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
binary-tree-freelist.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
binary-tree.c test/bench/shoutout: fix compliation 2012-06-08 02:56:23 +08:00
binary-tree.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
binary-tree.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
chameneosredux.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
chameneosredux.go cmd/gc: implement 'for range x {' 2014-07-16 19:27:10 -04:00
chameneosredux.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fannkuch-parallel.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fannkuch-parallel.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fannkuch.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fannkuch.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fannkuch.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fasta-1000.out test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fasta.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fasta.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
fasta.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
k-nucleotide-parallel.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
k-nucleotide-parallel.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
k-nucleotide.c test/bench/shoutout: fix compliation 2012-06-08 02:56:23 +08:00
k-nucleotide.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
k-nucleotide.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
mandelbrot.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
mandelbrot.go shootout: make mandelbrot.go more like mandelbrot.c 2012-05-30 14:40:59 -04:00
mandelbrot.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
meteor-contest.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
meteor-contest.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
meteor-contest.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
nbody.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
nbody.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
nbody.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
pidigits.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
pidigits.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
pidigits.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
regex-dna-parallel.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
regex-dna-parallel.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
regex-dna.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
regex-dna.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
regex-dna.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
reverse-complement.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
reverse-complement.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
reverse-complement.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
spectral-norm-parallel.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
spectral-norm.c test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
spectral-norm.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
spectral-norm.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
threadring.c test/bench/shootout: support windows 2014-05-09 14:34:50 -07:00
threadring.go test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
threadring.txt test/bench: move to test/bench/shootout 2011-12-13 17:46:54 -05:00
timing.log test/bench/shootout/timing.log: update to Go 1.1 2013-05-23 17:57:28 -07:00
timing.sh all: retire architecture letter in file names, public API 2015-05-21 17:32:17 +00:00