gcc/libgo/go
Cherry Zhang fbe4e644c0 runtime: use builtin memmove directly
We can use the intrinsic memmove directly, without going through
    C.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/170004

	* go-gcc.cc (Gcc_backend::Gcc_backend): Define memmove builtin.

From-SVN: r271016
2019-05-08 17:40:45 +00:00
..
archive libgo: fix build on AIX 2019-03-19 14:00:59 +00:00
bufio
builtin
bytes
cmd libgo: update to Go 1.12.2 2019-04-08 18:36:25 +00:00
compress
container
context
crypto libgo: update to Go 1.12 release 2019-02-26 15:38:12 +00:00
database/sql libgo: update to Go 1.12 release 2019-02-26 15:38:12 +00:00
debug
encoding libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
errors
expvar
flag libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
fmt
go re PR go/89406 (Go testing leaves many temporary directories in /tmp around) 2019-03-02 00:50:30 +00:00
golang.org/x/tools
hash
html
image
index/suffixarray
internal libgo: update to Go 1.12.2 2019-04-08 18:36:25 +00:00
io
log
math libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
mime
net libgo: update to Go 1.12.2 2019-04-08 18:36:25 +00:00
os os/user: disable TestGroupIds for AIX 2019-05-03 17:15:54 +00:00
path libgo: update to Go 1.12.1 2019-03-18 20:27:59 +00:00
plugin
reflect reflect: correctly handle direct interface typed receiver in Value.call 2019-05-08 04:39:19 +00:00
regexp
runtime runtime: use builtin memmove directly 2019-05-08 17:40:45 +00:00
sort libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
strconv
strings
sync libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
syscall libgo/go/syscall: add SockAddrDatalink on AIX 2019-04-19 14:20:16 +00:00
testdata
testing libgo: update to Go1.12rc1 2019-02-26 01:00:39 +00:00
text libgo: update to Go 1.12.1 2019-03-18 20:27:59 +00:00
time
unicode