go/src/cmd
Shenghou Ma 1a59e6239c 5l, runtime: remove softfloat emulation code when not used
This leads to ~30kB improvement on code size for ARM machines with VFP/NEON.
Example: go test -c math
       GOARM=5  GOARM=6
  Old: 1884200  1839144
  New: 1884165  1805245
  -:        35    33899

R=rsc, bradfitz, dave, kai.backman
CC=golang-dev
https://golang.org/cl/5975060
2012-04-11 04:11:27 +08:00
..
5a 5a, 5l: add PLD (preload data) instruction 2012-04-11 04:09:04 +08:00
5c 5c, 6c, 8c: take GOROOT_FINAL into consideration 2012-04-04 00:04:36 +08:00
5g 5g, 8g: remove documentation dregs 2012-02-29 22:56:50 -08:00
5l 5l, runtime: remove softfloat emulation code when not used 2012-04-11 04:11:27 +08:00
6a 6a, 6l: add PREFETCH instructions 2012-04-10 10:09:09 -04:00
6c 6c, 6g, 6l: add MOVQL to make truncation explicit 2012-04-10 12:51:59 -04:00
6g 6c, 6g, 6l: add MOVQL to make truncation explicit 2012-04-10 12:51:59 -04:00
6l 6c, 6g, 6l: add MOVQL to make truncation explicit 2012-04-10 12:51:59 -04:00
8a 8a, 8l: add PREFETCH instructions 2012-04-10 10:09:27 -04:00
8c cmd/8c: fix store to complex uint64 ptr 2012-04-10 10:45:58 -04:00
8g 5g, 8g: remove documentation dregs 2012-02-29 22:56:50 -08:00
8l 8a, 8l: add PREFETCH instructions 2012-04-10 10:09:27 -04:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
api cmd/api: allow addition of API 2012-04-10 22:12:09 +08:00
cc cmd/cc: grow some global arrays 2012-02-23 22:45:55 -05:00
cgo cmd/cgo: fix handling of errno for gccgo 2012-03-21 10:38:58 -07:00
cov cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
dist cmd/dist: don't fail when Mercurial is a batch file on Windows 2012-04-09 15:39:59 -04:00
fix cmd/fix: add rules for net/http -> net/http/httputil renames 2012-03-12 13:25:48 -07:00
gc gc: improve error message for composite literals with unexpected newlines 2012-04-02 11:00:55 -04:00
go cmd/go: in go get, don't try to perform discovery on non-hosts 2012-04-04 07:24:13 -07:00
godoc godoc: update appinit.go, apply !appengine build constrain to main.go 2012-04-04 00:00:26 +08:00
gofmt cmd/gofmt: show ascii in usage. 2012-03-15 16:38:27 -07:00
ld doc: various update to command documents 2012-03-09 01:31:09 +08:00
nm doc: various update to command documents 2012-03-09 01:31:09 +08:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/pack: also recognize '\\' as path separator in filenames 2012-03-17 01:34:44 +08:00
prof cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
vet cmd/vet: little tweak to tagged literal script to get it closer to drop-in format. 2012-03-12 13:50:25 +11:00
yacc cmd/yacc: spring cleaning for units.y 2012-04-09 15:04:59 -04:00