Roll gofrontend to 07baa07598ea; roll libffi to r219477.
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 5 Apr 2015 23:31:49 +0000 (23:31 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 5 Apr 2015 23:31:49 +0000 (23:31 +0000)
commitcac325993ad8872dc9bea68195c6618283171c5b
treed68519655208ccf81fc39df371938649193bc9d2
parent93c73ebcbd73f5436d13ffc41f49a86fc062deb8
Roll gofrontend to 07baa07598ea; roll libffi to r219477.

Incorporates https://codereview.appspot.com/198770044, which causes us to start
using the static chain register for closures instead of __go_{get,set}_closure.

Differential Revision: http://reviews.llvm.org/D8829

llvm-svn: 234135
273 files changed:
llgo/irgen/cabi.go
llgo/irgen/call.go
llgo/irgen/compiler.go
llgo/irgen/runtime.go
llgo/irgen/ssa.go
llgo/libgo-noext.diff
llgo/test/irgen/cabi.go
llgo/test/irgen/imports.go
llgo/test/irgen/mangling-synthetic.go
llgo/third_party/gofrontend/depcomp
llgo/third_party/gofrontend/install-sh
llgo/third_party/gofrontend/libbacktrace/ChangeLog
llgo/third_party/gofrontend/libbacktrace/ChangeLog.jit [new file with mode: 0644]
llgo/third_party/gofrontend/libbacktrace/Makefile.am
llgo/third_party/gofrontend/libbacktrace/alloc.c
llgo/third_party/gofrontend/libbacktrace/atomic.c
llgo/third_party/gofrontend/libbacktrace/backtrace-supported.h.in
llgo/third_party/gofrontend/libbacktrace/backtrace.c
llgo/third_party/gofrontend/libbacktrace/backtrace.h
llgo/third_party/gofrontend/libbacktrace/btest.c
llgo/third_party/gofrontend/libbacktrace/configure
llgo/third_party/gofrontend/libbacktrace/configure.ac
llgo/third_party/gofrontend/libbacktrace/dwarf.c
llgo/third_party/gofrontend/libbacktrace/elf.c
llgo/third_party/gofrontend/libbacktrace/fileline.c
llgo/third_party/gofrontend/libbacktrace/internal.h
llgo/third_party/gofrontend/libbacktrace/mmap.c
llgo/third_party/gofrontend/libbacktrace/mmapio.c
llgo/third_party/gofrontend/libbacktrace/nounwind.c
llgo/third_party/gofrontend/libbacktrace/posix.c
llgo/third_party/gofrontend/libbacktrace/print.c
llgo/third_party/gofrontend/libbacktrace/read.c
llgo/third_party/gofrontend/libbacktrace/simple.c
llgo/third_party/gofrontend/libbacktrace/sort.c
llgo/third_party/gofrontend/libbacktrace/state.c
llgo/third_party/gofrontend/libbacktrace/stest.c
llgo/third_party/gofrontend/libbacktrace/unknown.c
llgo/third_party/gofrontend/libffi/LICENSE
llgo/third_party/gofrontend/libffi/Makefile.am
llgo/third_party/gofrontend/libffi/Makefile.in
llgo/third_party/gofrontend/libffi/README
llgo/third_party/gofrontend/libffi/build-ios.sh [deleted file]
llgo/third_party/gofrontend/libffi/configure
llgo/third_party/gofrontend/libffi/configure.ac
llgo/third_party/gofrontend/libffi/configure.host
llgo/third_party/gofrontend/libffi/doc/stamp-vti [deleted file]
llgo/third_party/gofrontend/libffi/doc/version.texi
llgo/third_party/gofrontend/libffi/fficonfig.h.in
llgo/third_party/gofrontend/libffi/generate-darwin-source-and-headers.py [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/generate-ios-source-and-headers.py [deleted file]
llgo/third_party/gofrontend/libffi/generate-osx-source-and-headers.py [deleted file]
llgo/third_party/gofrontend/libffi/include/Makefile.am
llgo/third_party/gofrontend/libffi/include/Makefile.in
llgo/third_party/gofrontend/libffi/include/ffi.h.in
llgo/third_party/gofrontend/libffi/include/ffi_cfi.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/include/ffi_common.h
llgo/third_party/gofrontend/libffi/libffi.pc.in [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/libffi.xcodeproj/project.pbxproj
llgo/third_party/gofrontend/libffi/man/Makefile.in
llgo/third_party/gofrontend/libffi/man/ffi_prep_cif.3
llgo/third_party/gofrontend/libffi/src/aarch64/ffi.c
llgo/third_party/gofrontend/libffi/src/aarch64/ffitarget.h
llgo/third_party/gofrontend/libffi/src/aarch64/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/aarch64/sysv.S
llgo/third_party/gofrontend/libffi/src/alpha/ffi.c
llgo/third_party/gofrontend/libffi/src/alpha/ffitarget.h
llgo/third_party/gofrontend/libffi/src/alpha/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/alpha/osf.S
llgo/third_party/gofrontend/libffi/src/arc/arcompact.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/arc/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/arc/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/arm/ffi.c
llgo/third_party/gofrontend/libffi/src/arm/ffitarget.h
llgo/third_party/gofrontend/libffi/src/arm/gentramp.sh [deleted file]
llgo/third_party/gofrontend/libffi/src/arm/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/arm/sysv.S
llgo/third_party/gofrontend/libffi/src/arm/trampoline.S [deleted file]
llgo/third_party/gofrontend/libffi/src/bfin/ffi.c
llgo/third_party/gofrontend/libffi/src/bfin/sysv.S
llgo/third_party/gofrontend/libffi/src/closures.c
llgo/third_party/gofrontend/libffi/src/debug.c
llgo/third_party/gofrontend/libffi/src/dlmalloc.c
llgo/third_party/gofrontend/libffi/src/ia64/ffi.c
llgo/third_party/gofrontend/libffi/src/java_raw_api.c
llgo/third_party/gofrontend/libffi/src/m68k/ffi.c
llgo/third_party/gofrontend/libffi/src/m68k/sysv.S
llgo/third_party/gofrontend/libffi/src/m88k/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/m88k/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/m88k/obsd.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/metag/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/metag/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/metag/sysv.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/microblaze/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/microblaze/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/microblaze/sysv.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/mips/ffi.c
llgo/third_party/gofrontend/libffi/src/mips/n32.S
llgo/third_party/gofrontend/libffi/src/moxie/eabi.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/moxie/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/moxie/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/nios2/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/nios2/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/nios2/sysv.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/or1k/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/or1k/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/or1k/sysv.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/pa/ffitarget.h
llgo/third_party/gofrontend/libffi/src/powerpc/aix.S
llgo/third_party/gofrontend/libffi/src/powerpc/darwin.S
llgo/third_party/gofrontend/libffi/src/powerpc/darwin_closure.S
llgo/third_party/gofrontend/libffi/src/powerpc/ffi.c
llgo/third_party/gofrontend/libffi/src/powerpc/ffi_darwin.c
llgo/third_party/gofrontend/libffi/src/powerpc/ffi_linux64.c
llgo/third_party/gofrontend/libffi/src/powerpc/ffi_powerpc.h
llgo/third_party/gofrontend/libffi/src/powerpc/ffi_sysv.c
llgo/third_party/gofrontend/libffi/src/powerpc/ffitarget.h
llgo/third_party/gofrontend/libffi/src/powerpc/linux64.S
llgo/third_party/gofrontend/libffi/src/powerpc/linux64_closure.S
llgo/third_party/gofrontend/libffi/src/powerpc/ppc_closure.S
llgo/third_party/gofrontend/libffi/src/powerpc/sysv.S
llgo/third_party/gofrontend/libffi/src/prep_cif.c
llgo/third_party/gofrontend/libffi/src/raw_api.c
llgo/third_party/gofrontend/libffi/src/s390/ffi.c
llgo/third_party/gofrontend/libffi/src/s390/ffitarget.h
llgo/third_party/gofrontend/libffi/src/s390/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/s390/sysv.S
llgo/third_party/gofrontend/libffi/src/sh/ffi.c
llgo/third_party/gofrontend/libffi/src/sparc/ffi.c
llgo/third_party/gofrontend/libffi/src/sparc/ffi64.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/sparc/ffitarget.h
llgo/third_party/gofrontend/libffi/src/sparc/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/sparc/v8.S
llgo/third_party/gofrontend/libffi/src/sparc/v9.S
llgo/third_party/gofrontend/libffi/src/tile/tile.S
llgo/third_party/gofrontend/libffi/src/types.c
llgo/third_party/gofrontend/libffi/src/vax/elfbsd.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/vax/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/vax/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/darwin64_c.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/darwin_c.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/ffi.c
llgo/third_party/gofrontend/libffi/src/x86/ffi64.c
llgo/third_party/gofrontend/libffi/src/x86/ffitarget.h
llgo/third_party/gofrontend/libffi/src/x86/ffiw64.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/freebsd.S [deleted file]
llgo/third_party/gofrontend/libffi/src/x86/internal.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/internal64.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/x86/sysv.S
llgo/third_party/gofrontend/libffi/src/x86/unix64.S
llgo/third_party/gofrontend/libffi/src/x86/win32.S [deleted file]
llgo/third_party/gofrontend/libffi/src/x86/win64.S
llgo/third_party/gofrontend/libffi/src/xtensa/ffi.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/xtensa/ffitarget.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/src/xtensa/sysv.S [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/Makefile.am
llgo/third_party/gofrontend/libffi/testsuite/Makefile.in
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_simple.c [moved from llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_stdcall.c with 55% similarity]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/closure_thiscall.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_longdouble_split.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_longdouble.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_many_mixed_args.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_pointer.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_pointer_stack.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_struct_va1.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/cls_ulonglong.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/ffitest.h
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float1.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float2.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float3.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/float_va.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/huge_struct.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many2.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many2_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many_mixed.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/many_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/negint.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct1.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/nested_struct11.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_dbl.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_ldl.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/return_uc.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_large.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/stret_large2.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen2.c [moved from llgo/third_party/gofrontend/libffi/testsuite/libffi.call/fastthis1_win32.c with 61% similarity]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen2_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen3.c [moved from llgo/third_party/gofrontend/libffi/testsuite/libffi.call/fastthis2_win32.c with 61% similarity]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen4.c [moved from llgo/third_party/gofrontend/libffi/testsuite/libffi.call/fastthis3_win32.c with 63% similarity]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/strlen_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct1.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct1_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct2.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct2_win32.c [deleted file]
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct3.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct4.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct5.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct6.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct7.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct8.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.call/struct9.c
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_double.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_float.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_int.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/complex_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/ffitest.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/many_complex_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex1_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2.inc [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex2_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_double.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_float.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.complex/return_complex_longdouble.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.go/aa-direct.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.go/closure1.c [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.go/ffitest.h [new file with mode: 0644]
llgo/third_party/gofrontend/libffi/testsuite/libffi.go/static-chain.h [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/Makefile.am
llgo/third_party/gofrontend/libgo/Makefile.in
llgo/third_party/gofrontend/libgo/go/reflect/makefunc.go
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_386.S [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_amd64.S [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_dummy.c [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_ffi.go
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_ffi_c.c
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_s390.c [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_386.go [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_amd64.go [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_s390.go [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_s390x.go [deleted file]
llgo/third_party/gofrontend/libgo/go/reflect/value.go
llgo/third_party/gofrontend/libgo/go/testing/quick/quick_test.go
llgo/third_party/gofrontend/libgo/runtime/go-ffi.c
llgo/third_party/gofrontend/libgo/runtime/go-reflect-call.c
llgo/third_party/gofrontend/libgo/runtime/malloc.goc
llgo/third_party/gofrontend/libgo/runtime/mgc0.c
llgo/third_party/gofrontend/libgo/runtime/proc.c
llgo/third_party/gofrontend/libgo/runtime/runtime.h
llgo/third_party/gofrontend/libgo/runtime/time.goc
llgo/third_party/gofrontend/missing
llgo/update_third_party.sh