aboutsummaryrefslogtreecommitdiff
path: root/gcc/go/ChangeLog
diff options
context:
space:
mode:
authorCherry Zhang <cherryyz@google.com>2019-05-08 17:40:45 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-05-08 17:40:45 +0000
commitfbe4e644c0c8f1303ec91a25b8da6e626976500c (patch)
tree87a1cfc98677c590f437af9209a3c78b34b5e9ef /gcc/go/ChangeLog
parent5345ac5a110a5fcafaa9bdf3116b8252de2d96c6 (diff)
downloadgcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.zip
gcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.tar.gz
gcc-fbe4e644c0c8f1303ec91a25b8da6e626976500c.tar.bz2
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
Diffstat (limited to 'gcc/go/ChangeLog')
-rw-r--r--gcc/go/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog
index a73072f..10c2b69 100644
--- a/gcc/go/ChangeLog
+++ b/gcc/go/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-08 Cherry Zhang <cherryyz@google.com>
+
+ * go-gcc.cc (Gcc_backend::Gcc_backend): Define memmove builtin.
+
2019-05-07 Cherry Zhang <cherryyz@google.com>
* lang.opt (-fgo-debug-optimization): New option.