[llgo] Roll gofrontend forward
authorAndrew Wilkins <axwalk@gmail.com>
Tue, 15 Mar 2016 05:36:43 +0000 (05:36 +0000)
committerAndrew Wilkins <axwalk@gmail.com>
Tue, 15 Mar 2016 05:36:43 +0000 (05:36 +0000)
commit6436a4abd7a2f3a60b230453295dba199d8a59c3
tree125aef80fc2cf46c5d1758a8ece1fde14e7b13fd
parent36761bf92427846ce40fdd849615732c852e44dd
[llgo] Roll gofrontend forward

Switch gofrontend to using go.googlesource.com, and
update to 81eb6a3f425b2158c67ee32c0cc973a72ce9d6be.

There are various changes required to update to the
go 1.5 runtime:

typemap.go is changed to accommodate the change in representation for equal/hash algorithms, and the removal of the zero value/type.
CMakeLists.txt is updated to add the build tree to the package search path, so internal packages, which are not installed, are found.
various files changes due to removal of __go_new_nopointers; the same change as in D11863, but with NoUnwindAttribute added to the added runtime functions which are called with "callOnly".
minor cleanups in ssa.go while investigating issues with unwinding/panic handling.

Differential Revisision: http://reviews.llvm.org/D15188

llvm-svn: 263536
1071 files changed:
llgo/CMakeLists.txt
llgo/autoconf/config.sub [new file with mode: 0644]
llgo/cmd/gllgo/gllgo.go
llgo/irgen/runtime.go
llgo/irgen/ssa.go
llgo/irgen/targets.go
llgo/irgen/typemap.go
llgo/irgen/value.go
llgo/libgo-check-failures.diff
llgo/third_party/gofrontend/config.guess
llgo/third_party/gofrontend/libgo/MERGE
llgo/third_party/gofrontend/libgo/Makefile.am
llgo/third_party/gofrontend/libgo/Makefile.in
llgo/third_party/gofrontend/libgo/VERSION
llgo/third_party/gofrontend/libgo/aclocal.m4
llgo/third_party/gofrontend/libgo/config.h.in
llgo/third_party/gofrontend/libgo/configure
llgo/third_party/gofrontend/libgo/configure.ac
llgo/third_party/gofrontend/libgo/go/archive/tar/common.go
llgo/third_party/gofrontend/libgo/go/archive/tar/reader.go
llgo/third_party/gofrontend/libgo/go/archive/tar/reader_test.go
llgo/third_party/gofrontend/libgo/go/archive/tar/tar_test.go
llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/hardlink.tar [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/issue10968.tar [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/issue11169.tar [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/archive/tar/testdata/neg-size.tar [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/archive/tar/writer.go
llgo/third_party/gofrontend/libgo/go/archive/tar/writer_test.go
llgo/third_party/gofrontend/libgo/go/archive/zip/reader.go
llgo/third_party/gofrontend/libgo/go/archive/zip/reader_test.go
llgo/third_party/gofrontend/libgo/go/archive/zip/struct.go
llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/readme.notzip
llgo/third_party/gofrontend/libgo/go/archive/zip/testdata/readme.zip
llgo/third_party/gofrontend/libgo/go/archive/zip/writer.go
llgo/third_party/gofrontend/libgo/go/archive/zip/writer_test.go
llgo/third_party/gofrontend/libgo/go/archive/zip/zip_test.go
llgo/third_party/gofrontend/libgo/go/bufio/bufio.go
llgo/third_party/gofrontend/libgo/go/bufio/bufio_test.go
llgo/third_party/gofrontend/libgo/go/bufio/scan.go
llgo/third_party/gofrontend/libgo/go/builtin/builtin.go
llgo/third_party/gofrontend/libgo/go/bytes/buffer.go
llgo/third_party/gofrontend/libgo/go/bytes/buffer_test.go
llgo/third_party/gofrontend/libgo/go/bytes/bytes.go
llgo/third_party/gofrontend/libgo/go/bytes/bytes_decl.go
llgo/third_party/gofrontend/libgo/go/bytes/bytes_test.go
llgo/third_party/gofrontend/libgo/go/bytes/compare_test.go
llgo/third_party/gofrontend/libgo/go/bytes/export_test.go
llgo/third_party/gofrontend/libgo/go/bytes/reader.go
llgo/third_party/gofrontend/libgo/go/bytes/reader_test.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/ast.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/doc.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/gcc.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/godefs.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/main.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/out.go
llgo/third_party/gofrontend/libgo/go/cmd/cgo/util.go
llgo/third_party/gofrontend/libgo/go/cmd/go/alldocs.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/bootstrap.go
llgo/third_party/gofrontend/libgo/go/cmd/go/build.go
llgo/third_party/gofrontend/libgo/go/cmd/go/doc.go
llgo/third_party/gofrontend/libgo/go/cmd/go/env.go
llgo/third_party/gofrontend/libgo/go/cmd/go/fix.go
llgo/third_party/gofrontend/libgo/go/cmd/go/fmt.go
llgo/third_party/gofrontend/libgo/go/cmd/go/generate.go
llgo/third_party/gofrontend/libgo/go/cmd/go/generate_test.go
llgo/third_party/gofrontend/libgo/go/cmd/go/get.go
llgo/third_party/gofrontend/libgo/go/cmd/go/go_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/help.go
llgo/third_party/gofrontend/libgo/go/cmd/go/http.go
llgo/third_party/gofrontend/libgo/go/cmd/go/list.go
llgo/third_party/gofrontend/libgo/go/cmd/go/main.go
llgo/third_party/gofrontend/libgo/go/cmd/go/note.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/note_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/pkg.go
llgo/third_party/gofrontend/libgo/go/cmd/go/run.go
llgo/third_party/gofrontend/libgo/go/cmd/go/test.go
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test3.go
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test4.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/rundir/sub/sub.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/rundir/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/q1/q1.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testcycle/q1/q1_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p1/p1.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p1/p1_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p2/p2.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/testdep/p3/p3.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/bad.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/good.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hello.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hello_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/hello/hellox_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/subdir/bad.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/subdir/good.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/q/q.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/vendor/strings/msg.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/invalid/invalid.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/p/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/vendor/r/r.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vend/x/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/c.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal3/t.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/q/internal/x/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal4/src/q/j/j.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/vendor/x/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/y/y.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor/src/q/z/z.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor2/src/p/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testvendor2/vendor/x/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testflag.go
llgo/third_party/gofrontend/libgo/go/cmd/go/tool.go
llgo/third_party/gofrontend/libgo/go/cmd/go/vcs.go
llgo/third_party/gofrontend/libgo/go/cmd/go/vcs_test.go
llgo/third_party/gofrontend/libgo/go/cmd/go/vendor_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/vet.go
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/doc.go
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/gofmt.go
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/long_test.go
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/rewrite.go
llgo/third_party/gofrontend/libgo/go/compress/bzip2/bzip2.go
llgo/third_party/gofrontend/libgo/go/compress/bzip2/bzip2_test.go
llgo/third_party/gofrontend/libgo/go/compress/flate/deflate.go
llgo/third_party/gofrontend/libgo/go/compress/flate/deflate_test.go
llgo/third_party/gofrontend/libgo/go/compress/flate/flate_test.go
llgo/third_party/gofrontend/libgo/go/compress/flate/gen.go
llgo/third_party/gofrontend/libgo/go/compress/flate/huffman_bit_writer.go
llgo/third_party/gofrontend/libgo/go/compress/flate/huffman_code.go
llgo/third_party/gofrontend/libgo/go/compress/flate/inflate.go
llgo/third_party/gofrontend/libgo/go/compress/lzw/reader.go
llgo/third_party/gofrontend/libgo/go/compress/lzw/reader_test.go
llgo/third_party/gofrontend/libgo/go/compress/lzw/writer.go
llgo/third_party/gofrontend/libgo/go/compress/lzw/writer_test.go
llgo/third_party/gofrontend/libgo/go/crypto/cipher/cipher.go
llgo/third_party/gofrontend/libgo/go/crypto/cipher/gcm.go
llgo/third_party/gofrontend/libgo/go/crypto/cipher/gcm_test.go
llgo/third_party/gofrontend/libgo/go/crypto/crypto.go
llgo/third_party/gofrontend/libgo/go/crypto/ecdsa/ecdsa.go
llgo/third_party/gofrontend/libgo/go/crypto/ecdsa/ecdsa_test.go
llgo/third_party/gofrontend/libgo/go/crypto/elliptic/elliptic.go
llgo/third_party/gofrontend/libgo/go/crypto/elliptic/elliptic_test.go
llgo/third_party/gofrontend/libgo/go/crypto/elliptic/p224.go
llgo/third_party/gofrontend/libgo/go/crypto/elliptic/p256.go
llgo/third_party/gofrontend/libgo/go/crypto/hmac/hmac.go
llgo/third_party/gofrontend/libgo/go/crypto/rand/eagain.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/rand/rand.go
llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_linux.go
llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_unix.go
llgo/third_party/gofrontend/libgo/go/crypto/rand/util_test.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/pkcs1v15.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/pkcs1v15_test.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/pss.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/pss_test.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/rsa.go
llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512.go
llgo/third_party/gofrontend/libgo/go/crypto/sha512/sha512_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/cipher_suites.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/common.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/conn.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_client.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_client_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_messages.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_messages_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_server.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/handshake_server_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/key_agreement.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/prf.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/prf_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv10-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv11-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384 [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384 [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-SCT [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-3DES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-3DES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv11-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicket
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-3DES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES256-GCM-SHA384 [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RC4
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-Resume
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ResumeDisabled
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificate [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/ticket.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/tls.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/tls_test.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/cert_pool.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/pem_decrypt.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/pem_decrypt_test.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/pkix/pkix.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_bsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_cgo_darwin.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin_arm_gen.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_darwin_armx.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_linux.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_nacl.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_solaris.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/root_unix.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/sec1.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/sha2_windows_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/x509/verify.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/verify_test.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/x509.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/x509_test.go
llgo/third_party/gofrontend/libgo/go/database/sql/fakedb_test.go
llgo/third_party/gofrontend/libgo/go/database/sql/sql.go
llgo/third_party/gofrontend/libgo/go/database/sql/sql_test.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/buf.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/class_string.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/const.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/entry.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/line.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/line_test.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line-clang.elf [new file with mode: 0755]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line-gcc.elf [new file with mode: 0755]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line1.c [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line1.h [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/testdata/line2.c [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/dwarf/type.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/typeunit.go
llgo/third_party/gofrontend/libgo/go/debug/dwarf/unit.go
llgo/third_party/gofrontend/libgo/go/debug/elf/elf.go
llgo/third_party/gofrontend/libgo/go/debug/elf/file.go
llgo/third_party/gofrontend/libgo/go/debug/elf/file_test.go
llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-clang-arm.obj [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc492-arm.obj [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/gosym/pclntab_test.go
llgo/third_party/gofrontend/libgo/go/debug/gosym/symtab.go
llgo/third_party/gofrontend/libgo/go/debug/macho/file.go
llgo/third_party/gofrontend/libgo/go/debug/pe/file.go
llgo/third_party/gofrontend/libgo/go/debug/pe/file_test.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/asn1.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/asn1_test.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/common.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/marshal.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/marshal_test.go
llgo/third_party/gofrontend/libgo/go/encoding/base64/base64.go
llgo/third_party/gofrontend/libgo/go/encoding/base64/base64_test.go
llgo/third_party/gofrontend/libgo/go/encoding/binary/binary.go
llgo/third_party/gofrontend/libgo/go/encoding/csv/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/encoding/csv/reader.go
llgo/third_party/gofrontend/libgo/go/encoding/csv/reader_test.go
llgo/third_party/gofrontend/libgo/go/encoding/csv/writer.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/codec_test.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/decode.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/doc.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/encoder.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/encoder_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/bench_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/decode.go
llgo/third_party/gofrontend/libgo/go/encoding/json/decode_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/encode.go
llgo/third_party/gofrontend/libgo/go/encoding/json/fold.go
llgo/third_party/gofrontend/libgo/go/encoding/json/scanner.go
llgo/third_party/gofrontend/libgo/go/encoding/json/scanner_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/stream.go
llgo/third_party/gofrontend/libgo/go/encoding/json/stream_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/tagkey_test.go
llgo/third_party/gofrontend/libgo/go/encoding/pem/pem.go
llgo/third_party/gofrontend/libgo/go/encoding/pem/pem_test.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/marshal.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/marshal_test.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/read_test.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/typeinfo.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/xml.go
llgo/third_party/gofrontend/libgo/go/encoding/xml/xml_test.go
llgo/third_party/gofrontend/libgo/go/expvar/expvar.go
llgo/third_party/gofrontend/libgo/go/expvar/expvar_test.go
llgo/third_party/gofrontend/libgo/go/flag/flag.go
llgo/third_party/gofrontend/libgo/go/flag/flag_test.go
llgo/third_party/gofrontend/libgo/go/fmt/doc.go
llgo/third_party/gofrontend/libgo/go/fmt/fmt_test.go
llgo/third_party/gofrontend/libgo/go/fmt/format.go
llgo/third_party/gofrontend/libgo/go/fmt/norace_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/fmt/print.go
llgo/third_party/gofrontend/libgo/go/fmt/race_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/fmt/scan.go
llgo/third_party/gofrontend/libgo/go/fmt/scan_test.go
llgo/third_party/gofrontend/libgo/go/go/ast/ast.go
llgo/third_party/gofrontend/libgo/go/go/ast/filter.go
llgo/third_party/gofrontend/libgo/go/go/ast/scope.go
llgo/third_party/gofrontend/libgo/go/go/ast/walk.go
llgo/third_party/gofrontend/libgo/go/go/build/build.go
llgo/third_party/gofrontend/libgo/go/go/build/build_test.go
llgo/third_party/gofrontend/libgo/go/go/build/deps_test.go
llgo/third_party/gofrontend/libgo/go/go/build/doc.go
llgo/third_party/gofrontend/libgo/go/go/build/read.go
llgo/third_party/gofrontend/libgo/go/go/build/read_test.go
llgo/third_party/gofrontend/libgo/go/go/build/syslist.go
llgo/third_party/gofrontend/libgo/go/go/build/testdata/empty/dummy [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/constant/go13.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/constant/go14.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/constant/value.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/constant/value_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/doc/doc.go
llgo/third_party/gofrontend/libgo/go/go/doc/exports.go
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.0.golden
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.1.golden
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.2.golden
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.go
llgo/third_party/gofrontend/libgo/go/go/format/format.go
llgo/third_party/gofrontend/libgo/go/go/format/format_test.go
llgo/third_party/gofrontend/libgo/go/go/importer/importer.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/gccgoinstallation.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/gccgoinstallation_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/importer.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/importer_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/parser.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/parser_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/complexnums.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/imports.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gccgoimporter/testdata/pointer.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/exportdata.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/gcimporter.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/gcimporter_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/internal/gcimporter/testdata/exports.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/parser/error_test.go
llgo/third_party/gofrontend/libgo/go/go/parser/interface.go
llgo/third_party/gofrontend/libgo/go/go/parser/parser.go
llgo/third_party/gofrontend/libgo/go/go/parser/parser_test.go
llgo/third_party/gofrontend/libgo/go/go/parser/short_test.go
llgo/third_party/gofrontend/libgo/go/go/parser/testdata/issue3106.src
llgo/third_party/gofrontend/libgo/go/go/printer/nodes.go
llgo/third_party/gofrontend/libgo/go/go/printer/printer.go
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments.golden
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/comments.input
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/declarations.golden
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/declarations.input
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/parser.go
llgo/third_party/gofrontend/libgo/go/go/scanner/errors.go
llgo/third_party/gofrontend/libgo/go/go/scanner/scanner.go
llgo/third_party/gofrontend/libgo/go/go/scanner/scanner_test.go
llgo/third_party/gofrontend/libgo/go/go/token/position.go
llgo/third_party/gofrontend/libgo/go/go/types/api.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/api_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/assignments.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/builtins.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/builtins_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/call.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/check.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/check_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/conversions.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/decl.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/errors.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/eval.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/eval_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/expr.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/exprstring.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/exprstring_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/go11.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/go12.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/hilbert_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/initorder.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/issues_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/labels.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/lookup.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/methodset.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/object.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/objset.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/operand.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/ordering.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/package.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/predicates.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/resolver.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/resolver_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/return.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/scope.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/selection.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/self_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/sizes.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/stdlib_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/stmt.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/token_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/type.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/typestring.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/typestring_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/typexpr.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/types/universe.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32.go
llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32_generic.go
llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32_test.go
llgo/third_party/gofrontend/libgo/go/hash/crc32/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/html/escape.go
llgo/third_party/gofrontend/libgo/go/html/escape_test.go
llgo/third_party/gofrontend/libgo/go/html/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/html/template/clone_test.go
llgo/third_party/gofrontend/libgo/go/html/template/content_test.go
llgo/third_party/gofrontend/libgo/go/html/template/css.go
llgo/third_party/gofrontend/libgo/go/html/template/doc.go
llgo/third_party/gofrontend/libgo/go/html/template/escape.go
llgo/third_party/gofrontend/libgo/go/html/template/escape_test.go
llgo/third_party/gofrontend/libgo/go/html/template/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/html/template/html.go
llgo/third_party/gofrontend/libgo/go/html/template/html_test.go
llgo/third_party/gofrontend/libgo/go/html/template/js.go
llgo/third_party/gofrontend/libgo/go/html/template/template.go
llgo/third_party/gofrontend/libgo/go/html/template/transition.go
llgo/third_party/gofrontend/libgo/go/html/template/transition_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/color/color.go
llgo/third_party/gofrontend/libgo/go/image/color/ycbcr.go
llgo/third_party/gofrontend/libgo/go/image/color/ycbcr_test.go
llgo/third_party/gofrontend/libgo/go/image/decode_example_test.go
llgo/third_party/gofrontend/libgo/go/image/decode_test.go
llgo/third_party/gofrontend/libgo/go/image/draw/bench_test.go
llgo/third_party/gofrontend/libgo/go/image/draw/clip_test.go
llgo/third_party/gofrontend/libgo/go/image/draw/draw.go
llgo/third_party/gofrontend/libgo/go/image/draw/draw_test.go
llgo/third_party/gofrontend/libgo/go/image/geom.go
llgo/third_party/gofrontend/libgo/go/image/geom_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/gif/reader.go
llgo/third_party/gofrontend/libgo/go/image/gif/reader_test.go
llgo/third_party/gofrontend/libgo/go/image/gif/writer.go
llgo/third_party/gofrontend/libgo/go/image/gif/writer_test.go
llgo/third_party/gofrontend/libgo/go/image/image.go
llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/gen.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/imageutil.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/internal/imageutil/impl.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/jpeg/huffman.go
llgo/third_party/gofrontend/libgo/go/image/jpeg/reader.go
llgo/third_party/gofrontend/libgo/go/image/jpeg/reader_test.go
llgo/third_party/gofrontend/libgo/go/image/jpeg/scan.go
llgo/third_party/gofrontend/libgo/go/image/png/reader.go
llgo/third_party/gofrontend/libgo/go/image/png/reader_test.go
llgo/third_party/gofrontend/libgo/go/image/png/testdata/benchRGB-interlace.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/png/testdata/gray-gradient.interlaced.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/png/testdata/gray-gradient.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04-31i.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/png/testdata/pngsuite/basn3p04-31i.sng [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.221212.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.221212.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.cmyk.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.cmyk.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.410.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.410.progressive.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.411.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.q50.411.progressive.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.rgb.jpeg [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/testdata/video-001.rgb.png [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/ycbcr.go
llgo/third_party/gofrontend/libgo/go/image/ycbcr_test.go
llgo/third_party/gofrontend/libgo/go/internal/format/format.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/singleflight/singleflight.go [moved from llgo/third_party/gofrontend/libgo/go/net/singleflight.go with 73% similarity]
llgo/third_party/gofrontend/libgo/go/internal/singleflight/singleflight_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/unix/dummy.go [moved from llgo/third_party/gofrontend/libgo/go/internal/syscall/dummy.go with 90% similarity]
llgo/third_party/gofrontend/libgo/go/internal/syscall/unix/getrandom_linux.go [moved from llgo/third_party/gofrontend/libgo/go/internal/syscall/getrandom_linux.go with 82% similarity]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/export_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/key.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/registry_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/syscall.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/value.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/registry/zsyscall_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/syscall_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/windows/zsyscall_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/testenv/testenv.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/trace/goroutines.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/trace/parser.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/trace/parser_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/io/io.go
llgo/third_party/gofrontend/libgo/go/io/io_test.go
llgo/third_party/gofrontend/libgo/go/io/ioutil/tempfile.go
llgo/third_party/gofrontend/libgo/go/io/pipe.go
llgo/third_party/gofrontend/libgo/go/log/log.go
llgo/third_party/gofrontend/libgo/go/log/log_test.go
llgo/third_party/gofrontend/libgo/go/log/syslog/doc.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog.go
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_plan9.go [deleted file]
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_test.go
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_windows.go [deleted file]
llgo/third_party/gofrontend/libgo/go/math/all_test.go
llgo/third_party/gofrontend/libgo/go/math/big/accuracy_string.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/arith.go
llgo/third_party/gofrontend/libgo/go/math/big/arith_decl.go
llgo/third_party/gofrontend/libgo/go/math/big/arith_decl_pure.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/arith_test.go
llgo/third_party/gofrontend/libgo/go/math/big/bits_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/decimal.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/decimal_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/float.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/float_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/floatconv.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/floatconv_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/floatexample_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/ftoa.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/int.go
llgo/third_party/gofrontend/libgo/go/math/big/int_test.go
llgo/third_party/gofrontend/libgo/go/math/big/intconv.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/intconv_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/nat.go
llgo/third_party/gofrontend/libgo/go/math/big/nat_test.go
llgo/third_party/gofrontend/libgo/go/math/big/natconv.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/natconv_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/rat.go
llgo/third_party/gofrontend/libgo/go/math/big/rat_test.go
llgo/third_party/gofrontend/libgo/go/math/big/ratconv.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/ratconv_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/big/roundingmode_string.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/math/cbrt.go
llgo/third_party/gofrontend/libgo/go/math/const.go
llgo/third_party/gofrontend/libgo/go/math/expm1.go
llgo/third_party/gofrontend/libgo/go/math/log10.go
llgo/third_party/gofrontend/libgo/go/math/nextafter.go
llgo/third_party/gofrontend/libgo/go/math/rand/rand.go
llgo/third_party/gofrontend/libgo/go/math/rand/rand_test.go
llgo/third_party/gofrontend/libgo/go/math/rand/zipf.go
llgo/third_party/gofrontend/libgo/go/math/sqrt.go
llgo/third_party/gofrontend/libgo/go/mime/encodedword.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/encodedword_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/grammar.go
llgo/third_party/gofrontend/libgo/go/mime/multipart/multipart.go
llgo/third_party/gofrontend/libgo/go/mime/multipart/multipart_test.go
llgo/third_party/gofrontend/libgo/go/mime/multipart/quotedprintable.go [deleted file]
llgo/third_party/gofrontend/libgo/go/mime/multipart/writer.go
llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/reader.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/reader_test.go [moved from llgo/third_party/gofrontend/libgo/go/mime/multipart/quotedprintable_test.go with 82% similarity]
llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/writer.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/quotedprintable/writer_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/type.go
llgo/third_party/gofrontend/libgo/go/mime/type_dragonfly.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/type_freebsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/type_openbsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/mime/type_plan9.go
llgo/third_party/gofrontend/libgo/go/mime/type_test.go
llgo/third_party/gofrontend/libgo/go/mime/type_unix.go
llgo/third_party/gofrontend/libgo/go/mime/type_windows.go
llgo/third_party/gofrontend/libgo/go/net/addrselect.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/addrselect_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_android.go
llgo/third_party/gofrontend/libgo/go/net/cgo_bsd.go
llgo/third_party/gofrontend/libgo/go/net/cgo_linux.go
llgo/third_party/gofrontend/libgo/go/net/cgo_netbsd.go
llgo/third_party/gofrontend/libgo/go/net/cgo_openbsd.go
llgo/third_party/gofrontend/libgo/go/net/cgo_resnew.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_resold.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_socknew.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_sockold.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_solaris.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_stub.go
llgo/third_party/gofrontend/libgo/go/net/cgo_unix.go
llgo/third_party/gofrontend/libgo/go/net/cgo_unix_test.go
llgo/third_party/gofrontend/libgo/go/net/cgo_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/conf.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/conf_netcgo.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/conf_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/conn_test.go
llgo/third_party/gofrontend/libgo/go/net/dial.go
llgo/third_party/gofrontend/libgo/go/net/dial_gen.go
llgo/third_party/gofrontend/libgo/go/net/dial_test.go
llgo/third_party/gofrontend/libgo/go/net/dialgoogle_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/net/dnsclient.go
llgo/third_party/gofrontend/libgo/go/net/dnsclient_test.go
llgo/third_party/gofrontend/libgo/go/net/dnsclient_unix.go
llgo/third_party/gofrontend/libgo/go/net/dnsclient_unix_test.go
llgo/third_party/gofrontend/libgo/go/net/dnsconfig_unix.go
llgo/third_party/gofrontend/libgo/go/net/dnsconfig_unix_test.go
llgo/third_party/gofrontend/libgo/go/net/dnsmsg.go
llgo/third_party/gofrontend/libgo/go/net/dnsmsg_test.go
llgo/third_party/gofrontend/libgo/go/net/dnsname_test.go
llgo/third_party/gofrontend/libgo/go/net/error_plan9_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/error_posix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/error_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/external_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/fd_plan9.go
llgo/third_party/gofrontend/libgo/go/net/fd_poll_nacl.go
llgo/third_party/gofrontend/libgo/go/net/fd_poll_runtime.go
llgo/third_party/gofrontend/libgo/go/net/fd_posix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/fd_posix_test.go [moved from llgo/third_party/gofrontend/libgo/go/net/fd_unix_test.go with 84% similarity]
llgo/third_party/gofrontend/libgo/go/net/fd_unix.go
llgo/third_party/gofrontend/libgo/go/net/fd_windows.go
llgo/third_party/gofrontend/libgo/go/net/file.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/file_plan9.go
llgo/third_party/gofrontend/libgo/go/net/file_stub.go
llgo/third_party/gofrontend/libgo/go/net/file_test.go
llgo/third_party/gofrontend/libgo/go/net/file_unix.go
llgo/third_party/gofrontend/libgo/go/net/file_windows.go
llgo/third_party/gofrontend/libgo/go/net/hook.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/hook_cloexec.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/hook_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/hook_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/hook_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/hosts.go
llgo/third_party/gofrontend/libgo/go/net/hosts_test.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/child.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/child_test.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/host.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/host_test.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/matryoshka_test.go
llgo/third_party/gofrontend/libgo/go/net/http/cgi/testdata/test.cgi
llgo/third_party/gofrontend/libgo/go/net/http/client.go
llgo/third_party/gofrontend/libgo/go/net/http/client_test.go
llgo/third_party/gofrontend/libgo/go/net/http/cookie.go
llgo/third_party/gofrontend/libgo/go/net/http/cookie_test.go
llgo/third_party/gofrontend/libgo/go/net/http/example_test.go
llgo/third_party/gofrontend/libgo/go/net/http/export_test.go
llgo/third_party/gofrontend/libgo/go/net/http/fcgi/child.go
llgo/third_party/gofrontend/libgo/go/net/http/fcgi/fcgi_test.go
llgo/third_party/gofrontend/libgo/go/net/http/fs.go
llgo/third_party/gofrontend/libgo/go/net/http/fs_test.go
llgo/third_party/gofrontend/libgo/go/net/http/header.go
llgo/third_party/gofrontend/libgo/go/net/http/http_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/http/httptest/server.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/dump.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/dump_test.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/reverseproxy.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/reverseproxy_test.go
llgo/third_party/gofrontend/libgo/go/net/http/internal/chunked.go
llgo/third_party/gofrontend/libgo/go/net/http/lex.go
llgo/third_party/gofrontend/libgo/go/net/http/lex_test.go
llgo/third_party/gofrontend/libgo/go/net/http/main_test.go
llgo/third_party/gofrontend/libgo/go/net/http/npn_test.go
llgo/third_party/gofrontend/libgo/go/net/http/pprof/pprof.go
llgo/third_party/gofrontend/libgo/go/net/http/proxy_test.go
llgo/third_party/gofrontend/libgo/go/net/http/readrequest_test.go
llgo/third_party/gofrontend/libgo/go/net/http/request.go
llgo/third_party/gofrontend/libgo/go/net/http/request_test.go
llgo/third_party/gofrontend/libgo/go/net/http/requestwrite_test.go
llgo/third_party/gofrontend/libgo/go/net/http/response.go
llgo/third_party/gofrontend/libgo/go/net/http/response_test.go
llgo/third_party/gofrontend/libgo/go/net/http/responsewrite_test.go
llgo/third_party/gofrontend/libgo/go/net/http/serve_test.go
llgo/third_party/gofrontend/libgo/go/net/http/server.go
llgo/third_party/gofrontend/libgo/go/net/http/sniff.go
llgo/third_party/gofrontend/libgo/go/net/http/transfer.go
llgo/third_party/gofrontend/libgo/go/net/http/transport.go
llgo/third_party/gofrontend/libgo/go/net/http/transport_test.go
llgo/third_party/gofrontend/libgo/go/net/interface.go
llgo/third_party/gofrontend/libgo/go/net/interface_bsd.go
llgo/third_party/gofrontend/libgo/go/net/interface_darwin.go
llgo/third_party/gofrontend/libgo/go/net/interface_freebsd.go
llgo/third_party/gofrontend/libgo/go/net/interface_linux.go
llgo/third_party/gofrontend/libgo/go/net/interface_test.go
llgo/third_party/gofrontend/libgo/go/net/interface_windows.go
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/main_windows_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_posix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_stub.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/switch_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_cloexec.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/internal/socktest/sys_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/ip.go
llgo/third_party/gofrontend/libgo/go/net/ip_test.go
llgo/third_party/gofrontend/libgo/go/net/ipraw_test.go
llgo/third_party/gofrontend/libgo/go/net/iprawsock.go
llgo/third_party/gofrontend/libgo/go/net/iprawsock_plan9.go
llgo/third_party/gofrontend/libgo/go/net/iprawsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/ipsock.go
llgo/third_party/gofrontend/libgo/go/net/ipsock_plan9.go
llgo/third_party/gofrontend/libgo/go/net/ipsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/ipsock_test.go
llgo/third_party/gofrontend/libgo/go/net/listen_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/lookup.go
llgo/third_party/gofrontend/libgo/go/net/lookup_plan9.go
llgo/third_party/gofrontend/libgo/go/net/lookup_stub.go
llgo/third_party/gofrontend/libgo/go/net/lookup_test.go
llgo/third_party/gofrontend/libgo/go/net/lookup_unix.go
llgo/third_party/gofrontend/libgo/go/net/lookup_windows.go
llgo/third_party/gofrontend/libgo/go/net/mac.go
llgo/third_party/gofrontend/libgo/go/net/mac_test.go
llgo/third_party/gofrontend/libgo/go/net/mail/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/mail/message.go
llgo/third_party/gofrontend/libgo/go/net/mail/message_test.go
llgo/third_party/gofrontend/libgo/go/net/main_cloexec_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/main_plan9_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/main_posix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/main_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/main_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/main_windows_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/mockicmp_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/net/mockserver_test.go
llgo/third_party/gofrontend/libgo/go/net/multicast_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/net/net.go
llgo/third_party/gofrontend/libgo/go/net/net_test.go
llgo/third_party/gofrontend/libgo/go/net/non_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/nss.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/nss_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/packetconn_test.go
llgo/third_party/gofrontend/libgo/go/net/parse.go
llgo/third_party/gofrontend/libgo/go/net/parse_test.go
llgo/third_party/gofrontend/libgo/go/net/pipe.go
llgo/third_party/gofrontend/libgo/go/net/pipe_test.go
llgo/third_party/gofrontend/libgo/go/net/platform_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/port.go
llgo/third_party/gofrontend/libgo/go/net/port_test.go
llgo/third_party/gofrontend/libgo/go/net/port_unix.go
llgo/third_party/gofrontend/libgo/go/net/protoconn_test.go
llgo/third_party/gofrontend/libgo/go/net/rpc/client_test.go
llgo/third_party/gofrontend/libgo/go/net/rpc/server.go
llgo/third_party/gofrontend/libgo/go/net/sendfile_dragonfly.go
llgo/third_party/gofrontend/libgo/go/net/sendfile_freebsd.go
llgo/third_party/gofrontend/libgo/go/net/sendfile_linux.go
llgo/third_party/gofrontend/libgo/go/net/sendfile_solaris.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/sendfile_stub.go
llgo/third_party/gofrontend/libgo/go/net/sendfile_windows.go
llgo/third_party/gofrontend/libgo/go/net/server_test.go
llgo/third_party/gofrontend/libgo/go/net/smtp/smtp.go
llgo/third_party/gofrontend/libgo/go/net/smtp/smtp_test.go
llgo/third_party/gofrontend/libgo/go/net/sock_cloexec.go
llgo/third_party/gofrontend/libgo/go/net/sock_posix.go
llgo/third_party/gofrontend/libgo/go/net/sock_windows.go
llgo/third_party/gofrontend/libgo/go/net/sockopt_bsd.go
llgo/third_party/gofrontend/libgo/go/net/sys_cloexec.go
llgo/third_party/gofrontend/libgo/go/net/tcp_test.go
llgo/third_party/gofrontend/libgo/go/net/tcpsock.go
llgo/third_party/gofrontend/libgo/go/net/tcpsock_plan9.go
llgo/third_party/gofrontend/libgo/go/net/tcpsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_plan9.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_unix.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_windows.go
llgo/third_party/gofrontend/libgo/go/net/testdata/ipv4-hosts [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/testdata/ipv6-hosts [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/testdata/openbsd-resolv.conf [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/testdata/singleline-hosts [moved from llgo/third_party/gofrontend/libgo/go/net/testdata/hosts_singleline with 100% similarity]
llgo/third_party/gofrontend/libgo/go/net/textproto/reader.go
llgo/third_party/gofrontend/libgo/go/net/textproto/reader_test.go
llgo/third_party/gofrontend/libgo/go/net/timeout_test.go
llgo/third_party/gofrontend/libgo/go/net/udp_test.go
llgo/third_party/gofrontend/libgo/go/net/udpsock.go
llgo/third_party/gofrontend/libgo/go/net/udpsock_plan9.go
llgo/third_party/gofrontend/libgo/go/net/udpsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/unicast_posix_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/net/unix_test.go
llgo/third_party/gofrontend/libgo/go/net/unixsock.go
llgo/third_party/gofrontend/libgo/go/net/unixsock_plan9.go
llgo/third_party/gofrontend/libgo/go/net/unixsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/url/url.go
llgo/third_party/gofrontend/libgo/go/net/url/url_test.go
llgo/third_party/gofrontend/libgo/go/net/z_last_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/os/env.go
llgo/third_party/gofrontend/libgo/go/os/env_test.go
llgo/third_party/gofrontend/libgo/go/os/exec.go
llgo/third_party/gofrontend/libgo/go/os/exec/exec.go
llgo/third_party/gofrontend/libgo/go/os/exec/exec_posix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/os/exec/exec_test.go
llgo/third_party/gofrontend/libgo/go/os/exec_posix.go
llgo/third_party/gofrontend/libgo/go/os/exec_windows.go
llgo/third_party/gofrontend/libgo/go/os/file.go
llgo/third_party/gofrontend/libgo/go/os/file_plan9.go
llgo/third_party/gofrontend/libgo/go/os/file_posix.go
llgo/third_party/gofrontend/libgo/go/os/file_unix.go
llgo/third_party/gofrontend/libgo/go/os/os_test.go
llgo/third_party/gofrontend/libgo/go/os/os_unix_test.go
llgo/third_party/gofrontend/libgo/go/os/path_plan9.go
llgo/third_party/gofrontend/libgo/go/os/path_test.go
llgo/third_party/gofrontend/libgo/go/os/path_unix.go
llgo/third_party/gofrontend/libgo/go/os/path_windows.go
llgo/third_party/gofrontend/libgo/go/os/proc.go
llgo/third_party/gofrontend/libgo/go/os/signal/signal.go
llgo/third_party/gofrontend/libgo/go/os/signal/signal_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/os/signal/signal_plan9_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/os/signal/signal_stub.go [deleted file]
llgo/third_party/gofrontend/libgo/go/os/signal/signal_test.go
llgo/third_party/gofrontend/libgo/go/os/signal/signal_unix.go
llgo/third_party/gofrontend/libgo/go/os/stat_plan9.go
llgo/third_party/gofrontend/libgo/go/os/sticky_bsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/os/sticky_notbsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/os/str.go
llgo/third_party/gofrontend/libgo/go/os/types.go
llgo/third_party/gofrontend/libgo/go/os/user/lookup_unix.go
llgo/third_party/gofrontend/libgo/go/path/filepath/example_unix_test.go
llgo/third_party/gofrontend/libgo/go/path/filepath/match.go
llgo/third_party/gofrontend/libgo/go/path/filepath/path.go
llgo/third_party/gofrontend/libgo/go/path/filepath/path_plan9.go
llgo/third_party/gofrontend/libgo/go/path/filepath/path_test.go
llgo/third_party/gofrontend/libgo/go/path/filepath/path_unix.go
llgo/third_party/gofrontend/libgo/go/path/filepath/path_windows.go
llgo/third_party/gofrontend/libgo/go/path/filepath/symlink_windows.go
llgo/third_party/gofrontend/libgo/go/path/match.go
llgo/third_party/gofrontend/libgo/go/path/path.go
llgo/third_party/gofrontend/libgo/go/reflect/all_test.go
llgo/third_party/gofrontend/libgo/go/reflect/example_test.go
llgo/third_party/gofrontend/libgo/go/reflect/export_test.go
llgo/third_party/gofrontend/libgo/go/reflect/type.go
llgo/third_party/gofrontend/libgo/go/reflect/value.go
llgo/third_party/gofrontend/libgo/go/regexp/all_test.go
llgo/third_party/gofrontend/libgo/go/regexp/backtrack.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/regexp/exec.go
llgo/third_party/gofrontend/libgo/go/regexp/exec_test.go
llgo/third_party/gofrontend/libgo/go/regexp/regexp.go
llgo/third_party/gofrontend/libgo/go/regexp/syntax/prog.go
llgo/third_party/gofrontend/libgo/go/regexp/testdata/README
llgo/third_party/gofrontend/libgo/go/runtime/arch_amd64.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/atomic.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/cgocall.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/cgocallback.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/chan.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/chan_test.go
llgo/third_party/gofrontend/libgo/go/runtime/chanbarrier_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/compiler.go
llgo/third_party/gofrontend/libgo/go/runtime/complex.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/cpuprof.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/crash_cgo_test.go
llgo/third_party/gofrontend/libgo/go/runtime/crash_test.go
llgo/third_party/gofrontend/libgo/go/runtime/crash_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/debug/garbage.go
llgo/third_party/gofrontend/libgo/go/runtime/debug/garbage_test.go
llgo/third_party/gofrontend/libgo/go/runtime/debug/heapdump_test.go
llgo/third_party/gofrontend/libgo/go/runtime/debug/stack.go
llgo/third_party/gofrontend/libgo/go/runtime/env_posix.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/env_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/error.go
llgo/third_party/gofrontend/libgo/go/runtime/export_arm_test.go [moved from llgo/third_party/gofrontend/libgo/go/runtime/arch_386.go with 51% similarity]
llgo/third_party/gofrontend/libgo/go/runtime/export_linux_test.go [moved from llgo/third_party/gofrontend/libgo/go/runtime/arch_amd64p32.go with 51% similarity]
llgo/third_party/gofrontend/libgo/go/runtime/export_test.go
llgo/third_party/gofrontend/libgo/go/runtime/export_windows_test.go [moved from llgo/third_party/gofrontend/libgo/go/runtime/arch_arm.go with 51% similarity]
llgo/third_party/gofrontend/libgo/go/runtime/extern.go
llgo/third_party/gofrontend/libgo/go/runtime/gc_test.go
llgo/third_party/gofrontend/libgo/go/runtime/gcinfo_test.go
llgo/third_party/gofrontend/libgo/go/runtime/hashmap.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/hashmap_fast.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/iface_test.go
llgo/third_party/gofrontend/libgo/go/runtime/lfstack_test.go
llgo/third_party/gofrontend/libgo/go/runtime/lock_futex.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/lock_sema.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/malloc.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/malloc_test.go
llgo/third_party/gofrontend/libgo/go/runtime/map_test.go
llgo/third_party/gofrontend/libgo/go/runtime/mapspeed_test.go
llgo/third_party/gofrontend/libgo/go/runtime/mem.go
llgo/third_party/gofrontend/libgo/go/runtime/memmove_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/mfinal_test.go
llgo/third_party/gofrontend/libgo/go/runtime/mgc0.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/mprof.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_epoll.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_kqueue.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_nacl.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/noasm_arm.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/norace_test.go
llgo/third_party/gofrontend/libgo/go/runtime/os_darwin.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_dragonfly.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_freebsd.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_linux.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_nacl.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_netbsd.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_openbsd.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_plan9.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_solaris.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows_386.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows_amd64.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/panic.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/parfor_test.go
llgo/third_party/gofrontend/libgo/go/runtime/pprof/pprof.go
llgo/third_party/gofrontend/libgo/go/runtime/pprof/pprof_test.go
llgo/third_party/gofrontend/libgo/go/runtime/print1.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/proc.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/proc_test.go
llgo/third_party/gofrontend/libgo/go/runtime/race0.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/rdebug.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/rune.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/runtime.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/runtime_test.go
llgo/third_party/gofrontend/libgo/go/runtime/runtime_unix_test.go
llgo/third_party/gofrontend/libgo/go/runtime/select.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/sema.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/signal_unix.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/sigpanic_unix.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/sigqueue.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/slice.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/softfloat64.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/softfloat64_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/stack.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/string.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/string_test.go
llgo/third_party/gofrontend/libgo/go/runtime/stubs.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/symtab_test.go
llgo/third_party/gofrontend/libgo/go/runtime/syscall_windows.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/time.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/typekind.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/vlop_arm_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/sort/sort.go
llgo/third_party/gofrontend/libgo/go/strconv/atof.go
llgo/third_party/gofrontend/libgo/go/strconv/atoi.go
llgo/third_party/gofrontend/libgo/go/strconv/atoi_test.go
llgo/third_party/gofrontend/libgo/go/strconv/decimal.go
llgo/third_party/gofrontend/libgo/go/strconv/doc.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/strconv/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/strconv/extfloat.go
llgo/third_party/gofrontend/libgo/go/strconv/ftoa.go
llgo/third_party/gofrontend/libgo/go/strconv/ftoa_test.go
llgo/third_party/gofrontend/libgo/go/strconv/isprint.go
llgo/third_party/gofrontend/libgo/go/strconv/itoa.go
llgo/third_party/gofrontend/libgo/go/strconv/itoa_test.go
llgo/third_party/gofrontend/libgo/go/strconv/quote_example_test.go [deleted file]
llgo/third_party/gofrontend/libgo/go/strings/compare.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/strings/compare_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/strings/reader.go
llgo/third_party/gofrontend/libgo/go/strings/reader_test.go
llgo/third_party/gofrontend/libgo/go/strings/strings.go
llgo/third_party/gofrontend/libgo/go/strings/strings_test.go
llgo/third_party/gofrontend/libgo/go/sync/atomic/atomic_test.go
llgo/third_party/gofrontend/libgo/go/sync/export_test.go
llgo/third_party/gofrontend/libgo/go/sync/mutex.go
llgo/third_party/gofrontend/libgo/go/sync/mutex_test.go
llgo/third_party/gofrontend/libgo/go/sync/runtime.go
llgo/third_party/gofrontend/libgo/go/sync/waitgroup.go
llgo/third_party/gofrontend/libgo/go/sync/waitgroup_test.go
llgo/third_party/gofrontend/libgo/go/syscall/const_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/creds_test.go
llgo/third_party/gofrontend/libgo/go/syscall/env_plan9.go
llgo/third_party/gofrontend/libgo/go/syscall/env_windows.go
llgo/third_party/gofrontend/libgo/go/syscall/errors_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/exec_bsd.go
llgo/third_party/gofrontend/libgo/go/syscall/exec_linux.go
llgo/third_party/gofrontend/libgo/go/syscall/exec_linux_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/exec_solaris_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/exec_unix.go
llgo/third_party/gofrontend/libgo/go/syscall/exec_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/exec_windows.go
llgo/third_party/gofrontend/libgo/go/syscall/export_unix_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/libcall_bsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux.go
llgo/third_party/gofrontend/libgo/go/syscall/libcall_linux_ustat.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/pwd_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/route_bsd.go
llgo/third_party/gofrontend/libgo/go/syscall/route_bsd_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/route_darwin.go
llgo/third_party/gofrontend/libgo/go/syscall/route_dragonfly.go
llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd.go
llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd_32bit.go
llgo/third_party/gofrontend/libgo/go/syscall/route_freebsd_64bit.go
llgo/third_party/gofrontend/libgo/go/syscall/route_ifma_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/route_netbsd.go
llgo/third_party/gofrontend/libgo/go/syscall/route_noifma_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/route_openbsd.go
llgo/third_party/gofrontend/libgo/go/syscall/security_windows.go
llgo/third_party/gofrontend/libgo/go/syscall/socket_linux.go
llgo/third_party/gofrontend/libgo/go/syscall/socket_linux_ppc64x_type.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/socket_linux_type.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/syscall.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall_linux_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/syscall_unix.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall_unix_test.go
llgo/third_party/gofrontend/libgo/go/testing/benchmark.go
llgo/third_party/gofrontend/libgo/go/testing/example.go
llgo/third_party/gofrontend/libgo/go/testing/iotest/logger.go
llgo/third_party/gofrontend/libgo/go/testing/quick/quick.go
llgo/third_party/gofrontend/libgo/go/testing/quick/quick_test.go
llgo/third_party/gofrontend/libgo/go/testing/testing.go
llgo/third_party/gofrontend/libgo/go/text/scanner/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/text/scanner/scanner.go
llgo/third_party/gofrontend/libgo/go/text/scanner/scanner_test.go
llgo/third_party/gofrontend/libgo/go/text/template/doc.go
llgo/third_party/gofrontend/libgo/go/text/template/exec.go
llgo/third_party/gofrontend/libgo/go/text/template/exec_test.go
llgo/third_party/gofrontend/libgo/go/text/template/funcs.go
llgo/third_party/gofrontend/libgo/go/text/template/helper.go
llgo/third_party/gofrontend/libgo/go/text/template/multi_test.go
llgo/third_party/gofrontend/libgo/go/text/template/option.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/text/template/parse/lex.go
llgo/third_party/gofrontend/libgo/go/text/template/parse/lex_test.go
llgo/third_party/gofrontend/libgo/go/text/template/parse/node.go
llgo/third_party/gofrontend/libgo/go/text/template/parse/parse.go
llgo/third_party/gofrontend/libgo/go/text/template/parse/parse_test.go
llgo/third_party/gofrontend/libgo/go/text/template/template.go
llgo/third_party/gofrontend/libgo/go/time/example_test.go
llgo/third_party/gofrontend/libgo/go/time/format.go
llgo/third_party/gofrontend/libgo/go/time/sleep_test.go
llgo/third_party/gofrontend/libgo/go/time/sys_unix.go
llgo/third_party/gofrontend/libgo/go/time/tick.go
llgo/third_party/gofrontend/libgo/go/time/time.go
llgo/third_party/gofrontend/libgo/go/time/time_test.go
llgo/third_party/gofrontend/libgo/go/time/zoneinfo_ios.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/time/zoneinfo_plan9.go
llgo/third_party/gofrontend/libgo/go/time/zoneinfo_unix.go
llgo/third_party/gofrontend/libgo/go/time/zoneinfo_windows.go
llgo/third_party/gofrontend/libgo/go/unicode/graphic.go
llgo/third_party/gofrontend/libgo/go/unicode/letter_test.go
llgo/third_party/gofrontend/libgo/go/unicode/script_test.go
llgo/third_party/gofrontend/libgo/go/unicode/tables.go
llgo/third_party/gofrontend/libgo/go/unicode/utf16/utf16.go
llgo/third_party/gofrontend/libgo/merge.sh
llgo/third_party/gofrontend/libgo/mksysinfo.sh
llgo/third_party/gofrontend/libgo/runtime/env_posix.c
llgo/third_party/gofrontend/libgo/runtime/go-caller.c
llgo/third_party/gofrontend/libgo/runtime/go-callers.c
llgo/third_party/gofrontend/libgo/runtime/go-cgo.c
llgo/third_party/gofrontend/libgo/runtime/go-eface-compare.c
llgo/third_party/gofrontend/libgo/runtime/go-eface-val-compare.c
llgo/third_party/gofrontend/libgo/runtime/go-interface-compare.c
llgo/third_party/gofrontend/libgo/runtime/go-interface-eface-compare.c
llgo/third_party/gofrontend/libgo/runtime/go-interface-val-compare.c
llgo/third_party/gofrontend/libgo/runtime/go-libmain.c [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/runtime/go-main.c
llgo/third_party/gofrontend/libgo/runtime/go-map-delete.c
llgo/third_party/gofrontend/libgo/runtime/go-map-index.c
llgo/third_party/gofrontend/libgo/runtime/go-new.c
llgo/third_party/gofrontend/libgo/runtime/go-now.c
llgo/third_party/gofrontend/libgo/runtime/go-reflect-call.c
llgo/third_party/gofrontend/libgo/runtime/go-reflect-map.c
llgo/third_party/gofrontend/libgo/runtime/go-type-complex.c
llgo/third_party/gofrontend/libgo/runtime/go-type-eface.c
llgo/third_party/gofrontend/libgo/runtime/go-type-error.c
llgo/third_party/gofrontend/libgo/runtime/go-type-float.c
llgo/third_party/gofrontend/libgo/runtime/go-type-identity.c
llgo/third_party/gofrontend/libgo/runtime/go-type-interface.c
llgo/third_party/gofrontend/libgo/runtime/go-type-string.c
llgo/third_party/gofrontend/libgo/runtime/go-type.h
llgo/third_party/gofrontend/libgo/runtime/go-typedesc-equal.c
llgo/third_party/gofrontend/libgo/runtime/go-unsafe-pointer.c
llgo/third_party/gofrontend/libgo/runtime/go-unwind.c
llgo/third_party/gofrontend/libgo/runtime/go-varargs.c
llgo/third_party/gofrontend/libgo/runtime/lfstack.goc
llgo/third_party/gofrontend/libgo/runtime/malloc.goc
llgo/third_party/gofrontend/libgo/runtime/malloc.h
llgo/third_party/gofrontend/libgo/runtime/mgc0.c
llgo/third_party/gofrontend/libgo/runtime/mprof.goc
llgo/third_party/gofrontend/libgo/runtime/netpoll_select.c
llgo/third_party/gofrontend/libgo/runtime/parfor.c
llgo/third_party/gofrontend/libgo/runtime/proc.c
llgo/third_party/gofrontend/libgo/runtime/runtime.c
llgo/third_party/gofrontend/libgo/runtime/runtime.h
llgo/third_party/gofrontend/libgo/runtime/runtime1.goc
llgo/third_party/gofrontend/libgo/runtime/signal_unix.c
llgo/third_party/gofrontend/libgo/runtime/sigqueue.goc
llgo/third_party/gofrontend/libgo/testsuite/Makefile.in
llgo/third_party/gofrontend/libgo/testsuite/gotest
llgo/third_party/gotools/go/ssa/lift.go
llgo/third_party/liner/README.md
llgo/third_party/liner/common.go
llgo/third_party/liner/input.go
llgo/third_party/liner/input_windows.go
llgo/third_party/liner/line.go
llgo/third_party/liner/line_test.go
llgo/third_party/liner/output.go
llgo/third_party/liner/output_windows.go
llgo/third_party/liner/width.go
llgo/update_third_party.sh