Roll gofrontend to a6e10414311a
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 5 Apr 2015 23:30:42 +0000 (23:30 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sun, 5 Apr 2015 23:30:42 +0000 (23:30 +0000)
commit93c73ebcbd73f5436d13ffc41f49a86fc062deb8
tree10bf9fb3a1314fc8a1c3b963b4550960718384ad
parent7d39641c805bf3263ffb55a23ecf4bbfd37402c0
Roll gofrontend to a6e10414311a

This takes us to Go 1.4. Also includes a couple of changes to the test
suite, both in the runtime package:

- Disable TestSetPanicOnFault. We cannot support this scenario at all,
  due to LLVM's lack of non-call exceptions.

- Tweak TestFinalizerType. This test only passes with two GC runs.

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

llvm-svn: 234134
617 files changed:
llgo/CMakeLists.txt
llgo/irgen/typemap.go
llgo/irgen/version.go
llgo/libgo-check-failures.diff
llgo/libgo-noext.diff
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/config.h.in
llgo/third_party/gofrontend/libgo/configure
llgo/third_party/gofrontend/libgo/configure.ac
llgo/third_party/gofrontend/libgo/go/archive/tar/reader.go
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/writer.go
llgo/third_party/gofrontend/libgo/go/archive/zip/writer_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/bufio/scan_test.go
llgo/third_party/gofrontend/libgo/go/bytes/bytes.go
llgo/third_party/gofrontend/libgo/go/bytes/bytes_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/out.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/generate.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/generate_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/get.go
llgo/third_party/gofrontend/libgo/go/cmd/go/go_windows_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/list.go
llgo/third_party/gofrontend/libgo/go/cmd/go/main.go
llgo/third_party/gofrontend/libgo/go/cmd/go/pkg.go
llgo/third_party/gofrontend/libgo/go/cmd/go/test.go
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test1.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test2.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/generate/test3.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/bad.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/conflict.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/bad/bad.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/conflict/a.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/conflict/b.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/works/x/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/works/x/x1.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/src/wrongplace/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/works.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/importcom/wrongplace.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/norunexample/example_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/norunexample/test_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badc/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badexec/x_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badsyntax/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badsyntax/x_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badvar/x.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/badtest/badvar/x_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/a_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/src/vetpkg/b.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal2/p.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/cmd/go/testflag.go
llgo/third_party/gofrontend/libgo/go/cmd/go/testgo.go [new file with mode: 0644]
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 [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/gofmt_test.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/cmd/gofmt/simplify.go
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/composites.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/composites.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/crlf.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/crlf.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite1.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite1.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite2.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite2.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite3.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite3.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite4.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite4.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite5.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite5.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite6.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite6.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite7.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite7.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite8.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/rewrite8.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices1.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices1.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices2.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/slices2.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.golden.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin1.input.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.golden.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin2.input.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.golden.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin3.input.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.golden
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.golden.gofmt [deleted file]
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.input
llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/stdin4.input.gofmt [deleted file]
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/bzip2/move_to_front.go
llgo/third_party/gofrontend/libgo/go/compress/flate/fixedhuff.go
llgo/third_party/gofrontend/libgo/go/compress/flate/gen.go
llgo/third_party/gofrontend/libgo/go/compress/flate/inflate.go
llgo/third_party/gofrontend/libgo/go/compress/flate/inflate_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/compress/gzip/gunzip.go
llgo/third_party/gofrontend/libgo/go/compress/gzip/gunzip_test.go
llgo/third_party/gofrontend/libgo/go/compress/lzw/reader.go
llgo/third_party/gofrontend/libgo/go/compress/zlib/reader.go
llgo/third_party/gofrontend/libgo/go/crypto/cipher/cfb_test.go
llgo/third_party/gofrontend/libgo/go/crypto/cipher/example_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/md5/gen.go
llgo/third_party/gofrontend/libgo/go/crypto/md5/md5.go
llgo/third_party/gofrontend/libgo/go/crypto/md5/md5block.go
llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_linux.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/rand/rand_unix.go
llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4_asm.go
llgo/third_party/gofrontend/libgo/go/crypto/rc4/rc4_ref.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/pss.go
llgo/third_party/gofrontend/libgo/go/crypto/rsa/rsa.go
llgo/third_party/gofrontend/libgo/go/crypto/subtle/constant_time.go
llgo/third_party/gofrontend/libgo/go/crypto/subtle/constant_time_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/alert.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/conn_test.go
llgo/third_party/gofrontend/libgo/go/crypto/tls/generate_cert.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/testdata/Client-TLSv12-ALPN [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv11-FallbackSCSV [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/crypto/tls/tls_test.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_unix.go
llgo/third_party/gofrontend/libgo/go/crypto/x509/verify.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/convert_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/type.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/symbols_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/debug/gosym/symtab.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/debug/pe/testdata/gcc-amd64-mingw-exec
llgo/third_party/gofrontend/libgo/go/debug/plan9obj/file.go
llgo/third_party/gofrontend/libgo/go/debug/plan9obj/file_test.go
llgo/third_party/gofrontend/libgo/go/encoding/ascii85/ascii85.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/marshal.go
llgo/third_party/gofrontend/libgo/go/encoding/asn1/marshal_test.go
llgo/third_party/gofrontend/libgo/go/encoding/base32/base32.go
llgo/third_party/gofrontend/libgo/go/encoding/base32/base32_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/binary/binary_test.go
llgo/third_party/gofrontend/libgo/go/encoding/csv/writer.go
llgo/third_party/gofrontend/libgo/go/encoding/csv/writer_test.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/codec_test.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/debug.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/dec_helpers.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/encoding/gob/decgen.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/encoding/gob/decode.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/decoder.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/enc_helpers.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/encoding/gob/encgen.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/encoding/gob/encode.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/gob/gobencdec_test.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/timing_test.go
llgo/third_party/gofrontend/libgo/go/encoding/gob/type.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/encode_test.go
llgo/third_party/gofrontend/libgo/go/encoding/json/stream.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/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/print.go
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/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/syslist.go
llgo/third_party/gofrontend/libgo/go/go/build/testdata/multi/file.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/build/testdata/multi/file_appengine.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/doc/exports.go
llgo/third_party/gofrontend/libgo/go/go/doc/headscan.go
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.0.golden [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.1.golden [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.2.golden [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/go/doc/testdata/blank.go [new file with mode: 0644]
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/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/printer/nodes.go
llgo/third_party/gofrontend/libgo/go/go/printer/printer_test.go
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/expressions.golden
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/expressions.input
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/expressions.raw
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/statements.golden
llgo/third_party/gofrontend/libgo/go/go/printer/testdata/statements.input
llgo/third_party/gofrontend/libgo/go/go/token/position.go
llgo/third_party/gofrontend/libgo/go/go/token/position_test.go
llgo/third_party/gofrontend/libgo/go/hash/crc32/crc32.go
llgo/third_party/gofrontend/libgo/go/html/template/error.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/js_test.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/image/color/palette/gen.go
llgo/third_party/gofrontend/libgo/go/image/color/palette/generate.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/image/color/palette/palette.go
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/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/jpeg/writer.go
llgo/third_party/gofrontend/libgo/go/image/jpeg/writer_test.go
llgo/third_party/gofrontend/libgo/go/image/png/paeth.go
llgo/third_party/gofrontend/libgo/go/image/png/paeth_test.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/writer.go
llgo/third_party/gofrontend/libgo/go/image/png/writer_test.go
llgo/third_party/gofrontend/libgo/go/image/ycbcr.go
llgo/third_party/gofrontend/libgo/go/index/suffixarray/suffixarray_test.go
llgo/third_party/gofrontend/libgo/go/internal/syscall/dummy.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/internal/syscall/getrandom_linux.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/io/io.go
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_test.go
llgo/third_party/gofrontend/libgo/go/log/syslog/syslog_unix.go
llgo/third_party/gofrontend/libgo/go/math/all_test.go
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/rat.go
llgo/third_party/gofrontend/libgo/go/math/big/rat_test.go
llgo/third_party/gofrontend/libgo/go/math/nextafter.go
llgo/third_party/gofrontend/libgo/go/math/sqrt.go
llgo/third_party/gofrontend/libgo/go/mime/multipart/multipart.go
llgo/third_party/gofrontend/libgo/go/mime/multipart/writer_test.go
llgo/third_party/gofrontend/libgo/go/mime/type.go
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/cgo_android.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/cgo_linux.go
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_test.go
llgo/third_party/gofrontend/libgo/go/net/dnsclient.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/fd_unix.go
llgo/third_party/gofrontend/libgo/go/net/fd_windows.go
llgo/third_party/gofrontend/libgo/go/net/file_stub.go [new file with mode: 0644]
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/hosts.go
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/cookiejar/jar.go
llgo/third_party/gofrontend/libgo/go/net/http/export_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/httptest/server.go
llgo/third_party/gofrontend/libgo/go/net/http/httptest/server_test.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/chunked.go [deleted file]
llgo/third_party/gofrontend/libgo/go/net/http/httputil/chunked_test.go [deleted file]
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/httputil.go
llgo/third_party/gofrontend/libgo/go/net/http/httputil/reverseproxy.go
llgo/third_party/gofrontend/libgo/go/net/http/internal/chunked.go [moved from llgo/third_party/gofrontend/libgo/go/net/http/chunked.go with 90% similarity]
llgo/third_party/gofrontend/libgo/go/net/http/internal/chunked_test.go [moved from llgo/third_party/gofrontend/libgo/go/net/http/chunked_test.go with 89% similarity]
llgo/third_party/gofrontend/libgo/go/net/http/main_test.go [moved from llgo/third_party/gofrontend/libgo/go/net/http/z_last_test.go with 81% similarity]
llgo/third_party/gofrontend/libgo/go/net/http/pprof/pprof.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_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/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/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_posix.go
llgo/third_party/gofrontend/libgo/go/net/ipsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/lookup.go
llgo/third_party/gofrontend/libgo/go/net/lookup_stub.go [new file with mode: 0644]
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/mail/message.go
llgo/third_party/gofrontend/libgo/go/net/mail/message_test.go
llgo/third_party/gofrontend/libgo/go/net/multicast_test.go
llgo/third_party/gofrontend/libgo/go/net/net.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/port_test.go
llgo/third_party/gofrontend/libgo/go/net/port_unix.go
llgo/third_party/gofrontend/libgo/go/net/rpc/client.go
llgo/third_party/gofrontend/libgo/go/net/rpc/client_test.go
llgo/third_party/gofrontend/libgo/go/net/rpc/debug.go
llgo/third_party/gofrontend/libgo/go/net/rpc/server.go
llgo/third_party/gofrontend/libgo/go/net/singleflight.go
llgo/third_party/gofrontend/libgo/go/net/smtp/smtp_test.go
llgo/third_party/gofrontend/libgo/go/net/sock_bsd.go
llgo/third_party/gofrontend/libgo/go/net/sock_posix.go
llgo/third_party/gofrontend/libgo/go/net/sock_stub.go [moved from llgo/third_party/gofrontend/libgo/go/net/sock_solaris.go with 93% similarity]
llgo/third_party/gofrontend/libgo/go/net/sockopt_bsd.go
llgo/third_party/gofrontend/libgo/go/net/sockopt_posix.go
llgo/third_party/gofrontend/libgo/go/net/sockopt_stub.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/sockoptip_bsd.go
llgo/third_party/gofrontend/libgo/go/net/sockoptip_posix.go
llgo/third_party/gofrontend/libgo/go/net/sockoptip_stub.go
llgo/third_party/gofrontend/libgo/go/net/tcpsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_darwin.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_dragonfly.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_openbsd.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_posix.go
llgo/third_party/gofrontend/libgo/go/net/tcpsockopt_stub.go [new file with mode: 0644]
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/domain-resolv.conf [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/testdata/empty-resolv.conf [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/testdata/resolv.conf
llgo/third_party/gofrontend/libgo/go/net/testdata/search-resolv.conf [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/net/udp_test.go
llgo/third_party/gofrontend/libgo/go/net/udpsock_posix.go
llgo/third_party/gofrontend/libgo/go/net/unicast_posix_test.go
llgo/third_party/gofrontend/libgo/go/net/unix_test.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
llgo/third_party/gofrontend/libgo/go/os/dir_unix.go
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/error_plan9.go
llgo/third_party/gofrontend/libgo/go/os/exec/exec.go
llgo/third_party/gofrontend/libgo/go/os/exec/exec_test.go
llgo/third_party/gofrontend/libgo/go/os/exec_unix.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/getwd.go
llgo/third_party/gofrontend/libgo/go/os/os_test.go
llgo/third_party/gofrontend/libgo/go/os/path.go
llgo/third_party/gofrontend/libgo/go/os/path_test.go
llgo/third_party/gofrontend/libgo/go/os/proc.go
llgo/third_party/gofrontend/libgo/go/os/signal/signal_test.go
llgo/third_party/gofrontend/libgo/go/os/types_windows.go
llgo/third_party/gofrontend/libgo/go/os/user/lookup_stubs.go
llgo/third_party/gofrontend/libgo/go/os/user/lookup_unix.go
llgo/third_party/gofrontend/libgo/go/path/filepath/match.go
llgo/third_party/gofrontend/libgo/go/path/filepath/match_test.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.go
llgo/third_party/gofrontend/libgo/go/path/filepath/symlink_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/path/filepath/symlink_windows.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/export_test.go
llgo/third_party/gofrontend/libgo/go/reflect/makefunc.go
llgo/third_party/gofrontend/libgo/go/reflect/makefunc_ffi.go
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_386.go
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_amd64.go
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_s390.go
llgo/third_party/gofrontend/libgo/go/reflect/makefuncgo_s390x.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/onepass.go
llgo/third_party/gofrontend/libgo/go/regexp/regexp.go
llgo/third_party/gofrontend/libgo/go/regexp/syntax/doc.go
llgo/third_party/gofrontend/libgo/go/regexp/syntax/parse.go
llgo/third_party/gofrontend/libgo/go/regexp/syntax/parse_test.go
llgo/third_party/gofrontend/libgo/go/regexp/syntax/regexp.go
llgo/third_party/gofrontend/libgo/go/runtime/arch_386.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/arch_amd64.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/arch_amd64p32.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/arch_arm.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/atomic.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/cgocall.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/cgocallback.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/chan.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/chan_test.go
llgo/third_party/gofrontend/libgo/go/runtime/complex.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/cpuprof.go [new file with mode: 0644]
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/env_posix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/gc_test.go
llgo/third_party/gofrontend/libgo/go/runtime/gcinfo_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/hashmap.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/hashmap_fast.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/lock_futex.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/lock_sema.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/malloc.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/malloc1.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/mallocrand.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/mallocrep.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/mallocrep1.go [deleted file]
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/memmove_test.go
llgo/third_party/gofrontend/libgo/go/runtime/mfinal_test.go
llgo/third_party/gofrontend/libgo/go/runtime/mgc0.go
llgo/third_party/gofrontend/libgo/go/runtime/mprof.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_epoll.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_kqueue.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/netpoll_nacl.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/noasm_arm.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_darwin.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_dragonfly.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_freebsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_linux.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_nacl.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_netbsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_openbsd.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_plan9.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_solaris.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows_386.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/os_windows_amd64.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/panic.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/pprof/mprof_test.go [new file with mode: 0644]
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 [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/proc.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/race0.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/rdebug.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/rune.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/runtime.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/runtime_test.go
llgo/third_party/gofrontend/libgo/go/runtime/select.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/sema.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/signal_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/sigpanic_unix.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/sigqueue.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/slice.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/stack.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/string.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/stubs.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/syscall_windows.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/time.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/type.go [deleted file]
llgo/third_party/gofrontend/libgo/go/runtime/typekind.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/runtime/vlrt.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/strconv/atoi.go
llgo/third_party/gofrontend/libgo/go/strconv/isprint.go
llgo/third_party/gofrontend/libgo/go/strconv/makeisprint.go
llgo/third_party/gofrontend/libgo/go/strconv/quote.go
llgo/third_party/gofrontend/libgo/go/strconv/quote_test.go
llgo/third_party/gofrontend/libgo/go/strings/replace.go
llgo/third_party/gofrontend/libgo/go/strings/replace_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/64bit_arm.go
llgo/third_party/gofrontend/libgo/go/sync/atomic/doc.go
llgo/third_party/gofrontend/libgo/go/sync/atomic/race.go [deleted file]
llgo/third_party/gofrontend/libgo/go/sync/atomic/value.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/sync/atomic/value_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/sync/once.go
llgo/third_party/gofrontend/libgo/go/sync/once_test.go
llgo/third_party/gofrontend/libgo/go/sync/pool.go
llgo/third_party/gofrontend/libgo/go/sync/pool_test.go
llgo/third_party/gofrontend/libgo/go/sync/runtime.go
llgo/third_party/gofrontend/libgo/go/sync/rwmutex.go
llgo/third_party/gofrontend/libgo/go/sync/rwmutex_test.go
llgo/third_party/gofrontend/libgo/go/sync/waitgroup.go
llgo/third_party/gofrontend/libgo/go/syscall/env_plan9.go
llgo/third_party/gofrontend/libgo/go/syscall/env_unix.go
llgo/third_party/gofrontend/libgo/go/syscall/env_windows.go
llgo/third_party/gofrontend/libgo/go/syscall/exec_linux.go
llgo/third_party/gofrontend/libgo/go/syscall/exec_windows.go
llgo/third_party/gofrontend/libgo/go/syscall/export_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/syscall/netlink_linux.go
llgo/third_party/gofrontend/libgo/go/syscall/route_bsd.go
llgo/third_party/gofrontend/libgo/go/syscall/str.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall_errno.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall_test.go
llgo/third_party/gofrontend/libgo/go/syscall/syscall_unix.go
llgo/third_party/gofrontend/libgo/go/testing/allocs_test.go [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/go/testing/benchmark.go
llgo/third_party/gofrontend/libgo/go/testing/benchmark_test.go
llgo/third_party/gofrontend/libgo/go/testing/cover.go
llgo/third_party/gofrontend/libgo/go/testing/example.go
llgo/third_party/gofrontend/libgo/go/testing/quick/quick.go
llgo/third_party/gofrontend/libgo/go/testing/testing.go
llgo/third_party/gofrontend/libgo/go/testing/testing_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/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/time/example_test.go
llgo/third_party/gofrontend/libgo/go/time/format.go
llgo/third_party/gofrontend/libgo/go/time/format_test.go
llgo/third_party/gofrontend/libgo/go/time/genzabbrs.go
llgo/third_party/gofrontend/libgo/go/time/internal_test.go
llgo/third_party/gofrontend/libgo/go/time/sleep.go
llgo/third_party/gofrontend/libgo/go/time/sleep_test.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_abbrs_windows.go
llgo/third_party/gofrontend/libgo/go/time/zoneinfo_windows.go
llgo/third_party/gofrontend/libgo/go/unicode/letter.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/utf8/utf8.go
llgo/third_party/gofrontend/libgo/merge.sh
llgo/third_party/gofrontend/libgo/runtime/env_posix.c
llgo/third_party/gofrontend/libgo/runtime/go-assert-interface.c
llgo/third_party/gofrontend/libgo/runtime/go-can-convert-interface.c
llgo/third_party/gofrontend/libgo/runtime/go-check-interface.c
llgo/third_party/gofrontend/libgo/runtime/go-convert-interface.c
llgo/third_party/gofrontend/libgo/runtime/go-ffi.c
llgo/third_party/gofrontend/libgo/runtime/go-make-slice.c
llgo/third_party/gofrontend/libgo/runtime/go-reflect-map.c
llgo/third_party/gofrontend/libgo/runtime/go-type.h
llgo/third_party/gofrontend/libgo/runtime/go-unsafe-pointer.c
llgo/third_party/gofrontend/libgo/runtime/go-unsetenv.c [new file with mode: 0644]
llgo/third_party/gofrontend/libgo/runtime/malloc.goc
llgo/third_party/gofrontend/libgo/runtime/mgc0.c
llgo/third_party/gofrontend/libgo/runtime/netpoll.goc
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/time.goc
llgo/third_party/gofrontend/libgo/testsuite/gotest
llgo/update_third_party.sh